BramLeo commited on
Commit
b1435c0
·
verified ·
1 Parent(s): 2e944b5

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -1
requirements.txt CHANGED
@@ -1 +1,14 @@
1
- huggingface_hub==0.25.2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Untuk menggunakan model Llama dengan CUDA
2
+ llama-cpp-python
3
+
4
+ # Untuk Gradio, library yang digunakan untuk membuat UI chatbot
5
+ gradio
6
+
7
+ # Untuk mengakses dan memproses model Llama dalam index
8
+ llama-index
9
+
10
+ # Untuk embedding model dari Hugging Face
11
+ llama-index-embeddings-huggingface
12
+
13
+ # Library tambahan untuk pemrosesan file PDF, jika diperlukan
14
+ pypdf