Not working on Google Collab A100 GPU instance
#9
by
ritheshSree
- opened
I was trying this notebook on Colab: https://github.com/QwenLM/Qwen2.5-Omni/blob/main/cookbooks/video_information_extracting.ipynb
It was taking too much time on a A100 GPU. Like 17 minutes and still no inference
I have done the below
pip uninstall transformers
pip install git+https://github.com/huggingface/transformers@3a1ead0aabed473eafe527915eea8c197d424356
pip install accelerate
I have also done :
pip install qwen-omni-utils
pip install openai
Any suggestions?
ritheshSree
changed discussion title from
Taking too long on Google Collab
to Not working on Google Collab A100 GPU instance
Thnka You for the amazing model. the issue was with video urls. I tried a different video url and it worked fine
ritheshSree
changed discussion status to
closed