waterhorse1
commited on
Commit
·
2820e4b
1
Parent(s):
4f5cf55
damp_percent 0.1
Browse files- config.json +1 -1
- model.safetensors +1 -1
- quantize_config.json +1 -1
config.json
CHANGED
@@ -29,7 +29,7 @@
|
|
29 |
"quantization_config": {
|
30 |
"bits": 4,
|
31 |
"group_size": 128,
|
32 |
-
"damp_percent": 0.
|
33 |
"desc_act": true,
|
34 |
"sym": true,
|
35 |
"true_sequential": true,
|
|
|
29 |
"quantization_config": {
|
30 |
"bits": 4,
|
31 |
"group_size": 128,
|
32 |
+
"damp_percent": 0.1,
|
33 |
"desc_act": true,
|
34 |
"sym": true,
|
35 |
"true_sequential": true,
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5430745480
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8e55dadddf64a8e8ad7958de92907b3ab9b61d71d004f60b53af1e5cb74fc891
|
3 |
size 5430745480
|
quantize_config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"bits": 4,
|
3 |
"group_size": 128,
|
4 |
-
"damp_percent": 0.
|
5 |
"desc_act": true,
|
6 |
"static_groups": false,
|
7 |
"sym": true,
|
|
|
1 |
{
|
2 |
"bits": 4,
|
3 |
"group_size": 128,
|
4 |
+
"damp_percent": 0.1,
|
5 |
"desc_act": true,
|
6 |
"static_groups": false,
|
7 |
"sym": true,
|