Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +27 -0
requirements.txt
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
fastapi==0.112.2
|
2 |
+
torch==2.3.1
|
3 |
+
torchvision==0.18.1
|
4 |
+
torchaudio==2.3.1
|
5 |
+
torchtext
|
6 |
+
gpt4all
|
7 |
+
langchain
|
8 |
+
langchain_community
|
9 |
+
langchain_core
|
10 |
+
llama-cpp-python==0.2.85
|
11 |
+
sentence-transformers
|
12 |
+
chromadb
|
13 |
+
langsmith
|
14 |
+
langchain-chroma>=0.1.2
|
15 |
+
unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git
|
16 |
+
xformers==0.0.27
|
17 |
+
trl
|
18 |
+
peft
|
19 |
+
accelerate
|
20 |
+
bitsandbytes
|
21 |
+
triton
|
22 |
+
langchain_huggingface
|
23 |
+
duckduckgo-search
|
24 |
+
language-tool-python
|
25 |
+
pyaspeller
|
26 |
+
deep_translator
|
27 |
+
yt_dlp
|