ChatGLM-6B
ChatGLM-6B copied to clipboard
A卡不能用嘛?6800显卡部署出错
Is there an existing issue for this?
- [X] I have searched the existing issues
Current Behavior
AMD 6800显卡部署出错,AMD显卡是否可以使用该项目? raise AssertionError("Torch not compiled with CUDA enabled") AssertionError: Torch not compiled with CUDA enabled
Expected Behavior
No response
Steps To Reproduce
运行api.py,下载完产生如下错误: raise AssertionError("Torch not compiled with CUDA enabled") AssertionError: Torch not compiled with CUDA enabled
Environment
- OS:
- Python:
- Transformers:
- PyTorch:
- CUDA Support (`python -c "import torch; print(torch.cuda.is_available())"`) :
Anything else?
No response
AMD的显卡不支持CUDA吧,只能用CPU方式训练
AMD显卡不能用就白瞎了大显存
AMD显卡不能用就白瞎了大显存
amd只能打游戏 ~~
用rocm
你好,我用A卡部署成功了,但是在ubuntu系统,理论上其他linux系统也是可以的。 使用这个方法配置的Text generation web UI,原作者用的是arch linux https://rentry.org/eq3hg
你好,我用A卡部署成功了,但是在ubuntu系统,理论上其他linux系统也是可以的。 使用这个方法配置的Text generation web UI,原作者用的是arch linux https://rentry.org/eq3hg
谢谢分享