mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 08:07:56 +01:00
Update README.md
This commit is contained in:
parent
361451ba60
commit
a04266161d
@ -101,7 +101,7 @@ pip install -r requirements.txt
|
||||
|
||||
The base installation covers [transformers](https://github.com/huggingface/transformers) models (`AutoModelForCausalLM` and `AutoModelForSeq2SeqLM` specifically) and [llama.cpp](https://github.com/ggerganov/llama.cpp) (GGML) models.
|
||||
|
||||
To use 4-bit GPU models, the additional installation steps below are necessary:
|
||||
To use GPTQ models, the additional installation steps below are necessary:
|
||||
|
||||
[GPTQ models (4 bit mode)](https://github.com/oobabooga/text-generation-webui/blob/main/docs/GPTQ-models-(4-bit-mode).md)
|
||||
|
||||
@ -223,6 +223,8 @@ Optionally, you can use the following command-line flags:
|
||||
|
||||
#### Accelerate 4-bit
|
||||
|
||||
⚠️ Not supported on Windows at the moment.
|
||||
|
||||
| Flag | Description |
|
||||
|---------------------------------------------|-------------|
|
||||
| `--load-in-4bit` | Load the model with 4-bit precision (using bitsandbytes). |
|
||||
|
Loading…
Reference in New Issue
Block a user