Spaces:
Runtime error
Runtime error
Update requirement.txt
Browse files- requirement.txt +6 -77
requirement.txt
CHANGED
@@ -1,77 +1,6 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
bitsandbytes==0.41.3.post2
|
8 |
-
certifi==2023.11.17
|
9 |
-
charset-normalizer==3.3.2
|
10 |
-
click==8.1.7
|
11 |
-
colorama==0.4.6
|
12 |
-
contourpy==1.2.0
|
13 |
-
cycler==0.12.1
|
14 |
-
fastapi==0.108.0
|
15 |
-
ffmpy==0.3.1
|
16 |
-
filelock==3.13.1
|
17 |
-
fonttools==4.47.0
|
18 |
-
fsspec==2023.12.2
|
19 |
-
gradio==4.12.0
|
20 |
-
gradio_client==0.8.0
|
21 |
-
h11==0.14.0
|
22 |
-
httpcore==1.0.2
|
23 |
-
httpx==0.26.0
|
24 |
-
huggingface-hub==0.20.1
|
25 |
-
idna==3.6
|
26 |
-
importlib-resources==6.1.1
|
27 |
-
Jinja2==3.1.2
|
28 |
-
jsonschema==4.20.0
|
29 |
-
jsonschema-specifications==2023.12.1
|
30 |
-
kiwisolver==1.4.5
|
31 |
-
markdown-it-py==3.0.0
|
32 |
-
MarkupSafe==2.1.3
|
33 |
-
matplotlib==3.8.2
|
34 |
-
mdurl==0.1.2
|
35 |
-
mpmath==1.3.0
|
36 |
-
networkx==3.2.1
|
37 |
-
numpy==1.26.2
|
38 |
-
orjson==3.9.10
|
39 |
-
packaging==23.2
|
40 |
-
pandas==2.1.4
|
41 |
-
peft==0.7.1
|
42 |
-
Pillow==10.1.0
|
43 |
-
psutil==5.9.7
|
44 |
-
pydantic==2.5.3
|
45 |
-
pydantic_core==2.14.6
|
46 |
-
pydub==0.25.1
|
47 |
-
Pygments==2.17.2
|
48 |
-
pyparsing==3.1.1
|
49 |
-
python-dateutil==2.8.2
|
50 |
-
python-multipart==0.0.6
|
51 |
-
pytz==2023.3.post1
|
52 |
-
PyYAML==6.0.1
|
53 |
-
referencing==0.32.0
|
54 |
-
regex==2023.12.25
|
55 |
-
requests==2.31.0
|
56 |
-
rich==13.7.0
|
57 |
-
rpds-py==0.16.2
|
58 |
-
safetensors==0.4.1
|
59 |
-
semantic-version==2.10.0
|
60 |
-
shellingham==1.5.4
|
61 |
-
six==1.16.0
|
62 |
-
sniffio==1.3.0
|
63 |
-
starlette==0.32.0.post1
|
64 |
-
sympy==1.12
|
65 |
-
tokenizers==0.15.0
|
66 |
-
tomlkit==0.12.0
|
67 |
-
toolz==0.12.0
|
68 |
-
torch==2.1.2
|
69 |
-
tqdm==4.66.1
|
70 |
-
transformers==4.36.2
|
71 |
-
typer==0.9.0
|
72 |
-
typing_extensions==4.9.0
|
73 |
-
tzdata==2023.4
|
74 |
-
urllib3==2.1.0
|
75 |
-
uvicorn==0.25.0
|
76 |
-
websockets==11.0.3
|
77 |
-
torch==2.1.2
|
|
|
1 |
+
git+https://github.com/huggingface/transformers
|
2 |
+
git+https://github.com/huggingface/peft
|
3 |
+
git+https://github.com/huggingface/accelerate
|
4 |
+
bitsandbytes
|
5 |
+
scipy
|
6 |
+
numpy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|