Audio-Text-to-Text
Transformers
Safetensors
step_audio_2
text-generation
audio-reasoning
chain-of-thought
multi-modal
step-audio-r1
custom_code
Instructions to use stepfun-ai/Step-Audio-R1.1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use stepfun-ai/Step-Audio-R1.1 with Transformers:
# Load model directly from transformers import AutoModelForCausalLM model = AutoModelForCausalLM.from_pretrained("stepfun-ai/Step-Audio-R1.1", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -50,7 +50,7 @@ First, you need to download the Step-Audio-R1 model weights.
|
|
| 50 |
**Method A 路 Git LFS**
|
| 51 |
```bash
|
| 52 |
git lfs install
|
| 53 |
-
git clone https://huggingface.co/stepfun-ai/Step-Audio-R1
|
| 54 |
```
|
| 55 |
|
| 56 |
**Method B 路 Hugging Face CLI**
|
|
|
|
| 50 |
**Method A 路 Git LFS**
|
| 51 |
```bash
|
| 52 |
git lfs install
|
| 53 |
+
git clone https://huggingface.co/stepfun-ai/Step-Audio-R1.1
|
| 54 |
```
|
| 55 |
|
| 56 |
**Method B 路 Hugging Face CLI**
|