diff options
| author | yum <yum.food.vr@gmail.com> | 2023-01-31 21:59:23 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2023-01-31 21:59:23 -0800 |
| commit | 3c9fe23b06358a12235c1bf38e3356237c78402c (patch) | |
| tree | 89821df2364215d29ccd8807b7f35fb99acf7195 /Scripts/requirements.txt | |
| parent | 175965da720659df3099d3cda06a342fdfbe1cd4 (diff) | |
Specify exact version for torch
Ruling out possibilities for a user reported bug.
Diffstat (limited to 'Scripts/requirements.txt')
| -rw-r--r-- | Scripts/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
