ChatGLM-6B icon indicating copy to clipboard operation
ChatGLM-6B copied to clipboard

A卡不能用嘛?6800显卡部署出错

Open zhibinlin1 opened this issue 1 year ago • 5 comments

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

zhibinlin1 avatar Apr 25 '23 09:04 zhibinlin1

AMD的显卡不支持CUDA吧,只能用CPU方式训练

lc11235 avatar Apr 25 '23 09:04 lc11235

AMD显卡不能用就白瞎了大显存

zhibinlin1 avatar Apr 25 '23 09:04 zhibinlin1

AMD显卡不能用就白瞎了大显存

amd只能打游戏 ~~

gg22mm avatar Apr 26 '23 10:04 gg22mm

用rocm

AldarisX avatar Apr 27 '23 03:04 AldarisX

你好,我用A卡部署成功了,但是在ubuntu系统,理论上其他linux系统也是可以的。 使用这个方法配置的Text generation web UI,原作者用的是arch linux https://rentry.org/eq3hg

po4920826 avatar Apr 27 '23 04:04 po4920826

你好,我用A卡部署成功了,但是在ubuntu系统,理论上其他linux系统也是可以的。 使用这个方法配置的Text generation web UI,原作者用的是arch linux https://rentry.org/eq3hg

谢谢分享

worm128 avatar Sep 05 '23 12:09 worm128