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
训练了几次之后,报"您的微调模型数量已达上限,请先删除其他模型后再提交训练"这个问题。官方文档给了curl的删除方式: curl 'https://open.bigmodel.cn/api/paas/v4/fine_tuning/fine_tuned_models/ft:chatglm3-6b:test:5bhn64mh' -X DELETE --header 'Authorization: Bearer ' --header 'Content-Type: application/json' 我把ft:chatglm3-6b:test:5bhn64mh换成了自己的模型,但是提示“系统找不到指定的文件”。这里应该要怎么修改。 谢谢!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
训练了几次之后,报"您的微调模型数量已达上限,请先删除其他模型后再提交训练"这个问题。官方文档给了curl的删除方式:
curl 'https://open.bigmodel.cn/api/paas/v4/fine_tuning/fine_tuned_models/ft:chatglm3-6b:test:5bhn64mh'
-X DELETE
--header 'Authorization: Bearer '
--header 'Content-Type: application/json'
我把ft:chatglm3-6b:test:5bhn64mh换成了自己的模型,但是提示“系统找不到指定的文件”。这里应该要怎么修改。
谢谢!
The text was updated successfully, but these errors were encountered: