JDVariadic commited on
Commit
4313651
·
1 Parent(s): 55dddec

add dependencies

Browse files
Files changed (1) hide show
  1. requirements.txt +114 -0
requirements.txt ADDED
@@ -0,0 +1,114 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ accelerate==0.28.0
2
+ aiohttp==3.9.3
3
+ aiosignal==1.3.1
4
+ annotated-types==0.6.0
5
+ anyio==4.3.0
6
+ asttokens==2.4.1
7
+ attrs==23.2.0
8
+ beautifulsoup4==4.12.3
9
+ bitsandbytes==0.43.0
10
+ certifi==2024.2.2
11
+ charset-normalizer==3.3.2
12
+ click==8.1.7
13
+ colorama==0.4.6
14
+ comm==0.2.2
15
+ dataclasses-json==0.6.4
16
+ debugpy==1.6.7
17
+ decorator==5.1.1
18
+ dnspython==2.6.1
19
+ email_validator==2.1.1
20
+ exceptiongroup==1.2.0
21
+ executing==2.0.1
22
+ fastapi==0.110.0
23
+ filelock==3.9.0
24
+ frozenlist==1.4.1
25
+ fsspec==2024.3.0
26
+ greenlet==3.0.3
27
+ h11==0.14.0
28
+ httpcore==1.0.4
29
+ httptools==0.6.1
30
+ httpx==0.27.0
31
+ huggingface-hub==0.21.4
32
+ idna==3.6
33
+ importlib_metadata==7.0.2
34
+ inquirerpy==0.3.4
35
+ ipykernel==6.29.3
36
+ ipython==8.22.2
37
+ itsdangerous==2.1.2
38
+ jedi==0.19.1
39
+ Jinja2==3.1.3
40
+ jsonpatch==1.33
41
+ jsonpointer==2.4
42
+ jupyter_client==8.6.1
43
+ jupyter_core==5.5.0
44
+ langchain==0.1.12
45
+ langchain-community==0.0.28
46
+ langchain-core==0.1.32
47
+ langchain-text-splitters==0.0.1
48
+ langsmith==0.1.27
49
+ MarkupSafe==2.1.5
50
+ marshmallow==3.21.1
51
+ matplotlib-inline==0.1.6
52
+ mpmath==1.3.0
53
+ multidict==6.0.5
54
+ mypy-extensions==1.0.0
55
+ nest_asyncio==1.6.0
56
+ networkx==3.2.1
57
+ numpy==1.26.3
58
+ orjson==3.9.15
59
+ packaging==23.2
60
+ pandas==2.2.1
61
+ parso==0.8.3
62
+ pfzy==0.3.4
63
+ pickleshare==0.7.5
64
+ pillow==10.2.0
65
+ pip==23.3.1
66
+ platformdirs==4.2.0
67
+ prompt-toolkit==3.0.42
68
+ psutil==5.9.0
69
+ pure-eval==0.2.2
70
+ pydantic==2.6.4
71
+ pydantic_core==2.16.3
72
+ pydantic-extra-types==2.6.0
73
+ pydantic-settings==2.2.1
74
+ Pygments==2.17.2
75
+ python-dateutil==2.9.0
76
+ python-dotenv==1.0.1
77
+ python-multipart==0.0.9
78
+ pytz==2024.1
79
+ pywin32==305.1
80
+ PyYAML==6.0.1
81
+ pyzmq==25.1.2
82
+ regex==2023.12.25
83
+ requests==2.31.0
84
+ safetensors==0.4.2
85
+ setuptools==68.2.2
86
+ six==1.16.0
87
+ sniffio==1.3.1
88
+ soupsieve==2.5
89
+ SQLAlchemy==2.0.28
90
+ stack-data==0.6.2
91
+ starlette==0.36.3
92
+ sympy==1.12
93
+ tenacity==8.2.3
94
+ tokenizers==0.15.2
95
+ torch==2.2.1+cu118
96
+ torchaudio==2.2.1+cu118
97
+ torchvision==0.17.1+cu118
98
+ tornado==6.3.3
99
+ tqdm==4.66.2
100
+ traitlets==5.14.2
101
+ transformers==4.38.2
102
+ typing_extensions==4.10.0
103
+ typing-inspect==0.9.0
104
+ tzdata==2024.1
105
+ ujson==5.9.0
106
+ urllib3==2.2.1
107
+ uvicorn==0.28.0
108
+ watchfiles==0.21.0
109
+ wcwidth==0.2.13
110
+ websockets==12.0
111
+ wheel==0.41.2
112
+ wikipedia==1.4.0
113
+ yarl==1.9.4
114
+ zipp==3.17.0