mirror of
https://github.com/karpathy/nanochat.git
synced 2026-03-24 13:53:27 +00:00
This commit fixes a build failure in the Docker image by adding the `--uv` flag to the `maturin develop` command. The `maturin` build process was failing because it could not find `pip` within the `uv` environment. The `--uv` flag ensures that `maturin` correctly uses the `uv` environment to build the `rustbpe` tokenizer. |
||
|---|---|---|
| .. | ||
| cloudbuild.yaml | ||
| Dockerfile | ||
| midtraining_step.py | ||
| pipeline.py | ||
| pretraining_step.py | ||
| report_step.py | ||
| run_pipeline.sh | ||
| sft_step.py | ||
| tokenizer_step.py | ||