pipi333 commited on
Commit
5c4000d
·
verified ·
1 Parent(s): 72f2c59

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +30 -0
requirements.txt CHANGED
@@ -5,4 +5,34 @@ termcolor==2.4.0
5
  streamlit==1.39.0
6
  class_registry==2.1.2
7
  datasets==3.1.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  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
+ # -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