BramLeo commited on
Commit
bb546ea
·
verified ·
1 Parent(s): 517bdfc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ from llama_index.embeddings.huggingface import HuggingFaceEmbedding
17
  from huggingface_hub import hf_hub_download
18
  from llama_index.core.node_parser import SentenceSplitter
19
 
20
- print(llama_cpp.__version__)
21
  try:
22
  # Periksa versi pip
23
  subprocess.run(["pip", "--version"], check=True)
 
17
  from huggingface_hub import hf_hub_download
18
  from llama_index.core.node_parser import SentenceSplitter
19
 
20
+ print(LlamaCPP.__version__)
21
  try:
22
  # Periksa versi pip
23
  subprocess.run(["pip", "--version"], check=True)