Commit ·
5668a8d
1
Parent(s): 5c085c3
feat: architecture to VILAForConditionalGeneration
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
"_attn_implementation_autoset": true,
|
| 3 |
"_name_or_path": "NVILA-Lite-2B-hf-preview",
|
| 4 |
"architectures": [
|
| 5 |
-
"
|
| 6 |
],
|
| 7 |
"auto_map": {
|
| 8 |
"AutoConfig": "configuration_vila.VILAConfig",
|
|
|
|
| 2 |
"_attn_implementation_autoset": true,
|
| 3 |
"_name_or_path": "NVILA-Lite-2B-hf-preview",
|
| 4 |
"architectures": [
|
| 5 |
+
"VILAForConditionalGeneration"
|
| 6 |
],
|
| 7 |
"auto_map": {
|
| 8 |
"AutoConfig": "configuration_vila.VILAConfig",
|