Spaces:
Sleeping
Sleeping
Jiananliu12138
commited on
Commit
·
335e3ed
1
Parent(s):
a03f18d
update
Browse files
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-
|
| 25 |
-
filename="
|
| 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)
|