fix: use CUDA 13.0 nightly for RTX 5090 support

This commit is contained in:
Christian Medina
2026-06-30 22:32:14 -04:00
parent 9cbf6549e5
commit b760ba09e7

View File

@@ -30,8 +30,8 @@ python3 -m venv venv
source venv/bin/activate
pip install --upgrade pip
echo "[2/4] Install PyTorch with CUDA (RTX 5090 compatible)..."
pip install --force-reinstall torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu124
echo "[2/4] Install PyTorch with CUDA 13.0 (RTX 5090 compatible)..."
pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu130
echo "[3/4] Install training dependencies..."
pip install transformers datasets trl peft accelerate bitsandbytes deepspeed