7 lines
264 B
Plaintext
7 lines
264 B
Plaintext
# Optional local NVIDIA GPU runtime for Windows / Python 3.12.
|
|
# Install after requirements-windows.txt with:
|
|
# python -m pip install -r requirements-windows-gpu.txt
|
|
--index-url https://download.pytorch.org/whl/cu129
|
|
torch==2.8.0+cu129
|
|
torchvision==0.23.0+cu129
|