Kolumbus Lindh commited on
Commit
ca0c241
·
1 Parent(s): d9faaf5
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ Evaluation Results:\n{evaluation_results}
61
 
62
  # Load the LoRA evaluation model
63
  def load_lora_model():
64
- repo_id = "KolumbusLindh/LoRA-4100"
65
  model_file = "unsloth.F16.gguf"
66
  print(f"Downloading LoRA evaluation model from repository {repo_id}...")
67
  local_path = hf_hub_download(repo_id=repo_id, filename=model_file)
 
61
 
62
  # Load the LoRA evaluation model
63
  def load_lora_model():
64
+ repo_id = "KolumbusLindh/LoRA-6150"
65
  model_file = "unsloth.F16.gguf"
66
  print(f"Downloading LoRA evaluation model from repository {repo_id}...")
67
  local_path = hf_hub_download(repo_id=repo_id, filename=model_file)