diff options
| author | yum <yum.food.vr@gmail.com> | 2023-01-25 15:32:26 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2023-01-25 15:32:26 -0800 |
| commit | 42bd88a45b40c13121fa7e463b4fef7aec667cf4 (patch) | |
| tree | 03ae0b9b08e86340d322906c380ccc8494b9e5ad /Scripts/requirements.txt | |
| parent | 227ff7aa0ed2fd03c54ae53aa01430012ff3f7d0 (diff) | |
Bugfix: requirements.txt installs correct version of pytorch
The --extra-index-url must appear *before* the dependency in this file.
Diffstat (limited to 'Scripts/requirements.txt')
| -rw-r--r-- | Scripts/requirements.txt | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
