mirror of
https://github.com/NVIDIA/dgx-spark-playbooks.git
synced 2026-04-22 10:03:54 +00:00
chore: Regenerate all playbooks
This commit is contained in:
parent
505cacdbd6
commit
752eada0cb
@ -126,6 +126,11 @@ Verify your setup by running a simple Stable Diffusion XL image generation examp
|
||||
3. Add a new cell and paste the following code:
|
||||
|
||||
```python
|
||||
import warnings
|
||||
warnings.filterwarnings('ignore', message='.*cuda capability.*')
|
||||
import tqdm.auto
|
||||
tqdm.auto.tqdm = tqdm.std.tqdm
|
||||
|
||||
from diffusers import DiffusionPipeline
|
||||
import torch
|
||||
from PIL import Image
|
||||
|
||||
@ -414,7 +414,7 @@ docker rmi nvcr.io/nvidia/tensorrt-llm/release:spark-single-gpu-dev
|
||||
|
||||
### Step 1. Configure network connectivity
|
||||
|
||||
Follow the network setup instructions from the [Connect two Sparks](https://build.nvidia.com/spark/stack-sparks/stacked-sparks) playbook to establish connectivity between your DGX Spark nodes.
|
||||
Follow the network setup instructions from the [Connect two Sparks](https://build.nvidia.com/spark/connect-two-sparks/stacked-sparks) playbook to establish connectivity between your DGX Spark nodes.
|
||||
|
||||
This includes:
|
||||
- Physical QSFP cable connection
|
||||
|
||||
Loading…
Reference in New Issue
Block a user