Files
verl/docs
OC f6f910069b [doc] fix: add qwen3moe-30b script and fix error in qwen3-235b (#3174)
1. add qwen3moe-30b script for 1 to 4 H20 nodes with best performance
2. fix error in qwen3-235b: 
  - vllm enable_expert_parallel may result invalid output
  - megratron num_layers_in_last_pipeline_stage is a depreciate option
 
---------
Co-authored-by: Yan Bai <bayan@nvidia.com>
2025-08-22 13:59:24 +08:00
..

verl documentations

Build the docs

# If you want to view auto-generated API docstring, please make sure verl is available in python path. For instance, install verl via:
# pip install .. -e[test]

# Install dependencies needed for building docs.
pip install -r requirements-docs.txt

# Build the docs.
make clean
make html

Open the docs with your browser

python -m http.server -d _build/html/

Launch your browser and navigate to http://localhost:8000 to view the documentation. Alternatively you could drag the file _build/html/index.html to your local browser and view directly.