Spaces:
Sleeping
Sleeping
Kolumbus Lindh
commited on
Commit
·
ca0c241
1
Parent(s):
d9faaf5
updates
Browse files
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-
|
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)
|