BramLeo commited on
Commit
7b9d5b2
·
verified ·
1 Parent(s): 7388122

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -6
requirements.txt CHANGED
@@ -1,9 +1,10 @@
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
9
- pandas
 
1
  gradio
2
+ torch
3
  huggingface_hub
4
+ --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cu121
5
+ llama-cpp-python
6
+ llama-index
7
+ llama-index-llms-llama-cpp
8
+ llama-index-embeddings-huggingface
9
  transformers
10
+ numpy