Instructions to use KexuanShi/Megatron-LM with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- NeMo
How to use KexuanShi/Megatron-LM with NeMo:
# tag did not correspond to a valid NeMo domain.
- Notebooks
- Google Colab
- Kaggle
File size: 361 Bytes
88e6849 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | # Generating Docs Locally
To generate docs locally, use the following commands:
```
cd docs
uv run --only-group docs sphinx-autobuild . _build/html --port 8080 --host 127.0.0.1
```
Docs will be generated at <http://localhost:8080/>.
**Recommended:** set the environment variable `SKIP_AUTODOC=true` when generating docs
to skip the generation of `apidocs`. |