TheBloke commited on
Commit
286a089
·
1 Parent(s): 7cb38f0

GPTQ model commit

Browse files
Files changed (2) hide show
  1. model.safetensors +1 -1
  2. quantize_config.json +4 -12
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1903f377fa8cfe79a62aeb40551e1c9872ba8b8ed1c21194d84454ec366fe31c
3
  size 4158662096
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03aeaeca170075f6d66aaead1ee1d3d4fa1c7025df25249f55a1c52317ed615c
3
  size 4158662096
quantize_config.json CHANGED
@@ -1,16 +1,8 @@
1
  {
2
- "bits": [
3
- 4
4
- ],
5
- "group_size": [
6
- 128
7
- ],
8
- "damp_percent": [
9
- 0.1
10
- ],
11
- "desc_act": [
12
- true
13
- ],
14
  "sym": true,
15
  "true_sequential": true
16
  }
 
1
  {
2
+ "bits": 4,
3
+ "group_size": 128,
4
+ "damp_percent": 0.1,
5
+ "desc_act": true,
 
 
 
 
 
 
 
 
6
  "sym": true,
7
  "true_sequential": true
8
  }