lr-thinker commited on
Commit
b797733
1 Parent(s): daa5f6d

Upload of AutoGPTQ quantized model

Browse files
Files changed (3) hide show
  1. config.json +1 -1
  2. gptq_model-4bit-32g.bin +2 -2
  3. quantize_config.json +2 -2
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "meta-llama/Llama-2-7b-chat-hf",
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:90f95666e7e60ef5eed49444e82d8f1800d38b3f8a02ba9f18ac44076ced34cf
3
- size 4276448187
 
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": null,
10
- "model_file_base_name": null
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
  }