You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
result = self.model.generate( ^^^^^^^^^^^^^^^^^^^^ RuntimeError: [json.exception.type_error.305] cannot use operator[] with a string argument with null #1
一直想有个这样的项目,大佬实现了,做得很牛,还能加语言模型润色。不过我这里在ubuntu上跑有点问题,调用faster-whisper里的transcribe函数会报错RuntimeError: [json.exception.type_error.305] cannot use operator[] with a string argument with null。不知道什么原因,pkg里给的环境是基于windows的吧,难道是环境的问题?