saicharan1234 commited on
Commit
6e6106b
·
verified ·
1 Parent(s): 2ef4f69

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -26
requirements.txt CHANGED
@@ -1,33 +1,11 @@
1
  --extra-index-url https://download.pytorch.org/whl/cu113
2
  fastapi==0.80.0
3
  python-multipart
4
- torch
5
- torchvision
6
  salesforce-lavis
7
  bitsandbytes
8
  accelerate
9
- uvicorn
10
- torchaudio
11
- huggingface-hub
12
- matplotlib
13
- psutil
14
- iopath
15
- pyyaml
16
- regex
17
- tokenizers
18
- tqdm
19
- transformers
20
- timm
21
- webdataset
22
- omegaconf
23
- opencv-python
24
- decord
25
- peft==0.2.0
26
- sentence-transformers
27
- scikit-image
28
- visual-genome
29
 
30
- wandb
31
-
32
-
33
- git+https://github.com/huggingface/transformers.git
 
1
  --extra-index-url https://download.pytorch.org/whl/cu113
2
  fastapi==0.80.0
3
  python-multipart
4
+ torch==2.0.0
 
5
  salesforce-lavis
6
  bitsandbytes
7
  accelerate
8
+ git+https://github.com/huggingface/transformers.git
9
+ Cython==0.29.36
10
+ spacy
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11