Hi DangerousMole43 , currently, ClearML supports a single repository/branch per task you're executing, used to fetch the experiment code itself. I guess you'll need to keep doing what you do now 🙂
Answered
Hi Everyone
Hi everyone 👋
I have a script that uses 3 git repos (organisational repos on github) for its execution.
As part of this script I'm performing pull to these repos using git python API before I continue to the execution on the task itself, since I want to pull all recent changes.
I was wondering - can I configure clearml to perform this pull for me instead of using the API?
This means I don't want to only pull recent changes on the repo I'm working on, but also to those 3 additional repos I need for my task execution.
1K Views
2
Answers
one year ago
one year ago
Tags