TariqJamil commited on
Commit
b4736b4
1 Parent(s): 0a638d8

AutoGPTQ model for meta-llama/Llama-2-13b-chat-hf: 4bits, gr128, desc_act=False

Browse files
gptq_model-4bit-128g.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0e1e45c277508446d0342f0a2acec488e927532facd118559b77adeeece85efc
3
  size 7259435192
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d27dc000b2640364fda1211ccaab74e3c61f6f742b576671b1a0bdc9280d18ed
3
  size 7259435192
quantize_config.json CHANGED
@@ -6,6 +6,6 @@
6
  "static_groups": false,
7
  "sym": true,
8
  "true_sequential": true,
9
- "model_name_or_path": "Llama-2-13b-chat-q4bit",
10
- "model_file_base_name": "gptq_model-4bit-128g"
11
  }
 
6
  "static_groups": false,
7
  "sym": true,
8
  "true_sequential": true,
9
+ "model_name_or_path": null,
10
+ "model_file_base_name": null
11
  }