winstxnhdw commited on
Commit
75780d5
1 Parent(s): 2e92f37

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -6
README.md CHANGED
@@ -3,10 +3,9 @@
3
  The following command was used to produce this model.
4
 
5
  ```bash
6
- python quantize.py
7
- --model_dir /Meta-Llama-3-8B-Instruct \
8
- --output_dir /Meta-Llama-3-8B-Instruct-AWQ \
9
- --dtype bfloat16 \
10
- --qformat int4_awq \
11
- --awq_block_size 64 \
12
  ```
 
3
  The following command was used to produce this model.
4
 
5
  ```bash
6
+ python quantize.py --model_dir /Meta-Llama-3-8B-Instruct \
7
+ --output_dir /Meta-Llama-3-8B-Instruct-AWQ \
8
+ --dtype bfloat16 \
9
+ --qformat int4_awq \
10
+ --awq_block_size 64
 
11
  ```