Commit Graph

201 Commits

Author SHA1 Message Date
allegroai
ebcda80af5 Fix metrics reporting with OutputModel while in offline mode results in an error (#1172) 2024-03-24 10:58:37 +02:00
pollfly
409c588373 Add Task.set_packages docstring notes (#1224) 2024-03-12 13:34:48 +02:00
allegroai
240b762a2a Allow users to disable remote overrides when using Task.connect() or Task.connect_configuration() 2024-02-04 19:33:41 +02:00
allegroai
801c7b4cd4 Add support for auto detecting torch and transformers accelerate distributed execution 2024-01-06 12:34:32 +02:00
allegroai
8968753467 PEP8 2023-12-17 23:36:13 +02:00
allegroai
8cb7d14abb Fix process sometimes hangs issue by improving exit and exception handlers, unregistering signal handling in child processes except for the BackgroundMonitor 2023-12-13 16:41:21 +02:00
allegroai
73e2ecf7fd Support clearing repository details in task.set_repo() 2023-12-07 16:31:51 +02:00
allegroai
82c28ba43b Fix set_repo and set_packages should wait for automatic async repo detection 2023-12-05 12:52:45 +02:00
allegroai
9d5c39aac3 Support ignoring default_output_uri on remote runs when output_uri=False was specified and the backend task data has no output_uri specified 2023-11-07 17:03:11 +02:00
allegroai
f67ce9c04b Improve docstrings for tag filters 2023-11-07 15:07:41 +02:00
allegroai
d6d8aa9318 Fix various CI and tests issues 2023-11-05 21:07:32 +02:00
allegroai
c26efb83af Add support for Hydra command-line syntax for modifying omegaconf 2023-10-24 18:36:53 +03:00
allegroai
7b85555d0d Fix task.set_script(diff="") does not clear the uncommitted changes (#1106) 2023-10-24 18:32:29 +03:00
allegroai
1b27ed07f7 Add force_single_script_file to Task.create() to avoid git repo auto detection 2023-09-16 20:52:42 +03:00
allegroai
696c349488 Improve warning message on task execute_remotely 2023-08-04 19:07:35 +03:00
Alex Burlacu
80ef359f45 Bump version and clarify docs 2023-07-31 21:33:28 +03:00
Alex Burlacu
028a835676 Deprecate Task.get_by_name 2023-07-19 02:11:40 +03:00
Alex Burlacu
c8c8a1224e Add support for .get ing pipelines and enqueue-ing them 2023-07-18 15:03:31 +03:00
Make42
5824e27ada Correct spelling, code formatting, add deprecation warnings to logger methods (#1052)
* Correct spelling in docstrings and comments in automation controller

* Improve readability by adding line breaks in automation controller

* Add deprecation warnings for logger methods

* Add docstring text regarding deprecation of logger methods

* Format deprecation warnings for logger methods in Black style

* Correct the docstring of query_tasks

* Remove new line in 'pre_execute_callback' docstring

---------

Co-authored-by: Make42 <none@none.net>
2023-06-29 18:10:09 +03:00
allegroai
8524874998 Fix task status comparison breaks when using a string 2023-06-21 08:54:01 +03:00
allegroai
ab3c148de2 Fix message not reloaded before appending text 2023-06-21 08:51:47 +03:00
Alex Burlacu
050d6d8970 Fix infinite recursion when updating connected dict remotely 2023-06-16 13:52:55 +03:00
allegroai
13c44b0b6a Fix lazy evaluated value should be casted to str before passed through to OS calls 2023-06-04 10:30:20 +03:00
pollfly
56d4de04e4 Edit docstrings (#1024) 2023-05-30 15:40:43 +03:00
Alex Burlacu
14351e9f93 Add support for multi-node experiments 2023-05-25 17:34:55 +03:00
Alex Burlacu
b91f20b7a3 Add a warning asking to import Task from allegroai when calling an enterprise property on a ClearML Task object 2023-05-15 12:11:28 +03:00
allegroai
6edc1b840c Fix Task.query_tasks() fails with a None task_filter 2023-05-11 16:04:09 +03:00
allegroai
5625a4c485 Support multi-node training using Task.launch_multi_node() 2023-05-11 16:00:06 +03:00
allegroai
c2b6165987 Add support for development.worker.report_start_sec to allow starting resource monitoring sooner than usual 2023-05-11 15:57:15 +03:00
pollfly
1927e6578c Edit docstrings (#1011) 2023-05-07 15:50:49 +03:00
pollfly
1c254c3d83 Edit docstrings (#1005) 2023-05-02 15:06:47 +03:00
pollfly
0ed2cd1f04 Edit docstrings (#1001) 2023-04-30 15:27:50 +03:00
allegroai
107bb93ab0 Fix Task.init(continue_last_task=0) ignored when running remotely 2023-04-19 15:05:26 +03:00
Make42
af04877a0e Update reference to GetAllRequest in Task docstrings (#982)
Co-authored-by: Richard Leibrandt <richard.leibrandt@omikron.net>
2023-04-17 20:05:51 +03:00
Alex Burlacu
7ca8743d86 Remove redundant docstrings and allow TaskTypes in filter conditions 2023-04-03 18:22:29 +03:00
Alex Burlacu
cc843f6afa Fix docstrings 2023-03-29 19:01:48 +03:00
allegroai
4cd8857c0d Refactor code 2023-03-27 13:38:11 +03:00
Alex Burlacu
43e73c5f0a Allow moving a task from offline to online mode in a specific manner 2023-03-23 18:58:15 +02:00
Alex Burlacu
dc5be02328 Allow registering offline models 2023-03-23 18:32:53 +02:00
Alex Burlacu
c758a02634 Emit an warning on non-string dictionary keys for task.connect 2023-03-23 17:55:27 +02:00
Alex Burlacu
ecd905e518 Add task.get_debug_samples method 2023-03-23 17:21:39 +02:00
Alex Burlacu
3817f0ca36 Fix task.connect docstring 2023-03-23 16:09:43 +02:00
Alex Burlacu
90354a7751 Fix task.get_user_properties when called with value_only=True 2023-03-23 13:16:06 +02:00
alex-burlacu-clear-ml
79784baf2d Merge pull request #927 from Make42/master
Improve the hyper_parameter example
2023-03-17 14:50:17 +02:00
Richard Leibrandt
641a4a2057 Remove docstring text of Task.close() that details Task.mark_completed() 2023-03-08 15:48:30 +01:00
allegroai
72b341ee51 Add Gradio binding support 2023-02-28 17:22:20 +02:00
allegroai
5d027a335f Improve Task.query_tasks()` docstring 2023-02-28 17:22:20 +02:00
allegroai
4585db0f0f Fix Task.connect_configuration() with non-string keys 2023-02-28 17:22:19 +02:00
Richard Leibrandt
017dc4c784 Improve docstring for Task.close and Task.mark_completed 2023-02-21 16:39:47 +01:00
Richard Leibrandt
aa69f45d3b Improve docstring for Task.close and Task.mark_completed 2023-02-21 15:21:56 +01:00