shekkari21 commited on
Commit
b24518f
·
1 Parent(s): c550b23

recent checkpoint

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="9cc33fb4d1d54378b691188c5e230253")
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