lr-thinker
commited on
Commit
•
b797733
1
Parent(s):
daa5f6d
Upload of AutoGPTQ quantized model
Browse files- config.json +1 -1
- gptq_model-4bit-32g.bin +2 -2
- quantize_config.json +2 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "limerooster/Llama-2-7b-chat-hf-4bit-32g-hf",
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
gptq_model-4bit-32g.bin
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:e4b3880e940ec50647e8b9dc3df5ddbd2171228ac363b2cba7270507217efbb5
|
3 |
+
size 7512816872
|
quantize_config.json
CHANGED
@@ -6,6 +6,6 @@
|
|
6 |
"static_groups": false,
|
7 |
"sym": true,
|
8 |
"true_sequential": true,
|
9 |
-
"model_name_or_path":
|
10 |
-
"model_file_base_name":
|
11 |
}
|
|
|
6 |
"static_groups": false,
|
7 |
"sym": true,
|
8 |
"true_sequential": true,
|
9 |
+
"model_name_or_path": "limerooster/Llama-2-7b-chat-hf-4bit-32g-hf",
|
10 |
+
"model_file_base_name": "gptq_model-4bit-32g"
|
11 |
}
|