Bread-F commited on
Commit
0ea4e30
·
verified ·
1 Parent(s): ea50762

Update requirements.txt

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