Dread2Poor commited on
Commit
e94b0d5
·
verified ·
1 Parent(s): 5d1fb38

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from huggingface_hub import hf_hub_download
4
  hf_hub_download(repo_id="Dread2Poor/Killamanjaro-8B-Model_Stock-Q4_K_M-GGUF", filename="killamanjaro-8b-model_stock-q4_k_m.gguf", repo_type="model", local_dir=".")
5
 
6
  # Initialize the model
7
- llm = Llama(model_path="./models/killamanjaro-8b-model_stock-q4_k_m.gguf", n_threads=4)
8
 
9
  # System prompt
10
  system_prompt = "You are a helpful assistant."
 
4
  hf_hub_download(repo_id="Dread2Poor/Killamanjaro-8B-Model_Stock-Q4_K_M-GGUF", filename="killamanjaro-8b-model_stock-q4_k_m.gguf", repo_type="model", local_dir=".")
5
 
6
  # Initialize the model
7
+ llm = Llama(model_path="./killamanjaro-8b-model_stock-q4_k_m.gguf", n_threads=4)
8
 
9
  # System prompt
10
  system_prompt = "You are a helpful assistant."