mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-10-01 01:26:03 -04:00
Update README.md to include missing flags (#2449)
This commit is contained in:
parent
6627f7feb9
commit
412e7a6a96
@ -266,6 +266,13 @@ Optionally, you can use the following command-line flags:
|
|||||||
| `--warmup_autotune` | (triton) Enable warmup autotune. |
|
| `--warmup_autotune` | (triton) Enable warmup autotune. |
|
||||||
| `--fused_mlp` | (triton) Enable fused mlp. |
|
| `--fused_mlp` | (triton) Enable fused mlp. |
|
||||||
|
|
||||||
|
#### AutoGPTQ
|
||||||
|
|
||||||
|
| Flag | Description |
|
||||||
|
|------------------|-------------|
|
||||||
|
| `--autogptq` | Use AutoGPTQ for loading quantized models instead of the internal GPTQ loader. |
|
||||||
|
| `--triton` | Use triton. |
|
||||||
|
|
||||||
#### FlexGen
|
#### FlexGen
|
||||||
|
|
||||||
| Flag | Description |
|
| Flag | Description |
|
||||||
@ -308,6 +315,8 @@ Optionally, you can use the following command-line flags:
|
|||||||
|---------------------------------------|-------------|
|
|---------------------------------------|-------------|
|
||||||
| `--api` | Enable the API extension. |
|
| `--api` | Enable the API extension. |
|
||||||
| `--public-api` | Create a public URL for the API using Cloudfare. |
|
| `--public-api` | Create a public URL for the API using Cloudfare. |
|
||||||
|
| `--api-blocking-port BLOCKING_PORT` | The listening port for the blocking API. |
|
||||||
|
| `--api-streaming-port STREAMING_PORT` | The listening port for the streaming API. |
|
||||||
|
|
||||||
#### Multimodal
|
#### Multimodal
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user