this look like you had configured git to track a bunch of file that should not be tracked like uv.lock
or .DS_Store
...
let me have a look & figure that out too, by the away thanks for sharing your thought !
Hi @<1805410575165952000:profile|HappyDove45> , can you provide a full log of the run?
You can either disable storing a git diff in clearml.conf
or also you can remove the diff from the task when it is in draft mode (Basically before the enqueue)
Yeah, here's the full log of the run
You can either disable storing a git diff in
clearml.conf
or also you can remove the diff from the task when it is in draft mode (Basically before the enqueue)
Thanks for these suggestions let me explore them and try out