shreyasiv commited on
Commit
3a224d9
1 Parent(s): bb15313

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +107 -0
requirements.txt ADDED
@@ -0,0 +1,107 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohttp==3.8.6
2
+ aiosignal==1.3.1
3
+ altair==5.1.2
4
+ annotated-types==0.6.0
5
+ anyio==3.7.1
6
+ async-timeout==4.0.3
7
+ attrs==23.1.0
8
+ blinker==1.6.3
9
+ cachetools==5.3.2
10
+ certifi==2023.7.22
11
+ charset-normalizer==3.3.1
12
+ click==8.1.7
13
+ dataclasses-json==0.6.1
14
+ dnspython==2.4.2
15
+ exceptiongroup==1.1.3
16
+ filelock==3.12.4
17
+ frozenlist==1.4.0
18
+ fsspec==2023.10.0
19
+ gitdb==4.0.11
20
+ GitPython==3.1.40
21
+ greenlet==3.0.1
22
+ huggingface-hub==0.17.3
23
+ idna==3.4
24
+ importlib-metadata==6.8.0
25
+ Jinja2==3.1.2
26
+ joblib==1.3.2
27
+ jsonpatch==1.33
28
+ jsonpointer==2.4
29
+ jsonschema==4.19.1
30
+ jsonschema-specifications==2023.7.1
31
+ langchain==0.0.323
32
+ langsmith==0.0.52
33
+ loguru==0.7.2
34
+ markdown-it-py==3.0.0
35
+ MarkupSafe==2.1.3
36
+ marshmallow==3.20.1
37
+ mdurl==0.1.2
38
+ mpmath==1.3.0
39
+ multidict==6.0.4
40
+ mypy-extensions==1.0.0
41
+ networkx==3.2
42
+ nltk==3.8.1
43
+ numpy==1.26.1
44
+ nvidia-cublas-cu12==12.1.3.1
45
+ nvidia-cuda-cupti-cu12==12.1.105
46
+ nvidia-cuda-nvrtc-cu12==12.1.105
47
+ nvidia-cuda-runtime-cu12==12.1.105
48
+ nvidia-cudnn-cu12==8.9.2.26
49
+ nvidia-cufft-cu12==11.0.2.54
50
+ nvidia-curand-cu12==10.3.2.106
51
+ nvidia-cusolver-cu12==11.4.5.107
52
+ nvidia-cusparse-cu12==12.1.0.106
53
+ nvidia-nccl-cu12==2.18.1
54
+ nvidia-nvjitlink-cu12==12.3.52
55
+ nvidia-nvtx-cu12==12.1.105
56
+ openai==0.28.1
57
+ packaging==23.2
58
+ pandas==2.1.1
59
+ Pillow==10.1.0
60
+ pinecone-client==2.2.4
61
+ protobuf==4.24.4
62
+ pyarrow==13.0.0
63
+ pydantic==2.4.2
64
+ pydantic_core==2.10.1
65
+ pydeck==0.8.1b0
66
+ Pygments==2.16.1
67
+ python-dateutil==2.8.2
68
+ python-dotenv==1.0.0
69
+ pytz==2023.3.post1
70
+ PyYAML==6.0.1
71
+ referencing==0.30.2
72
+ regex==2023.10.3
73
+ requests==2.31.0
74
+ rich==13.6.0
75
+ rpds-py==0.10.6
76
+ safetensors==0.4.0
77
+ scikit-learn==1.3.2
78
+ scipy==1.11.3
79
+ sentence-transformers==2.2.2
80
+ sentencepiece==0.1.99
81
+ six==1.16.0
82
+ smmap==5.0.1
83
+ sniffio==1.3.0
84
+ SQLAlchemy==2.0.22
85
+ streamlit==1.27.2
86
+ streamlit-chat==0.1.1
87
+ sympy==1.12
88
+ tenacity==8.2.3
89
+ threadpoolctl==3.2.0
90
+ tokenizers==0.14.1
91
+ toml==0.10.2
92
+ toolz==0.12.0
93
+ torch==2.1.0
94
+ torchvision==0.16.0
95
+ tornado==6.3.3
96
+ tqdm==4.66.1
97
+ transformers==4.34.1
98
+ triton==2.1.0
99
+ typing-inspect==0.9.0
100
+ typing_extensions==4.8.0
101
+ tzdata==2023.3
102
+ tzlocal==5.2
103
+ urllib3==2.0.7
104
+ validators==0.22.0
105
+ watchdog==3.0.0
106
+ yarl==1.9.2
107
+ zipp==3.17.0