mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-10-01 01:26:03 -04:00
Update GPTQ-models-(4-bit-mode).md
This commit is contained in:
parent
86ef695d37
commit
e763ace593
@ -39,7 +39,20 @@ Overall, I recommend using the old CUDA branch. It is included by default in the
|
||||
|
||||
### Installation using precompiled wheels
|
||||
|
||||
https://github.com/jllllll/GPTQ-for-LLaMa-Wheels
|
||||
Kindly provided by our friend jllllll: https://github.com/jllllll/GPTQ-for-LLaMa-Wheels
|
||||
|
||||
Windows:
|
||||
|
||||
```
|
||||
pip install https://github.com/jllllll/GPTQ-for-LLaMa-Wheels/raw/main/quant_cuda-0.0.0-cp310-cp310-win_amd64.whl
|
||||
```
|
||||
|
||||
Linux:
|
||||
|
||||
```
|
||||
pip install https://github.com/jllllll/GPTQ-for-LLaMa-Wheels/raw/Linux-x64/quant_cuda-0.0.0-cp310-cp310-linux_x86_64.whl
|
||||
```
|
||||
|
||||
|
||||
### Manual installation
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user