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
no_repeat_ngram_size in vllm backend
#15
by ducknificient - opened
hi, is there any options to use .generate() arguments, for example like no_repeat_ngram_size, etc ?
thanks ,best regards
ducknificient changed discussion status to closed