Views
No views yet
Status: research checkpoint, early in training. The published tags are early RL steps and behave close to base Qwen3-32B; they exist to validate the pipeline and for provenance. Capability improves at later tags. Use accordingly.
step-5, step-10, …).reasoning_content / <think>).1vllm serve SpeedyLabsAI/SA-SWE-32B-repro --revision step-10 \
2 --tensor-parallel-size 2 --max-model-len 32768 \
3 --enable-auto-tool-choice --tool-call-parser hermes --reasoning-parser qwen31from openai import OpenAI
2c = OpenAI(base_url="http://localhost:8000/v1", api_key="EMPTY")
3print(c.chat.completions.create(model="SpeedyLabsAI/SA-SWE-32B-repro",
4 messages=[{"role":"user","content":"Fix the failing test in ..."}],
5 temperature=0.6, top_p=0.95).choices[0].message.content)1@misc{skyrl_agent_2025, title={SkyRL-Agent: Efficient RL Training for Multi-turn LLM Agent},
2 note={arXiv:2511.16108}, year={2025}}