Spaces:
Sleeping
Sleeping
Commit
·
b24518f
1
Parent(s):
c550b23
recent checkpoint
Browse files
app.py
CHANGED
@@ -68,7 +68,7 @@ config, base_model, tokenizer = build_or_load_gen_model(args)
|
|
68 |
print("Base model architecture and tokenizer loaded.")
|
69 |
|
70 |
# Download the fine-tuned weights via ClearML using your injected creds
|
71 |
-
task = Task.get_task(task_id="
|
72 |
finetuned_weights_path = task.artifacts["lora-pytorch-bin"].get_local_copy()
|
73 |
print(f"Fine-tuned adapter weights downloaded to directory: {os.path.dirname(finetuned_weights_path)}")
|
74 |
|
|
|
68 |
print("Base model architecture and tokenizer loaded.")
|
69 |
|
70 |
# Download the fine-tuned weights via ClearML using your injected creds
|
71 |
+
task = Task.get_task(task_id="2d65a9e213ea49a9b37e1cc89a2b7ff0")
|
72 |
finetuned_weights_path = task.artifacts["lora-pytorch-bin"].get_local_copy()
|
73 |
print(f"Fine-tuned adapter weights downloaded to directory: {os.path.dirname(finetuned_weights_path)}")
|
74 |
|