fix: add deepspeed to auto-install dependencies
This commit is contained in:
@@ -30,7 +30,7 @@ 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 "[3/4] Install training dependencies..."
|
||||
pip install transformers datasets trl peft accelerate bitsandbytes
|
||||
pip install transformers datasets trl peft accelerate bitsandbytes deepspeed
|
||||
|
||||
# Check GPU
|
||||
echo ""
|
||||
|
||||
Reference in New Issue
Block a user