Upload folder using huggingface_hub
Browse files- gptq_model-4bit-128g.safetensors +3 -0
- quantize_config.json +2 -2
gptq_model-4bit-128g.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:de07708fe9bcae331bc88c67f16e47e53b014914c725d9844e209ce43c526666
|
3 |
+
size 3932431520
|
quantize_config.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
{
|
2 |
"bits": 4,
|
3 |
-
"group_size":
|
4 |
"damp_percent": 0.01,
|
5 |
-
"desc_act":
|
6 |
"static_groups": false,
|
7 |
"sym": true,
|
8 |
"true_sequential": true,
|
|
|
1 |
{
|
2 |
"bits": 4,
|
3 |
+
"group_size": 128,
|
4 |
"damp_percent": 0.01,
|
5 |
+
"desc_act": false,
|
6 |
"static_groups": false,
|
7 |
"sym": true,
|
8 |
"true_sequential": true,
|