- Ensure sufficient disk space for model weights and container images
- Ensure sufficient disk space for model weights and container images
5.**Token Repetition / Generation Won't Stop**
- When using `reasoning_effort: high`, the model may produce repeated tokens and fail to stop
-**Solution**: Set `top_p=1` in your request. These are the [recommended sampling parameters from OpenAI](https://huggingface.co/openai/gpt-oss-120b/discussions/21)
-**Production Deployment**: For multi-node deployments, see the [Multi-node Guide](https://github.com/ai-dynamo/dynamo/tree/main/examples/basics/multinode/README.md)
-**Production Deployment**: For multi-node deployments, see the [Multi-node Guide](https://github.com/ai-dynamo/dynamo/tree/main/examples/basics/multinode/README.md)