@@ -19,7 +19,7 @@ make bootstrap-tools && make bootstrap-nss cpu
1919# Pick a variant:
2020make bootstrap-nss dev # dev tools only (no engine/torch)
2121make bootstrap-nss cpu # + engine + CPU PyTorch
22- make bootstrap-nss cu128 # + engine + CUDA 12.8 PyTorch
22+ make bootstrap-nss cu129 # + engine + CUDA 12.9 PyTorch
2323make bootstrap-nss engine # + engine (no torch)
2424```
2525
@@ -30,11 +30,11 @@ Under the hood: `uv sync --frozen --extra <extra> [--extra engine] --group dev`
3030| Extra | What it installs |
3131| -------| ------------------|
3232| ` cpu ` | PyTorch CPU, faiss-cpu, flashinfer (Linux only) |
33- | ` cu128 ` | PyTorch+CUDA 12.8 , faiss-gpu, flashinfer-jit-cache |
33+ | ` cu129 ` | PyTorch+CUDA 12.9 , faiss-gpu, flashinfer-jit-cache |
3434| ` engine ` | ML pipeline deps (outlines, wandb, tiktoken, etc.) -- no torch |
3535| ` microservices ` | ` nemo-microservices ` from local path |
3636
37- ` cpu ` and ` cu128 ` conflict -- you must pick one, never both. Enforced in ` [tool.uv] conflicts ` .
37+ ` cpu ` and ` cu129 ` conflict -- you must pick one, never both. Enforced in ` [tool.uv] conflicts ` .
3838
3939## Index Management
4040
@@ -43,9 +43,9 @@ PyTorch wheels come from dedicated indexes, not PyPI:
4343| Index | URL | Used for |
4444| -------| -----| ----------|
4545| ` pytorch-cpu ` | ` download.pytorch.org/whl/cpu ` | torch, torchvision (CPU, Linux) |
46- | ` pytorch-cu128 ` | ` download.pytorch.org/whl/cu128 ` | torch, torchvision, triton, xformers (CUDA) |
46+ | ` pytorch-cu129 ` | ` download.pytorch.org/whl/cu129 ` | torch, torchvision, triton (CUDA) |
4747| ` nv-shared-pypi-local ` | NVIDIA Artifactory | Internal NVIDIA packages |
48- | ` flashinfer-jit-cache ` | ` flashinfer.ai/whl/cu128 ` | FlashInfer JIT cache |
48+ | ` flashinfer-jit-cache ` | ` flashinfer.ai/whl/cu129 ` | FlashInfer JIT cache |
4949| ` nvidia-pypi-public ` | ` pypi.nvidia.com ` | Public NVIDIA packages |
5050
5151All indexes are ` explicit = true ` (only used when a package is mapped to them in ` [tool.uv.sources] ` ).
0 commit comments