Instructions to use stepfun-ai/Step-Audio-2-mini with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use stepfun-ai/Step-Audio-2-mini with Transformers:
# Load model directly from transformers import AutoModelForCausalLM model = AutoModelForCausalLM.from_pretrained("stepfun-ai/Step-Audio-2-mini", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
[achatbot+StepAudio2(transformers)] AQAA with function call tools(web_search,get_weather) & S2ST with async ASR
#12
by weege007 - opened
AQAA with function call tools(web_search,get_weather): https://github.com/ai-bot-pro/achatbot/pull/190
S2ST with async ASR: https://github.com/ai-bot-pro/achatbot/pull/191
weege007 changed discussion title from [achatbot+StepAudio2(tranformers)] AQAA with function call tools(web_search,get_weather) & S2ST with async ASR to [achatbot+StepAudio2(transformers)] AQAA with function call tools(web_search,get_weather) & S2ST with async ASR