Update README.md
Browse files
README.md
CHANGED
@@ -192,7 +192,7 @@ auto-round --model "OPEA/QwQ-32B-int4-sym-gptq-inc" --eval --eval_bs 16 --tasks
|
|
192 |
|
193 |
### Generate the model
|
194 |
|
195 |
-
Here is a sample command to generate the model.
|
196 |
|
197 |
```bash
|
198 |
auto-round \
|
|
|
192 |
|
193 |
### Generate the model
|
194 |
|
195 |
+
Here is a sample command to generate the model.We found that this model is prone to overflow with FP16 int4 kernel. Please use the following command:
|
196 |
|
197 |
```bash
|
198 |
auto-round \
|