None1145
None1145
执行构建agent代码的时候报错如下:Qwen2TokenizerFast has no attribute "get _token_id" . Did you mean:"sep_token_id"
> ### Self Checks > * [x] This template is only for bug reports. For questions, please visit [Discussions](https://github.com/fishaudio/fish-speech/discussions). > * [x] I have thoroughly reviewed the project documentation (installation,...
执行构建agent代码的时候报错如下:Qwen2TokenizerFast has no attribute "get _token_id" . Did you mean:"sep_token_id"
> @AnyaCoder Hello, first of all, let me thank you for your support. I meet the same issue (AttributeError: 'Qwen2TokenizerFast' object has no attribute 'semantic_id_to_token_id'), when run agent-v0.1-3b, based on...
执行构建agent代码的时候报错如下:Qwen2TokenizerFast has no attribute "get _token_id" . Did you mean:"sep_token_id"
> Did anyone manage to fix this? Still an issue for me Please update the code repository
执行构建agent代码的时候报错如下:Qwen2TokenizerFast has no attribute "get _token_id" . Did you mean:"sep_token_id"
> > Please use version 1.4 of the code, or you can refer to version 1.4 to modify the fish_stpeech/tokenizer. py file > > How I do that ? I...
执行构建agent代码的时候报错如下:Qwen2TokenizerFast has no attribute "get _token_id" . Did you mean:"sep_token_id"
> > > > Please use version 1.4 of the code, or you can refer to version 1.4 to modify the fish_stpeech/tokenizer. py file > > > > > >...
Can you provide detailed error information?
> ollama.chat has a parameter keep_alive Models should not be supported for use on ollama
May I ask if there is a link to the Colab notebook? This issue appears to be caused by the use of incompatible models or fish speech projects. You can...
> Getting the same error. I tried renaming tokenizer.json to tokenizer.tiktoken but that doesn't work either. > > What got the program working is this: > - Grab this tokenizer.tiktoken...