Spaces:
Running
Running
Niki Zhang
commited on
Update package version
Browse files- requirements.txt +8 -7
requirements.txt
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
-
https://download.pytorch.org/whl/
|
| 2 |
-
https://download.pytorch.org/whl/
|
| 3 |
-
https://download.pytorch.org/whl/
|
| 4 |
-
openai==0.28.1
|
| 5 |
|
|
|
|
| 6 |
pillow==9.5.0
|
| 7 |
langchain==0.0.101
|
| 8 |
transformers==4.40
|
|
@@ -15,10 +15,11 @@ git+https://github.com/facebookresearch/segment-anything.git
|
|
| 15 |
pycocotools
|
| 16 |
matplotlib
|
| 17 |
onnxruntime
|
| 18 |
-
onnx
|
| 19 |
-
gradio==3.
|
| 20 |
accelerate
|
| 21 |
bitsandbytes==0.43
|
| 22 |
easyocr
|
| 23 |
-
opencv-python
|
| 24 |
|
|
|
|
|
|
| 1 |
+
https://download.pytorch.org/whl/cu118/torch-2.1.0%2Bcu118-cp39-cp39-linux_x86_64.whl
|
| 2 |
+
https://download.pytorch.org/whl/cu118/torchvision-0.16.0%2Bcu118-cp39-cp39-linux_x86_64.whl
|
| 3 |
+
https://download.pytorch.org/whl/cu118/torchaudio-2.1.0%2Bcu118-cp39-cp39-linux_x86_64.whl
|
|
|
|
| 4 |
|
| 5 |
+
openai==0.28.1
|
| 6 |
pillow==9.5.0
|
| 7 |
langchain==0.0.101
|
| 8 |
transformers==4.40
|
|
|
|
| 15 |
pycocotools
|
| 16 |
matplotlib
|
| 17 |
onnxruntime
|
| 18 |
+
onnx==1.9.0
|
| 19 |
+
gradio==3.41.2
|
| 20 |
accelerate
|
| 21 |
bitsandbytes==0.43
|
| 22 |
easyocr
|
| 23 |
+
opencv-python==4.5.1.48
|
| 24 |
|
| 25 |
+
git+https://github.com/coqui-ai/TTS.git@dev
|