Update requirements.txt
Browse files- requirements.txt +88 -5
requirements.txt
CHANGED
@@ -1,7 +1,90 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
gradio
|
7 |
git+https://github.com/shumingma/transformers.git
|
|
|
1 |
+
certifi==2025.4.26
|
2 |
+
pytz==2025.2
|
3 |
+
tzdata==2025.2
|
4 |
+
fsspec==2024.12.0
|
5 |
+
regex==2024.11.6
|
6 |
+
setuptools==65.5.0
|
7 |
+
attrs==25.3.0
|
8 |
+
packaging==25.0
|
9 |
+
pip==24.0
|
10 |
+
pyarrow==20.0.0
|
11 |
+
lit==18.1.8
|
12 |
+
rich==13.8.0
|
13 |
+
pillow==11.2.1
|
14 |
+
psutil==7.0.0
|
15 |
+
multidict==6.4.4
|
16 |
+
PyYAML==6.0.2
|
17 |
+
tqdm==4.66.5
|
18 |
+
fonttools==4.58.0
|
19 |
+
protobuf==4.25.7
|
20 |
+
typing-extensions==4.13.2
|
21 |
+
cmake==3.31.6
|
22 |
+
filelock==3.18.0
|
23 |
+
aiohttp==3.11.18
|
24 |
+
matplotlib==3.10.3
|
25 |
+
idna==3.10
|
26 |
+
threadpoolctl==3.6.0
|
27 |
+
datasets==3.5.0
|
28 |
+
xxhash==3.5.0
|
29 |
+
charset-normalizer==3.4.2
|
30 |
+
networkx==3.4.2
|
31 |
+
pyparsing==3.2.3
|
32 |
+
jinja2==3.1.6
|
33 |
+
MarkupSafe==3.0.2
|
34 |
+
markdown-it-py==3.0.0
|
35 |
+
requests==2.32.3
|
36 |
+
pygments==2.19.1
|
37 |
+
pybind11==2.13.6
|
38 |
+
python-dateutil==2.9.0.post0
|
39 |
+
zetascale==2.8.2
|
40 |
+
aiohappyeyeballs==2.6.1
|
41 |
+
torch==2.6.0+cu126
|
42 |
+
torchaudio==2.6.0+cu126
|
43 |
+
frozendict==2.4.6
|
44 |
+
urllib3==2.4.0
|
45 |
+
pandas==2.2.3
|
46 |
+
numpy==1.26.4
|
47 |
+
optimum==1.25.3
|
48 |
+
yarl==1.20.0
|
49 |
+
vector-quantize-pytorch==1.17.1
|
50 |
+
six==1.17.0
|
51 |
+
scipy==1.15.3
|
52 |
+
sympy==1.13.1
|
53 |
+
ninja==1.11.1.4
|
54 |
+
local-attention==1.11.1
|
55 |
+
accelerate==1.7.0
|
56 |
+
scikit-learn==1.6.1
|
57 |
+
frozenlist==1.6.0
|
58 |
+
joblib==1.5.0
|
59 |
+
kiwisolver==1.4.8
|
60 |
+
argparse==1.4.0
|
61 |
+
aiosignal==1.3.2
|
62 |
+
contourpy==1.3.2
|
63 |
+
mpmath==1.3.0
|
64 |
+
win32-setctime==1.2.0
|
65 |
+
multiprocess==0.70.16
|
66 |
+
bitsandbytes==0.45.5
|
67 |
+
wheel==0.45.1
|
68 |
+
huggingface-hub==0.31.4
|
69 |
+
tokenizers==0.21.1
|
70 |
+
torchvision==0.21.0+cu126
|
71 |
+
beartype==0.18.5
|
72 |
+
trl==0.17.0
|
73 |
+
gguf==0.16.3
|
74 |
+
peft==0.15.2
|
75 |
+
cycler==0.12.1
|
76 |
+
CoLT5-attention==0.11.1
|
77 |
+
einops==0.8.0
|
78 |
+
loguru==0.7.3
|
79 |
+
safetensors==0.5.3
|
80 |
+
colorama==0.4.6
|
81 |
+
dill==0.3.8
|
82 |
+
propcache==0.3.1
|
83 |
+
einx==0.3.0
|
84 |
+
bitnet==0.2.5
|
85 |
+
sentencepiece==0.2.0
|
86 |
+
hyper-connections==0.1.15
|
87 |
+
mdurl==0.1.2
|
88 |
+
einops-exts==0.0.4
|
89 |
gradio
|
90 |
git+https://github.com/shumingma/transformers.git
|