Skip to content

Commit

Permalink
Test Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aitronz authored May 22, 2024
1 parent 0cf1f9d commit b84fa21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ prepare_install() {
echo "Installing Applio dependencies..."
python -m pip install -r requirements.txt
python -m pip uninstall torch torchvision torchaudio -y
python -m pip install torch==2.1.1 torchvision==0.16.1 torchaudio==2.1.1
python -m pip install torch==2.1.1 torchvision==0.16.1 torchaudio==2.1.1 --index-url https://download.pytorch.org/whl/cu121
finish
fi
}
Expand Down

0 comments on commit b84fa21

Please sign in to comment.