Ritesh-hf commited on
Commit
6859f64
1 Parent(s): a6fd75c

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +103 -0
requirements.txt ADDED
@@ -0,0 +1,103 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohttp==3.9.5
2
+ aiosignal==1.3.1
3
+ annotated-types==0.7.0
4
+ anyio==4.4.0
5
+ async-timeout==4.0.3
6
+ attrs==23.2.0
7
+ bidict==0.23.1
8
+ blinker==1.8.2
9
+ certifi==2024.7.4
10
+ charset-normalizer==3.3.2
11
+ click==8.1.7
12
+ dataclasses-json==0.6.7
13
+ distro==1.9.0
14
+ dnspython==2.6.1
15
+ eventlet==0.36.1
16
+ exceptiongroup==1.2.2
17
+ filelock==3.15.4
18
+ flask==3.0.3
19
+ Flask-Cors==4.0.1
20
+ Flask-SocketIO==5.3.6
21
+ frozenlist==1.4.1
22
+ fsspec==2024.6.1
23
+ greenlet==3.0.3
24
+ groq==0.9.0
25
+ gunicorn==23.0.0
26
+ h11==0.14.0
27
+ httpcore==1.0.5
28
+ httpx==0.27.0
29
+ huggingface-hub==0.24.2
30
+ idna==3.7
31
+ importlib-metadata==8.2.0
32
+ itsdangerous==2.2.0
33
+ jinja2==3.1.4
34
+ joblib==1.4.2
35
+ jsonpatch==1.33
36
+ jsonpointer==3.0.0
37
+ langchain==0.2.11
38
+ langchain-community==0.2.10
39
+ langchain-core==0.2.24
40
+ langchain-groq==0.1.6
41
+ langchain-huggingface==0.0.3
42
+ langchain-text-splitters==0.2.2
43
+ langsmith==0.1.93
44
+ MarkupSafe==2.1.5
45
+ marshmallow==3.21.3
46
+ mmh3==4.1.0
47
+ mpmath==1.3.0
48
+ multidict==6.0.5
49
+ mypy-extensions==1.0.0
50
+ networkx==3.1
51
+ nltk==3.8.1
52
+ numpy==1.24.4
53
+ nvidia-cublas-cu12==12.1.3.1
54
+ nvidia-cuda-cupti-cu12==12.1.105
55
+ nvidia-cuda-nvrtc-cu12==12.1.105
56
+ nvidia-cuda-runtime-cu12==12.1.105
57
+ nvidia-cudnn-cu12==9.1.0.70
58
+ nvidia-cufft-cu12==11.0.2.54
59
+ nvidia-curand-cu12==10.3.2.106
60
+ nvidia-cusolver-cu12==11.4.5.107
61
+ nvidia-cusparse-cu12==12.1.0.106
62
+ nvidia-nccl-cu12==2.20.5
63
+ nvidia-nvjitlink-cu12==12.5.82
64
+ nvidia-nvtx-cu12==12.1.105
65
+ orjson==3.10.6
66
+ packaging==24.1
67
+ pillow==10.4.0
68
+ pinecone==4.0.0
69
+ pinecone-text==0.9.0
70
+ pydantic==2.8.2
71
+ pydantic-core==2.20.1
72
+ python-dotenv==1.0.1
73
+ python-engineio==4.9.1
74
+ python-socketio==5.11.3
75
+ PyYAML==6.0.1
76
+ regex==2024.7.24
77
+ requests==2.32.3
78
+ safetensors==0.4.3
79
+ scikit-learn==1.3.2
80
+ scipy==1.10.1
81
+ sentence-transformers==3.0.1
82
+ simple-websocket==1.0.0
83
+ sniffio==1.3.1
84
+ SQLAlchemy==2.0.31
85
+ sympy==1.13.1
86
+ tenacity==8.5.0
87
+ threadpoolctl==3.5.0
88
+ tokenizers==0.19.1
89
+ torch==2.4.0
90
+ tqdm==4.66.4
91
+ transformers==4.43.3
92
+ triton==3.0.0
93
+ types-requests==2.32.0.20240712
94
+ typing-extensions==4.12.2
95
+ typing-inspect==0.9.0
96
+ urllib3==2.2.2
97
+ werkzeug==3.0.3
98
+ wget==3.2
99
+ wsproto==1.2.0
100
+ yarl==1.9.4
101
+ zipp==3.19.2
102
+ gradio
103
+ spaces