aws-kh
commited on
Commit
·
1b63dc7
1
Parent(s):
9f6ae3f
Added MistralLite-AWQ-64g-4b-GEMM branch
Browse files- config.json +2 -2
- model.safetensors +2 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/
|
3 |
"architectures": [
|
4 |
"MistralForCausalLM"
|
5 |
],
|
@@ -17,7 +17,7 @@
|
|
17 |
"num_key_value_heads": 8,
|
18 |
"quantization_config": {
|
19 |
"bits": 4,
|
20 |
-
"group_size":
|
21 |
"modules_to_not_convert": null,
|
22 |
"quant_method": "awq",
|
23 |
"version": "gemm",
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "amazon/MistralLite-AWQ",
|
3 |
"architectures": [
|
4 |
"MistralForCausalLM"
|
5 |
],
|
|
|
17 |
"num_key_value_heads": 8,
|
18 |
"quantization_config": {
|
19 |
"bits": 4,
|
20 |
+
"group_size": 64,
|
21 |
"modules_to_not_convert": null,
|
22 |
"quant_method": "awq",
|
23 |
"version": "gemm",
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:26ef4f022fc27bfc51ed921dc4c17640c81c00d9742e384774518e877f955f5f
|
3 |
+
size 4287244272
|