Add desc_act checkbox to the UI

This commit is contained in:
oobabooga 2023-06-02 01:45:46 -03:00
parent 9c066601f5
commit 2f6631195a
3 changed files with 6 additions and 4 deletions

View file

@ -272,6 +272,7 @@ Optionally, you can use the following command-line flags:
|------------------|-------------|
| `--autogptq` | Use AutoGPTQ for loading quantized models instead of the internal GPTQ loader. |
| `--triton` | Use triton. |
|` --desc_act` | For models that don't have a quantize_config.json, this parameter is used to define whether to set desc_act or not in BaseQuantizeConfig. |
#### FlexGen