Instructions to use stepfun-ai/NextStep-1-Large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use stepfun-ai/NextStep-1-Large with Transformers:
# Load model directly from transformers import AutoModelForCausalLM model = AutoModelForCausalLM.from_pretrained("stepfun-ai/NextStep-1-Large", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 225 Bytes
22243b2 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | diffusers==0.34.0 einops==0.8.1 gradio==5.42.0 loguru==0.7.3 numpy==1.26.4 omegaconf==2.3.0 Pillow==11.0.0 Requests==2.32.4 safetensors==0.5.3 tabulate==0.9.0 torch==2.5.1 torchvision==0.20.1 tqdm==4.67.1 transformers==4.55.0 |