Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -1
requirements.txt
CHANGED
@@ -7,4 +7,9 @@ pip install langchain
|
|
7 |
pip install huggingface_hub
|
8 |
pip install streamlit
|
9 |
pip install torch==2.3.1+cu118 -f https://download.pytorch.org/whl/torch_stable.html (For CUDA) or pip install faiss-cpu (if you want use CPU)
|
10 |
-
(also you can use this for CUDA) pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121
|
|
|
|
|
|
|
|
|
|
|
|
7 |
pip install huggingface_hub
|
8 |
pip install streamlit
|
9 |
pip install torch==2.3.1+cu118 -f https://download.pytorch.org/whl/torch_stable.html (For CUDA) or pip install faiss-cpu (if you want use CPU)
|
10 |
+
(also you can use this for CUDA) pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121
|
11 |
+
|
12 |
+
NOTE: "When you use App": Make sure to send your questions clearly and precisely,
|
13 |
+
especially if there is a question related to a previous answer (clearly specify the previous answer and what you want from it),
|
14 |
+
also, do not submit a new question until the answer to the previous question appears
|
15 |
+
(this causes the answer to the previous question to be left and the answer to the new question to be answered).
|