From 3c9fe23b06358a12235c1bf38e3356237c78402c Mon Sep 17 00:00:00 2001 From: yum Date: Tue, 31 Jan 2023 21:59:23 -0800 Subject: Specify exact version for torch Ruling out possibilities for a user reported bug. --- Scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Scripts') diff --git a/Scripts/requirements.txt b/Scripts/requirements.txt index a0811d9..573f316 100644 --- a/Scripts/requirements.txt +++ b/Scripts/requirements.txt @@ -5,6 +5,6 @@ pyaudio python-osc playsound==1.2.2 --extra-index-url https://download.pytorch.org/whl/cu116 -torch +torch==1.13.1+cu116 git+https://github.com/openai/whisper.git editdistance -- cgit v1.2.3