chore: Regenerate all playbooks

This commit is contained in:
GitLab CI 2025-11-10 23:27:49 +00:00
parent f57d9313a8
commit ab28aa03a0

View File

@ -96,7 +96,7 @@ Verify the virtual environment is active by checking the command prompt shows `(
Install PyTorch with CUDA 12.9 support.
```bash
pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu129
pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu130
```
This installation targets CUDA 12.9 compatibility with Blackwell architecture GPUs.