Update requirements.txt
Browse files- requirements.txt +133 -0
requirements.txt
CHANGED
@@ -1,2 +1,135 @@
|
|
1 |
-r requirements/optional.txt
|
2 |
-r requirements/runtime.txt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
-r requirements/optional.txt
|
2 |
-r requirements/runtime.txt
|
3 |
+
accelerate==1.2.1
|
4 |
+
addict==2.4.0
|
5 |
+
aiofiles==23.2.1
|
6 |
+
aiohappyeyeballs==2.4.4
|
7 |
+
aiohttp==3.11.11
|
8 |
+
aiosignal==1.3.2
|
9 |
+
annotated-types==0.7.0
|
10 |
+
anyio==4.7.0
|
11 |
+
async-timeout==5.0.1
|
12 |
+
attrs==24.3.0
|
13 |
+
Brotli
|
14 |
+
certifi
|
15 |
+
charset-normalizer
|
16 |
+
click==8.1.8
|
17 |
+
dill==0.3.8
|
18 |
+
distro==1.9.0
|
19 |
+
einops==0.8.0
|
20 |
+
exceptiongroup==1.2.2
|
21 |
+
fastapi==0.115.6
|
22 |
+
ffmpy==0.5.0
|
23 |
+
filelock
|
24 |
+
fire==0.7.0
|
25 |
+
frozenlist==1.5.0
|
26 |
+
fsspec==2024.3.1
|
27 |
+
gmpy2
|
28 |
+
gradio==5.9.1
|
29 |
+
gradio_client==1.5.2
|
30 |
+
grpcio==1.67.1
|
31 |
+
h11==0.14.0
|
32 |
+
httpcore==1.0.7
|
33 |
+
httpx==0.28.1
|
34 |
+
huggingface-hub==0.27.0
|
35 |
+
idna
|
36 |
+
Jinja2
|
37 |
+
jiter==0.8.2
|
38 |
+
lmdeploy==0.5.3
|
39 |
+
markdown-it-py==3.0.0
|
40 |
+
MarkupSafe
|
41 |
+
mdurl==0.1.2
|
42 |
+
mkl-service==2.4.0
|
43 |
+
mkl_fft
|
44 |
+
mkl_random
|
45 |
+
mmengine-lite==0.10.5
|
46 |
+
mpmath
|
47 |
+
multidict==6.1.0
|
48 |
+
multiprocess==0.70.16
|
49 |
+
networkx
|
50 |
+
numpy==1.26.4
|
51 |
+
nvidia-cublas-cu12==12.6.4.1
|
52 |
+
nvidia-cuda-runtime-cu12==12.6.77
|
53 |
+
nvidia-curand-cu12==10.3.7.77
|
54 |
+
nvidia-ml-py==12.560.30
|
55 |
+
nvidia-nccl-cu12==2.23.4
|
56 |
+
openai==1.40.3
|
57 |
+
orjson==3.10.12
|
58 |
+
packaging==24.2
|
59 |
+
pandas==2.2.3
|
60 |
+
peft==0.11.1
|
61 |
+
pillow
|
62 |
+
platformdirs==4.3.6
|
63 |
+
propcache==0.2.1
|
64 |
+
protobuf==5.29.2
|
65 |
+
psutil==6.1.1
|
66 |
+
pyarrow==18.1.0
|
67 |
+
pyarrow-hotfix==0.6
|
68 |
+
pybind11==2.13.6
|
69 |
+
pydantic==2.10.4
|
70 |
+
pydantic_core==2.27.2
|
71 |
+
pydub==0.25.1
|
72 |
+
Pygments==2.18.0
|
73 |
+
pynvml==12.0.0
|
74 |
+
PySocks
|
75 |
+
python-dateutil==2.9.0.post0
|
76 |
+
python-multipart==0.0.20
|
77 |
+
python-rapidjson==1.20
|
78 |
+
pytz==2024.2
|
79 |
+
PyYAML
|
80 |
+
regex==2024.11.6
|
81 |
+
requests
|
82 |
+
rich==13.9.4
|
83 |
+
ruff==0.8.4
|
84 |
+
safehttpx==0.1.6
|
85 |
+
safetensors==0.4.5
|
86 |
+
semantic-version==2.10.0
|
87 |
+
sentencepiece==0.2.0
|
88 |
+
shellingham==1.5.4
|
89 |
+
shortuuid==1.0.13
|
90 |
+
six==1.17.0
|
91 |
+
sniffio==1.3.1
|
92 |
+
starlette==0.41.3
|
93 |
+
sympy
|
94 |
+
tiktoken==0.8.0
|
95 |
+
timm==1.0.8
|
96 |
+
tokenizers==0.21.0
|
97 |
+
tomli==2.2.1
|
98 |
+
tomlkit==0.13.2
|
99 |
+
torch==2.1.2
|
100 |
+
torchaudio==2.1.2
|
101 |
+
torchvision==0.16.2
|
102 |
+
tqdm==4.67.1
|
103 |
+
transformers==4.47.1
|
104 |
+
transformers-stream-generator==0.0.5
|
105 |
+
triton==2.1.0
|
106 |
+
tritonclient==2.53.0
|
107 |
+
typer==0.15.1
|
108 |
+
typing_extensions
|
109 |
+
tzdata==2024.2
|
110 |
+
urllib3
|
111 |
+
uvicorn==0.34.0
|
112 |
+
websockets==14.1
|
113 |
+
xxhash==3.5.0
|
114 |
+
yapf==0.43.0
|
115 |
+
yarl==1.18.3
|
116 |
+
torch==2.1.2
|
117 |
+
torchvision==0.16.2
|
118 |
+
torchaudio==2.1.2
|
119 |
+
termcolor==2.4.0
|
120 |
+
streamlit==1.39.0
|
121 |
+
class_registry==2.1.2
|
122 |
+
datasets==3.1.0
|
123 |
+
griffe==0.48.0
|
124 |
+
asyncer
|
125 |
+
arxiv
|
126 |
+
asyncache
|
127 |
+
duckduckgo_search==5.3.1b1
|
128 |
+
func_timeout
|
129 |
+
json5
|
130 |
+
jsonschema
|
131 |
+
jupyter==1.0.0
|
132 |
+
jupyter_client==8.6.2
|
133 |
+
jupyter_core==5.7.2
|
134 |
+
timeout-decorator
|
135 |
+
typing-extensions
|