Remove rocm wheel, because it didn't work correctly

This commit is contained in:
0cc4m
2023-05-13 20:33:13 +02:00
parent 7f7b350741
commit 3d4d5df76b
2 changed files with 1 additions and 4 deletions

View File

@@ -28,8 +28,7 @@ Next step, (Windows) subfolder mode or B: option doesn't matter choose either
```
./install_requirements.sh rocm
./commandline-rocm.sh
cd repos/gptq
python setup_cuda.py install
pip install git+https://github.com/0cc4m/GPTQ-for-LLaMa@c884b421a233f9603d8224c9b22c2d83dd2c1fc4
```
* If you get error missing hip/hip_runtime_xxx.h you dont have proper rocm & hip pkg installed
* If you get CUDA_HOME envar is not set run in env:

View File

@@ -43,6 +43,4 @@ dependencies:
- pydub
- diffusers
- git+https://github.com/0cc4m/hf_bleeding_edge/
- --find-links=https://0cc4m.github.io/KoboldAI/gptq-whl-links.html
- gptq_koboldai_rocm==0.0.2
- einops