fix: use CUDA 13.0 nightly for RTX 5090 support
This commit is contained in:
@@ -30,8 +30,8 @@ python3 -m venv venv
|
|||||||
source venv/bin/activate
|
source venv/bin/activate
|
||||||
pip install --upgrade pip
|
pip install --upgrade pip
|
||||||
|
|
||||||
echo "[2/4] Install PyTorch with CUDA (RTX 5090 compatible)..."
|
echo "[2/4] Install PyTorch with CUDA 13.0 (RTX 5090 compatible)..."
|
||||||
pip install --force-reinstall torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu124
|
pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu130
|
||||||
|
|
||||||
echo "[3/4] Install training dependencies..."
|
echo "[3/4] Install training dependencies..."
|
||||||
pip install transformers datasets trl peft accelerate bitsandbytes deepspeed
|
pip install transformers datasets trl peft accelerate bitsandbytes deepspeed
|
||||||
|
|||||||
Reference in New Issue
Block a user