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
在windows系统上执行,报错:Could not find module "nvcuda.dll",代码已经修改为: model = AutoModel.from_pretrained("THUDM/chatglm-6b", trust_remote_code=True).float() 使用CPU进行执行,结果还是报错,没有找到cuda 相关的dll 还需要修改哪个地方么?
model = AutoModel.from_pretrained("THUDM/chatglm-6b", trust_remote_code=True).float()
No response
- OS: - Python: 3.8 - Transformers: - PyTorch: - CUDA Support (`python -c "import torch; print(torch.cuda.is_available())"`) :False
The text was updated successfully, but these errors were encountered:
能提供一下截图看看具体报错是在哪一行吗
Sorry, something went wrong.
类似于#6 (comment) 先把仓库clone到本地再运行就可以解决这个问题。
No branches or pull requests
Is there an existing issue for this?
Current Behavior
在windows系统上执行,报错:Could not find module "nvcuda.dll",代码已经修改为:
model = AutoModel.from_pretrained("THUDM/chatglm-6b", trust_remote_code=True).float()
使用CPU进行执行,结果还是报错,没有找到cuda 相关的dll 还需要修改哪个地方么?
Expected Behavior
No response
Steps To Reproduce
在windows系统上执行,报错:Could not find module "nvcuda.dll",代码已经修改为:
model = AutoModel.from_pretrained("THUDM/chatglm-6b", trust_remote_code=True).float()
使用CPU进行执行,结果还是报错,没有找到cuda 相关的dll 还需要修改哪个地方么?
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: