Spaces:
No application file
No application file
Create requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
BioModelsRAG==0.3.4
|
2 |
+
requests==2.32.2
|
3 |
+
tellurium==2.2.10
|
4 |
+
ollama==0.3.2
|
5 |
+
streamlit==1.23.0
|
6 |
+
chromadb==0.5.5
|
7 |
+
transformers
|
8 |
+
torch
|
9 |
+
llama-cpp-python
|
10 |
+
sentence_transformers
|
11 |
+
langchain-text-splitters
|