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
benchmark/infer_baichuan.py
os.environ["CUDA_VISIBLE_DEVICES"] = "7"
/agents/kagent.py
kwaiagents/agent_start.py
The text was updated successfully, but these errors were encountered:
No branches or pull requests
benchmark/infer_baichuan.py
里面有os.environ["CUDA_VISIBLE_DEVICES"] = "7"
没删除,运行时没注意到,卡了我半小时。。。。/agents/kagent.py
里面模型名字也是写死的。kwaiagents/agent_start.py
模型名字莫名其妙加入lower处理,导致测试其他模型的时候,传入的名字一直和fastchat模型名字对不上。。。。The text was updated successfully, but these errors were encountered: