nanoLLaDA
The most bare-bones masked diffusion language model on earth.
File Explorer
- diffusion_demo.gif
- logo.png
- __init__.py
- checkpoint.py
- common.py
- dataloader.py
- dataset.py
- diffusion.py
- eval.py
- generate.py
- model.py
- sft.py
- tokenizer.py
- eval.py
- inference.py
- sft.py
- tok_train.py
- train.py
- .gitignore
- .python-version
- LICENSE
- pyproject.toml
- README.md
- run.sh
- tutorial.ipynb
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
python
View Details ▼
python
Python language interpreter.
python
Start a REPL (interactive shell):
python {{path/to/file.py}}
Execute a specific Python file:
python -i {{path/to/file.py}}
Execute a specific Python file and start a REPL:
uv venv
View Details ▼
uv venv
Create an isolated Python environment for installing packages.
uv venv
Create a virtual environment in the default location (`.venv`):
uv venv {{path/to/venv}}
Create a virtual environment at a specific path:
uv venv {{[-p|--python]}} {{3.12}}
Create using a specific Python version:
// repository documentation
Was this content helpful?
(0 ratings)
