Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/source/en/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ uv pip install diffusers["torch"] transformers
```

</hfoption>
<hfoption id="NVIDIA Spark (ARM64)">
<hfoption id="CUDA Windows Arm64">

To install Diffusers with PyTorch on NVIDIA Spark devices (such as an RTX Spark laptop) running ARM64, install PyTorch from the NVIDIA PyPI index. These devices require NVIDIA's ARM64 builds of PyTorch, which are not available on the default PyPI index or the standard PyTorch wheel index.
To install Diffusers with PyTorch CUDA on Windows Arm64, such as for NVIDIA RTX Spark laptops, install PyTorch from the NVIDIA PyPI index. These devices require NVIDIA's Windows Arm64 builds of PyTorch, which are not available on the default PyPI index or the standard PyTorch wheel index.

Run the command below to check if your system detects an NVIDIA GPU.

Expand All @@ -46,7 +46,7 @@ nvidia-smi
Install PyTorch from the NVIDIA PyPI index, then install Diffusers.

```bash
uv pip install torch --index-url https://pypi.nvidia.com
uv pip install torch --index-url https://pypi.nvidia.com/nvtorch_oot_nightly
uv pip install diffusers
```

Expand Down
Loading