We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
启动模型服务时,将device设置成cpu即可
python model_server.py --host localhost --model-path THUDM/glm-4-voice-9b --port 10000 --dtype bfloat16 --device cpu
但是Speech tokenizer目前不支持cpu
Speech tokenizer
Sorry, something went wrong.
启动模型服务时,将device设置成cpu即可 python model_server.py --host localhost --model-path THUDM/glm-4-voice-9b --port 10000 --dtype bfloat16 --device cpu 但是Speech tokenizer目前不支持cpu
cpu可以用bf16吗,是不是还需要改--dtype float32
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: