diff --git a/README.md b/README.md index 517c00e8..5f4bc5c7 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/environments/rocm.yml b/environments/rocm.yml index 4f6cfa11..4e53a821 100644 --- a/environments/rocm.yml +++ b/environments/rocm.yml @@ -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