mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-19 13:33:43 +00:00
Update cache_4bit documentation (#5649)
--------- Co-authored-by: oobabooga <112222186+oobabooga@users.noreply.github.com>
This commit is contained in:
parent
bef08129bc
commit
104573f7d4
5 changed files with 6 additions and 3 deletions
|
|
@ -279,7 +279,7 @@ List of command-line flags
|
|||
|`--cfg-cache` | ExLlamav2_HF: Create an additional cache for CFG negative prompts. Necessary to use CFG with that loader. |
|
||||
|`--no_flash_attn` | Force flash-attention to not be used. |
|
||||
|`--cache_8bit` | Use 8-bit cache to save VRAM. |
|
||||
|`--cache_4bit` | Use 4-bit cache to save VRAM. |
|
||||
|`--cache_4bit` | Use Q4 cache to save VRAM. |
|
||||
|`--num_experts_per_token NUM_EXPERTS_PER_TOKEN` | Number of experts to use for generation. Applies to MoE models like Mixtral. |
|
||||
|
||||
#### AutoGPTQ
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue