nm-research commited on
Commit
07dbc3a
·
verified ·
1 Parent(s): d619356

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -66,7 +66,7 @@ vLLM also supports OpenAI-compatible serving. See the [documentation](https://do
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
 
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-8b-base --save_path "output_dir/"
70
  ```
71
 
72
  ```python