Instructions to use Qwen/Qwen2-Audio-7B-Instruct with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Qwen/Qwen2-Audio-7B-Instruct with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForSeq2SeqLM processor = AutoProcessor.from_pretrained("Qwen/Qwen2-Audio-7B-Instruct") model = AutoModelForSeq2SeqLM.from_pretrained("Qwen/Qwen2-Audio-7B-Instruct") - Notebooks
- Google Colab
- Kaggle
TTS support?
#4
by yukiarimo - opened
Does it support the like audio output? And is there any LLM with audio for audio too, like GPT4o?
no and no
Moshi is now released and does audio to audio. I think there are others as well lile maybe llama-omni and ichiban.
It cannot be fine-tuned