Update requirements.txt
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
@@ -1,9 +1,8 @@
|
|
1 |
gradio
|
2 |
huggingface_hub
|
3 |
-
llama-cpp-python==0.2.36
|
4 |
-
llama-index-llms-llama-cpp
|
5 |
-
llama-index-embeddings-huggingface
|
6 |
transformers
|
|
|
|
|
7 |
numpy
|
8 |
gspread
|
9 |
oauth2client
|
|
|
1 |
gradio
|
2 |
huggingface_hub
|
|
|
|
|
|
|
3 |
transformers
|
4 |
+
accelerate # Untuk optimasi GPU
|
5 |
+
torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121 # Ganti dengan versi CUDA sesuai sistem
|
6 |
numpy
|
7 |
gspread
|
8 |
oauth2client
|