Jianfei217 commited on
Commit
b819f19
·
verified ·
1 Parent(s): 4079507

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +32 -2
requirements.txt CHANGED
@@ -5,6 +5,36 @@ 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
- -r requirements/runtime.txt
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  griffe==0.48.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
+
18
+ # -r requirements/runtime.txt
19
+ aiohttp
20
+ arxiv
21
+ asyncache
22
+ asyncer
23
+ distro
24
+ duckduckgo_search==5.3.1b1
25
+ filelock
26
+ func_timeout
27
+ griffe<1.0
28
+ json5
29
+ jsonschema
30
+ jupyter==1.0.0
31
+ jupyter_client==8.6.2
32
+ jupyter_core==5.7.2
33
+ pydantic==2.6.4
34
+ requests
35
+ termcolor
36
+ tiktoken
37
+ timeout-decorator
38
+ typing-extensions
39
+
40
  griffe==0.48.0