Update requirements.txt
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
| 1 |
torch==2.1.0
|
| 2 |
torchvision==0.16.0
|
| 3 |
torchaudio==2.1.0
|
|
|
|
| 1 |
+
# Install local .whl
|
| 2 |
+
./libs/chatterbox_tts-0.1.2-py3-none-any.whl
|
| 3 |
+
|
| 4 |
torch==2.1.0
|
| 5 |
torchvision==0.16.0
|
| 6 |
torchaudio==2.1.0
|