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
cuda12.4,python3.10,显卡2060 6G,transformers4.40.0,未安装vllm库
No response
1.python api_server.py 2.python openai_api_request.py
运行openai_api_request.py后显示请求超时 只在api_server.py量化模型,未修改openai_api_request.py文件 tokenizer = AutoTokenizer.from_pretrained(TOKENIZER_PATH, trust_remote_code=True) model = AutoModel.from_pretrained("D:\ChatGLM3\model\chatglm3-6b", trust_remote_code=True).quantize(4).cuda()
是我gpu不够大导致的吗?
运行openai_api_request.py后成功返回
The text was updated successfully, but these errors were encountered:
zRzRzRzRzRzRzR
No branches or pull requests
System Info / 系統信息
cuda12.4,python3.10,显卡2060 6G,transformers4.40.0,未安装vllm库
Who can help? / 谁可以帮助到您?
No response
Information / 问题信息
Reproduction / 复现过程
1.python api_server.py
2.python openai_api_request.py
运行openai_api_request.py后显示请求超时
只在api_server.py量化模型,未修改openai_api_request.py文件
tokenizer = AutoTokenizer.from_pretrained(TOKENIZER_PATH, trust_remote_code=True)
model = AutoModel.from_pretrained("D:\ChatGLM3\model\chatglm3-6b", trust_remote_code=True).quantize(4).cuda()
是我gpu不够大导致的吗?
Expected behavior / 期待表现
运行openai_api_request.py后成功返回
The text was updated successfully, but these errors were encountered: