mirror of
https://github.com/NVIDIA/dgx-spark-playbooks.git
synced 2026-04-22 18:13:52 +00:00
chore: Regenerate all playbooks
This commit is contained in:
parent
3b7c6eba28
commit
7874a7b269
@ -62,7 +62,6 @@ All required assets can be found [in the ComfyUI repository on GitHub](https://g
|
||||
|
||||
**Risk level:** Medium
|
||||
- Model downloads are large (~2GB) and may fail due to network issues
|
||||
- PyTorch nightly builds may have compatibility issues with ARM64 architecture
|
||||
- Port 8188 must be accessible for web interface functionality
|
||||
|
||||
**Rollback:** Virtual environment can be deleted to remove all installed packages. Downloaded models
|
||||
@ -96,7 +95,7 @@ Verify the virtual environment is active by checking the command prompt shows `(
|
||||
|
||||
## Step 3. Install PyTorch with CUDA support
|
||||
|
||||
Install PyTorch nightly build with CUDA 12.9 support optimized for ARM64 architecture.
|
||||
Install PyTorch with CUDA 12.9 support.
|
||||
|
||||
```bash
|
||||
pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu129
|
||||
|
||||
Loading…
Reference in New Issue
Block a user