Skip to content

Commit dd1e95b

Browse files
authored
Update README.md
1 parent dd5a4df commit dd1e95b

File tree

1 file changed

+1
-1
lines changed
  • examples/3.x_api/pytorch/nlp/huggingface_models/language-modeling/quantization/mix-precision

1 file changed

+1
-1
lines changed

examples/3.x_api/pytorch/nlp/huggingface_models/language-modeling/quantization/mix-precision/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pip install git+https://github.com/intel/auto-round.git@xinhe/llama_tmp
1515

1616
### Demo
1717

18-
``` python
18+
```bash
1919
python quantize.py --model_name_or_path facebook/opt-125m --quantize --dtype mx_fp4 --batch_size 8 --accuracy
2020
```
2121

0 commit comments

Comments
 (0)