shekkari21 commited on
Commit
b3c8f69
·
1 Parent(s): b50ad21

removed file

Browse files
Files changed (1) hide show
  1. test.py +0 -6
test.py DELETED
@@ -1,6 +0,0 @@
1
- from clearml import Task
2
- task = Task.get_task(task_id="9cc33fb4d1d54378b691188c5e230253")
3
- print("Artifacts keys:", list(task.artifacts.keys()))
4
- # Download to verify contents:
5
- path = task.artifacts["lora-pytorch-bin"].get_local_copy()
6
- print("Downloaded to:", path)