cicdatopea commited on
Commit
158d8b8
·
verified ·
1 Parent(s): 21b90db

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -105,12 +105,12 @@ print(decoded)
105
  ## Generate the model
106
  Here is the sample command to reproduce the model.
107
  ```bash
108
- pip install auto-round
109
  auto-round-mllm \
110
  --model mistralai/Mistral-Small-3.1-24B-Instruct-2503 \
111
  --device 0 \
112
  --bits 4 \
113
- --format 'auto_gptq' \
114
  --output_dir "./tmp_autoround"
115
  ```
116
 
 
105
  ## Generate the model
106
  Here is the sample command to reproduce the model.
107
  ```bash
108
+ pip install git+https://github.com/intel/auto-round.git@main
109
  auto-round-mllm \
110
  --model mistralai/Mistral-Small-3.1-24B-Instruct-2503 \
111
  --device 0 \
112
  --bits 4 \
113
+ --format 'auto_awq,auto_gptq' \
114
  --output_dir "./tmp_autoround"
115
  ```
116