4 lines
177 B
Bash
4 lines
177 B
Bash
#!/bin/bash
|
|
uv venv --python 3.11.7
|
|
pip install -U torch==2.5.1+cu124 torchvision==0.20.1+cu124 torchaudio==2.5.1+cu124 --extra-index-url https://download.pytorch.org/whl/cu124
|