danielhanchen commited on
Commit
176e965
1 Parent(s): af62130

Upload MllamaForConditionalGeneration

Browse files
Files changed (2) hide show
  1. config.json +4 -1
  2. generation_config.json +1 -1
config.json CHANGED
@@ -21,6 +21,7 @@
21
  "quant_method": "bitsandbytes"
22
  },
23
  "text_config": {
 
24
  "_name_or_path": "",
25
  "add_cross_attention": false,
26
  "architectures": null,
@@ -118,8 +119,10 @@
118
  "vocab_size": 128256
119
  },
120
  "torch_dtype": "bfloat16",
121
- "transformers_version": "4.45.0",
 
122
  "vision_config": {
 
123
  "_name_or_path": "",
124
  "add_cross_attention": false,
125
  "architectures": null,
 
21
  "quant_method": "bitsandbytes"
22
  },
23
  "text_config": {
24
+ "_attn_implementation_autoset": false,
25
  "_name_or_path": "",
26
  "add_cross_attention": false,
27
  "architectures": null,
 
119
  "vocab_size": 128256
120
  },
121
  "torch_dtype": "bfloat16",
122
+ "transformers_version": "4.46.3",
123
+ "unsloth_fixed": true,
124
  "vision_config": {
125
+ "_attn_implementation_autoset": false,
126
  "_name_or_path": "",
127
  "add_cross_attention": false,
128
  "architectures": null,
generation_config.json CHANGED
@@ -9,5 +9,5 @@
9
  "pad_token_id": 128004,
10
  "temperature": 0.6,
11
  "top_p": 0.9,
12
- "transformers_version": "4.45.0"
13
  }
 
9
  "pad_token_id": 128004,
10
  "temperature": 0.6,
11
  "top_p": 0.9,
12
+ "transformers_version": "4.46.3"
13
  }