Spaces:
Runtime error
Runtime error
Commit
·
df1233b
1
Parent(s):
e3960a8
Update requirements.txt
Browse files- requirements.txt +10 -14
requirements.txt
CHANGED
@@ -8,12 +8,10 @@ async-timeout==4.0.3
|
|
8 |
attrs==23.1.0
|
9 |
bitsandbytes==0.41.1
|
10 |
brotlipy==0.7.0
|
11 |
-
|
12 |
-
cffi @ file:///croot/cffi_1670423208954/work
|
13 |
-
charset-normalizer @ file:///tmp/build/80754af9/charset-normalizer_1630003229654/work
|
14 |
click==8.1.7
|
15 |
contourpy==1.1.0
|
16 |
-
|
17 |
cycler==0.11.0
|
18 |
datasets==2.14.4
|
19 |
dill==0.3.7
|
@@ -31,7 +29,7 @@ h11==0.14.0
|
|
31 |
httpcore==0.17.3
|
32 |
httpx==0.24.1
|
33 |
huggingface-hub==0.16.4
|
34 |
-
|
35 |
importlib-resources==6.0.1
|
36 |
Jinja2==3.1.2
|
37 |
jsonschema==4.19.0
|
@@ -40,32 +38,32 @@ kiwisolver==1.4.5
|
|
40 |
MarkupSafe==2.1.3
|
41 |
matplotlib==3.7.2
|
42 |
mkl-fft==1.3.6
|
43 |
-
|
44 |
mkl-service==2.4.0
|
45 |
multidict==6.0.4
|
46 |
multiprocess==0.70.15
|
47 |
-
|
48 |
orjson==3.9.5
|
49 |
packaging==23.1
|
50 |
pandas==2.0.3
|
51 |
-
peft
|
52 |
Pillow==9.4.0
|
53 |
protobuf==4.24.2
|
54 |
psutil==5.9.5
|
55 |
pyarrow==13.0.0
|
56 |
-
|
57 |
pydantic==1.9.0
|
58 |
pydub==0.25.1
|
59 |
-
|
60 |
pyparsing==3.0.9
|
61 |
-
|
62 |
python-dateutil==2.8.2
|
63 |
python-multipart==0.0.6
|
64 |
pytz==2023.3
|
65 |
PyYAML==6.0.1
|
66 |
referencing==0.30.2
|
67 |
regex==2023.8.8
|
68 |
-
|
69 |
rpds-py==0.10.0
|
70 |
safetensors==0.3.3
|
71 |
scipy==1.11.2
|
@@ -81,9 +79,7 @@ torchaudio==0.13.1
|
|
81 |
torchvision==0.14.1
|
82 |
tqdm==4.66.1
|
83 |
transformers==4.32.1
|
84 |
-
typing_extensions @ file:///croot/typing_extensions_1690297465030/work
|
85 |
tzdata==2023.3
|
86 |
-
urllib3 @ file:///croot/urllib3_1686163155763/work
|
87 |
uvicorn==0.23.2
|
88 |
websockets==11.0.3
|
89 |
xxhash==3.3.0
|
|
|
8 |
attrs==23.1.0
|
9 |
bitsandbytes==0.41.1
|
10 |
brotlipy==0.7.0
|
11 |
+
|
|
|
|
|
12 |
click==8.1.7
|
13 |
contourpy==1.1.0
|
14 |
+
|
15 |
cycler==0.11.0
|
16 |
datasets==2.14.4
|
17 |
dill==0.3.7
|
|
|
29 |
httpcore==0.17.3
|
30 |
httpx==0.24.1
|
31 |
huggingface-hub==0.16.4
|
32 |
+
|
33 |
importlib-resources==6.0.1
|
34 |
Jinja2==3.1.2
|
35 |
jsonschema==4.19.0
|
|
|
38 |
MarkupSafe==2.1.3
|
39 |
matplotlib==3.7.2
|
40 |
mkl-fft==1.3.6
|
41 |
+
|
42 |
mkl-service==2.4.0
|
43 |
multidict==6.0.4
|
44 |
multiprocess==0.70.15
|
45 |
+
|
46 |
orjson==3.9.5
|
47 |
packaging==23.1
|
48 |
pandas==2.0.3
|
49 |
+
peft
|
50 |
Pillow==9.4.0
|
51 |
protobuf==4.24.2
|
52 |
psutil==5.9.5
|
53 |
pyarrow==13.0.0
|
54 |
+
|
55 |
pydantic==1.9.0
|
56 |
pydub==0.25.1
|
57 |
+
|
58 |
pyparsing==3.0.9
|
59 |
+
|
60 |
python-dateutil==2.8.2
|
61 |
python-multipart==0.0.6
|
62 |
pytz==2023.3
|
63 |
PyYAML==6.0.1
|
64 |
referencing==0.30.2
|
65 |
regex==2023.8.8
|
66 |
+
|
67 |
rpds-py==0.10.0
|
68 |
safetensors==0.3.3
|
69 |
scipy==1.11.2
|
|
|
79 |
torchvision==0.14.1
|
80 |
tqdm==4.66.1
|
81 |
transformers==4.32.1
|
|
|
82 |
tzdata==2023.3
|
|
|
83 |
uvicorn==0.23.2
|
84 |
websockets==11.0.3
|
85 |
xxhash==3.3.0
|