visioncairgroup commited on
Push model using huggingface_hub.
Browse files- config.json +4 -0
config.json
CHANGED
|
@@ -3,6 +3,10 @@
|
|
| 3 |
"architectures": [
|
| 4 |
"MiniGPT4_Video"
|
| 5 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
"chat_template": true,
|
| 7 |
"ckpt": "checkpoints/video_llama_checkpoint_last.pth",
|
| 8 |
"device": "cuda",
|
|
|
|
| 3 |
"architectures": [
|
| 4 |
"MiniGPT4_Video"
|
| 5 |
],
|
| 6 |
+
"auto_map": {
|
| 7 |
+
"AutoConfig": "mini_gpt4_llama_v2.minigpt4_video_config",
|
| 8 |
+
"AutoModel": "mini_gpt4_llama_v2.MiniGPT4_Video"
|
| 9 |
+
},
|
| 10 |
"chat_template": true,
|
| 11 |
"ckpt": "checkpoints/video_llama_checkpoint_last.pth",
|
| 12 |
"device": "cuda",
|