bhavyaaiplanet commited on
Commit
c9f80ce
·
verified ·
1 Parent(s): 08ccf9b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -29,10 +29,10 @@ effi 7b AWQ is a quantized version of effi 7b whiich is a 7 billion parameter mo
29
 
30
  ### Qunatization Configuration
31
 
32
- - zero_point: true,
33
- - q_group_size: 128,
34
- - w_bit: 4,
35
- - version: "GEMM",
36
  - modules_to_not_convert: null
37
 
38
 
 
29
 
30
  ### Qunatization Configuration
31
 
32
+ - zero_point: true
33
+ - q_group_size: 128
34
+ - w_bit: 4
35
+ - version: "GEMM"
36
  - modules_to_not_convert: null
37
 
38