Any-to-Any
Transformers
Safetensors
English
qwen2_5_omni
text-to-audio
multimodal
4-bit precision
gptq
Instructions to use Qwen/Qwen2.5-Omni-7B-GPTQ-Int4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Qwen/Qwen2.5-Omni-7B-GPTQ-Int4 with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("Qwen/Qwen2.5-Omni-7B-GPTQ-Int4") model = AutoModelForMultimodalLM.from_pretrained("Qwen/Qwen2.5-Omni-7B-GPTQ-Int4") - Notebooks
- Google Colab
- Kaggle
Any engine for real time speech to speech chat with this?
1
#1 opened about 1 year ago
by
DrNicefellow