Instructions to use Qwen/Qwen2.5-Omni-7B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Qwen/Qwen2.5-Omni-7B with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModel processor = AutoProcessor.from_pretrained("Qwen/Qwen2.5-Omni-7B") model = AutoModel.from_pretrained("Qwen/Qwen2.5-Omni-7B") - Notebooks
- Google Colab
- Kaggle
commit id 'f742a644ca32e65758c3adb36225aef1731bd2a8' is not valid
#32
by xiaoXXX - opened
when i run cammand below, get 404? how can i solve it ?
pip uninstall transformers
pip install git+https://github.com/huggingface/transformers@f742a644ca32e65758c3adb36225aef1731bd2a8
pip install accelerate
You cannot have a line break between pip install and the git reference:
pip uninstall transformers
pip install git+https://github.com/huggingface/transformers@f742a644ca32e65758c3adb36225aef1731bd2a8
pip install accelerate