Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -70
requirements.txt
CHANGED
@@ -1,70 +1,6 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
colorama==0.4.6
|
8 |
-
contourpy==1.2.1
|
9 |
-
cycler==0.12.1
|
10 |
-
fastapi==0.112.0
|
11 |
-
ffmpy==0.4.0
|
12 |
-
filelock==3.15.4
|
13 |
-
fonttools==4.53.1
|
14 |
-
fsspec==2024.6.1
|
15 |
-
gradio==4.40.0
|
16 |
-
gradio_client==1.2.0
|
17 |
-
h11==0.14.0
|
18 |
-
httpcore==1.0.5
|
19 |
-
httpx==0.27.0
|
20 |
-
huggingface-hub==0.24.5
|
21 |
-
idna==3.7
|
22 |
-
importlib_resources==6.4.0
|
23 |
-
Jinja2==3.1.4
|
24 |
-
kiwisolver==1.4.5
|
25 |
-
markdown-it-py==3.0.0
|
26 |
-
MarkupSafe==2.1.5
|
27 |
-
matplotlib==3.9.1.post1
|
28 |
-
mdurl==0.1.2
|
29 |
-
mpmath==1.3.0
|
30 |
-
networkx==3.2.1
|
31 |
-
numpy==2.0.1
|
32 |
-
orjson==3.10.6
|
33 |
-
packaging==24.1
|
34 |
-
pandas==2.2.2
|
35 |
-
pillow==10.4.0
|
36 |
-
psutil==5.9.8
|
37 |
-
pydantic==2.8.2
|
38 |
-
pydantic_core==2.20.1
|
39 |
-
pydub==0.25.1
|
40 |
-
Pygments==2.18.0
|
41 |
-
pyparsing==3.1.2
|
42 |
-
python-dateutil==2.9.0.post0
|
43 |
-
python-multipart==0.0.9
|
44 |
-
pytz==2024.1
|
45 |
-
PyYAML==6.0.2
|
46 |
-
regex==2024.7.24
|
47 |
-
requests==2.32.3
|
48 |
-
rich==13.7.1
|
49 |
-
ruff==0.5.6
|
50 |
-
safetensors==0.4.4
|
51 |
-
semantic-version==2.10.0
|
52 |
-
shellingham==1.5.4
|
53 |
-
six==1.16.0
|
54 |
-
sniffio==1.3.1
|
55 |
-
spaces==0.29.2
|
56 |
-
starlette==0.37.2
|
57 |
-
sympy==1.12
|
58 |
-
tokenizers==0.19.1
|
59 |
-
tomlkit==0.12.0
|
60 |
-
torch==2.4.0+cu121
|
61 |
-
torchaudio==2.4.0+cu121
|
62 |
-
torchvision==0.19.0+cu121
|
63 |
-
tqdm==4.66.5
|
64 |
-
transformers==4.44.0
|
65 |
-
typer==0.12.3
|
66 |
-
typing_extensions==4.12.2
|
67 |
-
tzdata==2024.1
|
68 |
-
urllib3==2.2.2
|
69 |
-
uvicorn==0.30.5
|
70 |
-
websockets==12.0
|
|
|
1 |
+
torch
|
2 |
+
transformers==4.42.4
|
3 |
+
xformers
|
4 |
+
sentencepiece
|
5 |
+
gradio
|
6 |
+
spaces
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|