Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
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)
|