Cyrile commited on
Commit
126f2c9
·
verified ·
1 Parent(s): eb1a1b2

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -3
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "codellama/CodeLlama-70b-Instruct-hf",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
@@ -19,8 +19,6 @@
19
  "num_key_value_heads": 8,
20
  "pretraining_tp": 1,
21
  "quantization_config": {
22
- "_load_in_4bit": true,
23
- "_load_in_8bit": false,
24
  "bnb_4bit_compute_dtype": "bfloat16",
25
  "bnb_4bit_quant_storage": "uint8",
26
  "bnb_4bit_quant_type": "nf4",
 
1
  {
2
+ "_name_or_path": "cmarkea/CodeLlama-70b-Instruct-hf-4bit",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
 
19
  "num_key_value_heads": 8,
20
  "pretraining_tp": 1,
21
  "quantization_config": {
 
 
22
  "bnb_4bit_compute_dtype": "bfloat16",
23
  "bnb_4bit_quant_storage": "uint8",
24
  "bnb_4bit_quant_type": "nf4",