Update README.md
Browse files
README.md
CHANGED
@@ -64,8 +64,9 @@ cd gptq-safe && git checkout 58c8ab4c7aaccc50f507fd08cce941976affe5e0
|
|
64 |
|
65 |
# Now clone text-generation-webui, if you don't already have it
|
66 |
git clone https://github.com/oobabooga/text-generation-webui
|
|
|
67 |
mkdir -p text-generation-webui/repositories
|
68 |
-
ln -s
|
69 |
```
|
70 |
|
71 |
Then install this model into `text-generation-webui/models` and launch the UI as follows:
|
|
|
64 |
|
65 |
# Now clone text-generation-webui, if you don't already have it
|
66 |
git clone https://github.com/oobabooga/text-generation-webui
|
67 |
+
# And link GPTQ-for-Llama into text-generation-webui
|
68 |
mkdir -p text-generation-webui/repositories
|
69 |
+
ln -s gptq-safe text-generation-webui/repositories/GPTQ-for-LLaMa
|
70 |
```
|
71 |
|
72 |
Then install this model into `text-generation-webui/models` and launch the UI as follows:
|