LoftQ commited on
Commit
d55b86b
1 Parent(s): 10b7c81

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "/mnt/t-qingzhang/yxli2123_model_zoo/CodeLlama-13b-hf-4bit-64rank-5iter",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
@@ -20,7 +20,7 @@
20
  "quantization_config": {
21
  "_load_in_4bit": true,
22
  "_load_in_8bit": false,
23
- "bnb_4bit_compute_dtype": "float32",
24
  "bnb_4bit_quant_storage": "uint8",
25
  "bnb_4bit_quant_type": "nf4",
26
  "bnb_4bit_use_double_quant": false,
 
1
  {
2
+ "_name_or_path": "LoftQ/CodeLlama-13b-hf-4bit-64rank",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
 
20
  "quantization_config": {
21
  "_load_in_4bit": true,
22
  "_load_in_8bit": false,
23
+ "bnb_4bit_compute_dtype": "bfloat16",
24
  "bnb_4bit_quant_storage": "uint8",
25
  "bnb_4bit_quant_type": "nf4",
26
  "bnb_4bit_use_double_quant": false,