Cyrile commited on
Commit
d56c04a
·
verified ·
1 Parent(s): 9557e31

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": "meta-llama/Meta-Llama-3.1-70B-Instruct",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
@@ -23,8 +23,6 @@
23
  "num_key_value_heads": 8,
24
  "pretraining_tp": 1,
25
  "quantization_config": {
26
- "_load_in_4bit": true,
27
- "_load_in_8bit": false,
28
  "bnb_4bit_compute_dtype": "bfloat16",
29
  "bnb_4bit_quant_storage": "uint8",
30
  "bnb_4bit_quant_type": "nf4",
 
1
  {
2
+ "_name_or_path": "cmarkea/Meta-Llama-3.1-70B-Instruct-4bit",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
 
23
  "num_key_value_heads": 8,
24
  "pretraining_tp": 1,
25
  "quantization_config": {
 
 
26
  "bnb_4bit_compute_dtype": "bfloat16",
27
  "bnb_4bit_quant_storage": "uint8",
28
  "bnb_4bit_quant_type": "nf4",