JanPf commited on
Commit
8714fcf
·
verified ·
1 Parent(s): 63f81dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ for root, dirs, files in os.walk(hf_cache_dir):
28
 
29
  print("loading model")
30
  # Initialize the LLM
31
- llm = Llama(model_path="~/.cache/huggingface/hub/models--LSX-UniWue--LLaMmlein_1B_alternative_formats/snapshots/7d97b69ae6910b5f317be2dbd5b4820d848c66b4/LLaMmlein_1B_chat_selected.gguf",
32
  n_ctx=32768,
33
  n_threads=2,
34
  chat_format=chat_template)
 
28
 
29
  print("loading model")
30
  # Initialize the LLM
31
+ llm = Llama(model_path="/home/user/.cache/huggingface/hub/models--LSX-UniWue--LLaMmlein_1B_alternative_formats/snapshots/7d97b69ae6910b5f317be2dbd5b4820d848c66b4/LLaMmlein_1B_chat_selected.gguf",
32
  n_ctx=32768,
33
  n_threads=2,
34
  chat_format=chat_template)