Spaces:
Running on Zero
Running on Zero
Update requirements.txt
Browse files- requirements.txt +21 -21
requirements.txt
CHANGED
|
@@ -1,23 +1,23 @@
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cu121
|
| 2 |
torch==2.5.1+cu121
|
| 3 |
-
transformers
|
| 4 |
-
bitsandbytes
|
| 5 |
-
accelerate
|
| 6 |
-
safetensors
|
| 7 |
-
sentence-transformers
|
| 8 |
-
huggingface-hub
|
| 9 |
-
tokenizers
|
| 10 |
-
langchain
|
| 11 |
-
langchain-core
|
| 12 |
-
langchain-chroma
|
| 13 |
-
langchain-huggingface
|
| 14 |
-
langchain-text-splitters
|
| 15 |
-
chromadb
|
| 16 |
-
litellm
|
| 17 |
-
gradio
|
| 18 |
-
pandas
|
| 19 |
-
numpy
|
| 20 |
-
pydantic
|
| 21 |
-
python-dotenv
|
| 22 |
-
requests
|
| 23 |
-
tqdm
|
|
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cu121
|
| 2 |
torch==2.5.1+cu121
|
| 3 |
+
transformers
|
| 4 |
+
bitsandbytes
|
| 5 |
+
accelerate
|
| 6 |
+
safetensors
|
| 7 |
+
sentence-transformers
|
| 8 |
+
huggingface-hub
|
| 9 |
+
tokenizers
|
| 10 |
+
langchain
|
| 11 |
+
langchain-core
|
| 12 |
+
langchain-chroma
|
| 13 |
+
langchain-huggingface
|
| 14 |
+
langchain-text-splitters
|
| 15 |
+
chromadb
|
| 16 |
+
litellm
|
| 17 |
+
gradio
|
| 18 |
+
pandas
|
| 19 |
+
numpy
|
| 20 |
+
pydantic
|
| 21 |
+
python-dotenv
|
| 22 |
+
requests
|
| 23 |
+
tqdm
|