Jiananliu12138 commited on
Commit
335e3ed
·
1 Parent(s): a03f18d
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -21,8 +21,8 @@ try:
21
  print(f"📂 Model directory: {model_dir}")
22
 
23
  model_path = hf_hub_download(
24
- repo_id="handsomeLiu/ID2223-llama-3.2-3b-finetune-lora_model",
25
- filename="Finetuned-Llama-3.2-3B-q4_k_m.gguf",
26
  local_dir=model_dir, # Absolute path
27
  )
28
  print(model_path)
 
21
  print(f"📂 Model directory: {model_dir}")
22
 
23
  model_path = hf_hub_download(
24
+ repo_id="handsomeLiu/ID2223-llama-3.2-3b-finetune-lora_model_new",
25
+ filename="llama-3.2-3b-finetuned-Q4_K_M.gguf",
26
  local_dir=model_dir, # Absolute path
27
  )
28
  print(model_path)