TheBloke commited on
Commit
2b52bac
1 Parent(s): f0529f6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -8
README.md CHANGED
@@ -50,15 +50,13 @@ The other `safetensors` model file was created with the latest GPTQ code, and us
50
 
51
  If you want to use the `safetensors` file and need to update GPTQ-for-LLaMa, here are the commands I used to clone the Triton branch of GPTQ-for-LLaMa, clone text-generation-webui, and install GPTQ into the UI:
52
  ```
53
- # We need to clone GPTQ-for-LLaMa as of April 13th, due to breaking changes in more recent commits
54
- git clone -n https://github.com/qwopqwop200/GPTQ-for-LLaMa gptq-safe
55
- cd gptq-safe && git checkout 58c8ab4c7aaccc50f507fd08cce941976affe5e0
56
-
57
- # Now clone text-generation-webui, if you don't already have it
58
  git clone https://github.com/oobabooga/text-generation-webui
59
- # And link GPTQ-for-Llama into text-generation-webui
60
- mkdir -p text-generation-webui/repositories
61
- ln -s gptq-safe text-generation-webui/repositories/GPTQ-for-LLaMa
 
 
62
  ```
63
 
64
  Then install this model into `text-generation-webui/models` and launch the UI as follows:
 
50
 
51
  If you want to use the `safetensors` file and need to update GPTQ-for-LLaMa, here are the commands I used to clone the Triton branch of GPTQ-for-LLaMa, clone text-generation-webui, and install GPTQ into the UI:
52
  ```
53
+ # Clone text-generation-webui, if you don't already have it
 
 
 
 
54
  git clone https://github.com/oobabooga/text-generation-webui
55
+ # Make a repositories directory
56
+ mkdir text-generation-webui/repositories
57
+ cd text-generation-webui/repositories
58
+ # Clone the latest GPTQ-for-LLaMa code inside text-generation-webui
59
+ git clone https://github.com/qwopqwop200/GPTQ-for-LLaMa
60
  ```
61
 
62
  Then install this model into `text-generation-webui/models` and launch the UI as follows: