Update README.md
Browse files
README.md
CHANGED
@@ -125,8 +125,7 @@ It was created without group_size to reduce VRAM usage, and with `desc_act` (act
|
|
125 |
* `gptq_model-4bit--1g.safetensors`
|
126 |
* Works only with latest AutoGPTQ CUDA, compiled from source as of commit `3cb1bf5`
|
127 |
* At this time it does not work with AutoGPTQ Triton, but support will hopefully be added in time.
|
128 |
-
* Works with text-generation-webui using `--
|
129 |
-
* At this time it does NOT work with one-click-installers
|
130 |
* Does not work with any version of GPTQ-for-LLaMa
|
131 |
* Parameters: Groupsize = None. With act-order / desc_act.
|
132 |
|
|
|
125 |
* `gptq_model-4bit--1g.safetensors`
|
126 |
* Works only with latest AutoGPTQ CUDA, compiled from source as of commit `3cb1bf5`
|
127 |
* At this time it does not work with AutoGPTQ Triton, but support will hopefully be added in time.
|
128 |
+
* Works with text-generation-webui using `--trust-remote-code`
|
|
|
129 |
* Does not work with any version of GPTQ-for-LLaMa
|
130 |
* Parameters: Groupsize = None. With act-order / desc_act.
|
131 |
|