Reputation
Badges 1
383 × Eureka!create_task_from_functionI was looking at options to implement this just today, as part of the same remote debugging that I was talking of in this thread
When did this PipelineDecorator come. Looks interesting 🙂
Only one param, just playing around
Essentially. Not about removing all WARNINGS, but removing this as it actually works right and the WARNING is wrong.
Very bad at python packaging terms - but I use pyproject.toml and python -m build that generates a wheel and a tar and I install the tar
So General would have created a General instead of Args?
Maybe related to doing in notebook. Doing a task.close() finished it as expected
Tried context provider for Task?
@<1523701205467926528:profile|AgitatedDove14> - any thoughts on this. Would like to use profile / iam roles as well.
Was asking about using iam roles without keys
Interesting. How do you do PVC? by using the yaml template optionn?
What could those triggers be?
If you don’t mind, can you point me at the code where this happens?
Do people generally update the same model “entry”? That feels so wrong to me…how do you reproduce a older model version or do a rollback etc?
Any reason to not have those as two datasets?
Yeah was planning to use nested projects for that
(I need this because I refer to datasets in the same project but without specifying the project name)
I saw that the debug param wasn’t adding anything additional for this?
I was thinking such limitations will exist only for published
Now do Task.current_task() and it creates a new task
It’s a task, it’s running in context of a project, but I don’t have a way to get the project name
To confirm, if i have fresh venv with no dependency installed except clearml
I have a requirements.txt file in root, and a script at scripts/script1.py
The script1.py does task.init(), execute_remotely and then imports few dependenceies
Now I run python scripts/script1.py
And it should pick up the installed packages correctly?