From 42bd88a45b40c13121fa7e463b4fef7aec667cf4 Mon Sep 17 00:00:00 2001 From: yum Date: Wed, 25 Jan 2023 15:32:26 -0800 Subject: Bugfix: requirements.txt installs correct version of pytorch The --extra-index-url must appear *before* the dependency in this file. --- Scripts/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Scripts/requirements.txt b/Scripts/requirements.txt index 86d72fd..a0811d9 100644 --- a/Scripts/requirements.txt +++ b/Scripts/requirements.txt @@ -4,6 +4,7 @@ pillow pyaudio python-osc playsound==1.2.2 -torch --extra-index-url https://download.pytorch.org/whl/cu116 +--extra-index-url https://download.pytorch.org/whl/cu116 +torch git+https://github.com/openai/whisper.git editdistance -- cgit v1.2.3