Qubitium commited on
Commit
4ec9504
1 Parent(s): 47db5ba

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -6,6 +6,7 @@ This is TinyLlama/TinyLlama-1.1B-Chat-v1.0 quantized with AutoGPTQ in GPTQ 4-bit
6
 
7
  **Quantize config:**
8
  ```
 
9
  "bits": 4,
10
  "group_size": 128,
11
  "damp_percent": 0.01,
@@ -17,4 +18,5 @@ This is TinyLlama/TinyLlama-1.1B-Chat-v1.0 quantized with AutoGPTQ in GPTQ 4-bit
17
  "model_file_base_name": null,
18
  "quant_method": "gptq",
19
  "checkpoint_format": "marlin"
 
20
  ```
 
6
 
7
  **Quantize config:**
8
  ```
9
+ {
10
  "bits": 4,
11
  "group_size": 128,
12
  "damp_percent": 0.01,
 
18
  "model_file_base_name": null,
19
  "quant_method": "gptq",
20
  "checkpoint_format": "marlin"
21
+ }
22
  ```