Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +6 -56
requirements.txt
CHANGED
@@ -1,63 +1,13 @@
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
-
torch
|
3 |
-
torchvision
|
4 |
-
|
5 |
tqdm
|
6 |
decord
|
7 |
timm
|
8 |
einops
|
9 |
opencv_python
|
10 |
-
|
11 |
-
salesforce-lavis
|
12 |
-
accelerate
|
13 |
-
aiohttp
|
14 |
-
aiosignal
|
15 |
-
async-timeout
|
16 |
-
attrs
|
17 |
-
bitsandbytes
|
18 |
-
cchardet
|
19 |
-
chardet
|
20 |
-
contourpy
|
21 |
-
cycler
|
22 |
-
filelock
|
23 |
-
fonttools
|
24 |
-
frozenlist
|
25 |
-
huggingface-hub
|
26 |
-
importlib-resources
|
27 |
-
kiwisolver
|
28 |
-
matplotlib
|
29 |
-
multidict
|
30 |
-
openai
|
31 |
-
packaging
|
32 |
-
psutil
|
33 |
-
pycocotools
|
34 |
-
pyparsing
|
35 |
-
python-dateutil
|
36 |
-
pyyaml
|
37 |
-
regex
|
38 |
-
tokenizers
|
39 |
-
timm
|
40 |
-
spacy
|
41 |
-
webdataset
|
42 |
-
scikit-learn
|
43 |
-
scipy
|
44 |
-
yarl
|
45 |
-
zipp
|
46 |
-
omegaconf
|
47 |
-
opencv-python
|
48 |
-
iopath
|
49 |
-
decord==0.6.0
|
50 |
-
tenacity
|
51 |
-
peft
|
52 |
-
pycocoevalcap
|
53 |
-
sentence-transformers
|
54 |
-
umap-learn
|
55 |
-
notebook
|
56 |
-
gradio
|
57 |
-
gradio-client
|
58 |
-
wandb
|
59 |
-
einops
|
60 |
-
SentencePiece
|
61 |
-
ftfy
|
62 |
pytorchvideo
|
63 |
-
|
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
+
torch==1.12.1
|
3 |
+
torchvision==0.13.1
|
4 |
+
transformers==4.28.0
|
5 |
tqdm
|
6 |
decord
|
7 |
timm
|
8 |
einops
|
9 |
opencv_python
|
10 |
+
torchvision
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
pytorchvideo
|
12 |
+
salesforce-lavis
|
13 |
+
accelerate
|