nm-research commited on
Commit
1a350b6
·
verified ·
1 Parent(s): a131fcb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -65,6 +65,9 @@ vLLM also supports OpenAI-compatible serving. See the [documentation](https://do
65
 
66
  This model was created with [llm-compressor](https://github.com/vllm-project/llm-compressor) by running the code snippet below.
67
 
 
 
 
68
 
69
  ```python
70
  import argparse
 
65
 
66
  This model was created with [llm-compressor](https://github.com/vllm-project/llm-compressor) by running the code snippet below.
67
 
68
+ ```bash
69
+ python quantize.py --model_id ibm-granite/granite-3.1-2b-base --save_path "output_dir/"
70
+ ```
71
 
72
  ```python
73
  import argparse