Niki Zhang commited on
Commit
13dfb3e
·
verified ·
1 Parent(s): fa3dab5

Update package version

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -7
requirements.txt CHANGED
@@ -1,8 +1,8 @@
1
- https://download.pytorch.org/whl/cu111/torch-1.10.1%2Bcu111-cp38-cp38-linux_x86_64.whl
2
- https://download.pytorch.org/whl/cu111/torchvision-0.11.2%2Bcu111-cp38-cp38-linux_x86_64.whl
3
- https://download.pytorch.org/whl/cu111/torchaudio-0.10.1%2Bcu111-cp38-cp38-linux_x86_64.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.24.1
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