Skip to main content
Telescope can be installed via Docker (recommended), which comes with everything ready including performance libraries (like Transformer Engine and NVIDIA Apex), or from source, which is simpler but lacks some performance optimizations. You can override any config parameter from the command line:
uv run train.py --config configs/examples/example_countdown.yaml \
  --learning_rate 5e-7 \
  --number_of_steps 500