enpaiva commited on
Commit
3913ca3
·
verified ·
1 Parent(s): ab7f379

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ llm = Llama(model_path="model.gguf",
46
  n_ctx=512,
47
  n_threads=2)
48
 
49
- DOC_PATH = ".ragatouille/colbert/indexes/index"
50
 
51
  print(os.listdir())
52
 
 
46
  n_ctx=512,
47
  n_threads=2)
48
 
49
+ DOC_PATH = "/home/user/app/think-paraguayo-space-aux/index"
50
 
51
  print(os.listdir())
52