Update requirements.txt
Browse filesupdated requirement.txt file
- requirements.txt +84 -17
requirements.txt
CHANGED
@@ -1,17 +1,84 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
accelerate==0.27.2
|
2 |
+
aiohttp==3.9.3
|
3 |
+
aiosignal==1.3.1
|
4 |
+
asttokens==2.4.1
|
5 |
+
attrs==23.2.0
|
6 |
+
bitsandbytes==0.42.0
|
7 |
+
certifi==2023.11.17
|
8 |
+
charset-normalizer==3.3.2
|
9 |
+
colorama==0.4.6
|
10 |
+
contourpy==1.2.0
|
11 |
+
cv==1.0.0
|
12 |
+
cycler==0.12.1
|
13 |
+
datasets==2.17.0
|
14 |
+
decorator==5.1.1
|
15 |
+
dill==0.3.8
|
16 |
+
docstring-parser==0.15
|
17 |
+
executing==2.0.1
|
18 |
+
filelock==3.13.1
|
19 |
+
fonttools==4.47.2
|
20 |
+
frozenlist==1.4.1
|
21 |
+
fsspec==2023.10.0
|
22 |
+
gitdb==4.0.11
|
23 |
+
GitPython==3.1.41
|
24 |
+
hub-sdk==0.0.3
|
25 |
+
huggingface-hub==0.20.2
|
26 |
+
idna==3.6
|
27 |
+
ipython==8.20.0
|
28 |
+
jedi==0.19.1
|
29 |
+
Jinja2==3.1.3
|
30 |
+
kiwisolver==1.4.5
|
31 |
+
markdown-it-py==3.0.0
|
32 |
+
MarkupSafe==2.1.3
|
33 |
+
matplotlib==3.8.2
|
34 |
+
matplotlib-inline==0.1.6
|
35 |
+
mdurl==0.1.2
|
36 |
+
mpmath==1.3.0
|
37 |
+
multidict==6.0.5
|
38 |
+
multiprocess==0.70.16
|
39 |
+
networkx==3.2.1
|
40 |
+
numpy==1.26.3
|
41 |
+
opencv-python==4.9.0.80
|
42 |
+
packaging==23.2
|
43 |
+
pandas==2.1.4
|
44 |
+
parso==0.8.3
|
45 |
+
peft==0.8.2
|
46 |
+
pillow==10.2.0
|
47 |
+
prompt-toolkit==3.0.43
|
48 |
+
psutil==5.9.7
|
49 |
+
pure-eval==0.2.2
|
50 |
+
py-cpuinfo==9.0.0
|
51 |
+
pyarrow==15.0.0
|
52 |
+
pyarrow-hotfix==0.6
|
53 |
+
pygments==2.17.2
|
54 |
+
pyparsing==3.1.1
|
55 |
+
python-dateutil==2.8.2
|
56 |
+
pytz==2023.3.post1
|
57 |
+
PyYAML==6.0.1
|
58 |
+
regex==2023.12.25
|
59 |
+
requests==2.31.0
|
60 |
+
rich==13.7.0
|
61 |
+
safetensors==0.4.1
|
62 |
+
scipy==1.11.4
|
63 |
+
seaborn==0.13.1
|
64 |
+
shtab==1.6.5
|
65 |
+
six==1.16.0
|
66 |
+
smmap==5.0.1
|
67 |
+
stack-data==0.6.3
|
68 |
+
sympy==1.12
|
69 |
+
thop==0.1.1.post2209072238
|
70 |
+
tokenizers==0.15.0
|
71 |
+
torch==2.1.2
|
72 |
+
torchvision==0.16.2
|
73 |
+
tqdm==4.66.1
|
74 |
+
traitlets==5.14.1
|
75 |
+
transformers==4.36.2
|
76 |
+
trl==0.7.11
|
77 |
+
typing-extensions==4.9.0
|
78 |
+
tyro==0.7.3
|
79 |
+
tzdata==2023.4
|
80 |
+
ultralytics==8.1.1
|
81 |
+
urllib3==2.1.0
|
82 |
+
wcwidth==0.2.13
|
83 |
+
xxhash==3.4.1
|
84 |
+
yarl==1.9.4
|