Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +15 -84
requirements.txt
CHANGED
@@ -1,99 +1,30 @@
|
|
1 |
accelerate==0.15.0
|
2 |
-
aiohttp==3.8.3
|
3 |
-
aiosignal==1.2.0
|
4 |
-
anyio==3.6.2
|
5 |
-
appnope==0.1.2
|
6 |
-
asttokens==2.0.5
|
7 |
-
async-timeout==4.0.2
|
8 |
-
attrs==22.1.0
|
9 |
bitsandbytes==0.35.4
|
10 |
-
|
11 |
-
bcrypt==4.0.1
|
12 |
-
certifi==2022.9.24
|
13 |
-
cffi==1.15.1
|
14 |
charset-normalizer==2.1.1
|
15 |
-
|
16 |
-
|
17 |
-
cryptography==38.0.3
|
18 |
-
cycler==0.11.0
|
19 |
-
debugpy==1.5.1
|
20 |
-
decorator==5.1.1
|
21 |
-
entrypoints==0.4
|
22 |
-
executing==0.8.3
|
23 |
-
fastapi==0.86.0
|
24 |
-
ffmpy==0.3.0
|
25 |
-
filelock==3.8.0
|
26 |
-
fonttools==4.38.0
|
27 |
-
frozenlist==1.3.1
|
28 |
-
fsspec==2022.10.0
|
29 |
-
gradio==3.9
|
30 |
-
h11==0.12.0
|
31 |
-
httpcore==0.15.0
|
32 |
-
httpx==0.23.0
|
33 |
-
huggingface-hub==0.10.1
|
34 |
idna==3.4
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
jupyter_core==4.11.1
|
41 |
-
kiwisolver==1.4.4
|
42 |
-
linkify-it-py==1.0.3
|
43 |
-
markdown-it-py==2.1.0
|
44 |
-
MarkupSafe==2.1.1
|
45 |
-
matplotlib==3.6.2
|
46 |
-
matplotlib-inline==0.1.6
|
47 |
-
mdit-py-plugins==0.3.1
|
48 |
-
mdurl==0.1.2
|
49 |
-
multidict==6.0.2
|
50 |
-
nest-asyncio==1.5.5
|
51 |
-
numpy==1.23.4
|
52 |
-
orjson==3.8.1
|
53 |
packaging==21.3
|
54 |
-
pandas==1.5.1
|
55 |
-
paramiko==2.12.0
|
56 |
-
parso==0.8.3
|
57 |
-
pexpect==4.8.0
|
58 |
-
pickleshare==0.7.5
|
59 |
Pillow==9.3.0
|
60 |
-
|
61 |
-
prompt-toolkit==3.0.20
|
62 |
-
psutil==5.9.0
|
63 |
-
ptyprocess==0.7.0
|
64 |
-
pure-eval==0.2.2
|
65 |
-
pycparser==2.21
|
66 |
-
pycryptodome==3.15.0
|
67 |
-
pydantic==1.10.2
|
68 |
-
pydub==0.25.1
|
69 |
-
Pygments==2.11.2
|
70 |
-
PyNaCl==1.5.0
|
71 |
pyparsing==3.0.9
|
72 |
-
python-
|
73 |
-
python-multipart==0.0.5
|
74 |
-
pytz==2022.6
|
75 |
PyYAML==6.0
|
76 |
-
pyzmq==23.2.0
|
77 |
regex==2022.10.31
|
78 |
requests==2.28.1
|
79 |
-
|
80 |
-
setuptools==65.5.0
|
81 |
-
six==1.16.0
|
82 |
-
sniffio==1.3.0
|
83 |
-
stack-data==0.2.0
|
84 |
-
starlette==0.20.4
|
85 |
tokenizers==0.13.2
|
86 |
-
|
|
|
87 |
tqdm==4.64.1
|
88 |
-
|
89 |
-
transformers==4.24.0
|
90 |
typing_extensions==4.4.0
|
91 |
-
|
92 |
-
urllib3==1.26.12
|
93 |
-
uvicorn==0.19.0
|
94 |
-
wcwidth==0.2.5
|
95 |
-
websockets==10.4
|
96 |
-
wheel==0.37.1
|
97 |
-
yarl==1.8.1
|
98 |
--extra-index-url https://download.pytorch.org/whl/cu116
|
99 |
torch
|
|
|
1 |
accelerate==0.15.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
bitsandbytes==0.35.4
|
3 |
+
certifi @ file:///croot/certifi_1665076670883/work/certifi
|
|
|
|
|
|
|
4 |
charset-normalizer==2.1.1
|
5 |
+
filelock==3.8.1
|
6 |
+
huggingface-hub==0.11.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
idna==3.4
|
8 |
+
numpy==1.23.5
|
9 |
+
nvidia-cublas-cu11==11.10.3.66
|
10 |
+
nvidia-cuda-nvrtc-cu11==11.7.99
|
11 |
+
nvidia-cuda-runtime-cu11==11.7.99
|
12 |
+
nvidia-cudnn-cu11==8.5.0.96
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
packaging==21.3
|
|
|
|
|
|
|
|
|
|
|
14 |
Pillow==9.3.0
|
15 |
+
psutil==5.9.4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
pyparsing==3.0.9
|
17 |
+
python-git==2018.2.1
|
|
|
|
|
18 |
PyYAML==6.0
|
|
|
19 |
regex==2022.10.31
|
20 |
requests==2.28.1
|
21 |
+
Send2Trash==1.8.0
|
|
|
|
|
|
|
|
|
|
|
22 |
tokenizers==0.13.2
|
23 |
+
torchaudio==0.13.0+cu116
|
24 |
+
torchvision==0.14.0+cu116
|
25 |
tqdm==4.64.1
|
26 |
+
transformers==4.25.1
|
|
|
27 |
typing_extensions==4.4.0
|
28 |
+
urllib3==1.26.13
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
--extra-index-url https://download.pytorch.org/whl/cu116
|
30 |
torch
|