You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run: python minigpt4_video_demo.py --ckpt ./checkpoints/video_mistral_checkpoint_last.pth --cfg-path test_configs/mistral_test_config.yaml, it gets stuck here:
{'default': 'configs/datasets/video_chatgpt/default.yaml'}
{'default': 'path to the config file'}
Initialization Model
model arch mini_gpt4_llama_v2
model cls <class 'minigpt4.models.mini_gpt4_llama_v2.MiniGPT4_llama_v2'>
dataset name video_chatgpt
Mistral model
token pooling True
vit precision fp16
The text was updated successfully, but these errors were encountered:
When I run: python minigpt4_video_demo.py --ckpt ./checkpoints/video_mistral_checkpoint_last.pth --cfg-path test_configs/mistral_test_config.yaml, it gets stuck here:
{'default': 'configs/datasets/video_chatgpt/default.yaml'}
{'default': 'path to the config file'}
Initialization Model
model arch mini_gpt4_llama_v2
model cls <class 'minigpt4.models.mini_gpt4_llama_v2.MiniGPT4_llama_v2'>
dataset name video_chatgpt
Mistral model
token pooling True
vit precision fp16
The text was updated successfully, but these errors were encountered: