revital
62b6dc18fb
Fix docstring spacing for documentation rendering
2025-02-12 14:13:20 +02:00
pollfly
03dfa99639
Fix syntax warnings ( #1369 )
2025-02-02 18:36:40 +02:00
clearml
5749e1dcfa
PEP8
CodeQL / Analyze (python) (push) Has been cancelled
2025-01-29 23:19:50 +02:00
clearml
01736190c9
Add support for IP overriding with CLEARML_AGENT_HOST_IP env var.
...
Add port mapping support (requires clearml-agent v2+) with runtime port mapping value _external_host_tcp_port_mapping
2025-01-26 22:45:50 +02:00
pollfly
7255439efd
Edit docstrings ( #1367 )
2025-01-26 22:42:34 +02:00
clearml
62647244ed
Fix docstring documentation rendering issues
2025-01-12 18:25:48 +02:00
clearml
dfb8e901d6
Add comments
2025-01-05 13:38:04 +02:00
clearml
d674db14da
Add missing stop_request, request a an agent to stop a running Task gracefully
2025-01-02 00:14:52 +02:00
clearml
246dbbbd3c
Fix router did not pass timeout
2024-12-29 15:30:41 +02:00
clearml
ba492dd65d
Add support for the ClearML HTTP router using Task.get_http_router()
2024-12-07 17:22:48 +02:00
clearml
036d7b6ef2
Add TCP protocol support to Task.request_external_endpoint()
2024-11-17 10:51:18 +02:00
clearml
46019e7e3a
Add sdk.development.artifacts.auto_pickle to support changing the default behavior when uploading artifacts
2024-10-13 22:09:11 +03:00
clearml
5e201334ba
Add Task.request_external_endpoint() to request external endpoints on supported backends
2024-10-09 22:44:19 +03:00
pollfly
33e4c24b79
Update docstring ( #1314 )
2024-08-24 22:11:19 +03:00
allegroai
62dd92a22d
Fix when abort callback is set, set task status to stopped only if running locally, otherwise leave it for the Agent to set it.
2024-07-31 17:28:32 +03:00
allegroai
d8ca5c73c4
Flake8
2024-07-31 17:28:32 +03:00
allegroai
e27d277e40
Fix Task.launch_multi_node() not supported when used via pytorch lightning
2024-07-04 15:29:37 +03:00
allegroai
3fa5409283
Fix launch_multi_node enforce the parent of sub-tasks to be the master node 0 task
2024-07-04 15:26:17 +03:00
pollfly
60d138bc56
Update docstrings ( #1289 )
...
Edit docstrings so they can be rendered using MDX
2024-06-20 16:59:53 +03:00
allegroai
5c379928c6
Fix no need to recreate reporter if forking and reporting in subprocess
...
Fix forked detection mechanism
2024-05-21 13:35:07 +03:00
allegroai
a966e4afd0
Move Task.set_resource_monitor_iteration_timeout()
to a class method, add wait_for_first_iteration_to_start_sec
and max_wait_for_first_iteration_to_start_sec
arguments
2024-05-17 10:13:50 +03:00
allegroai
db4834f37e
Add Task.get_executed_queue() to get the name/ID of the queue a task was executed in
2024-05-06 12:05:52 +03:00
allegroai
2717c7ea76
Add sdk.development.worker.wait_for_first_iteration_to_start_sec and sdk.development.worker.max_wait_for_first_iteration_to_start_sec configuration options
2024-04-16 18:41:47 +03:00
allegroai
49e9e7370b
Add Task.get_requirements()
returning the task’s requirements
2024-03-28 15:07:26 +02:00
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