Commit Graph

2401 Commits

Author SHA1 Message Date
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
b298e212dd Add docstring allowing users to pass packages=False to revert to requirements.txt inside their git repository 2024-07-31 17:28:32 +03:00
allegroai
d8ca5c73c4 Flake8 2024-07-31 17:28:32 +03:00
Rafael Tvelov
a7b5890028
Fix scalar logging bug with Fire (#1301)
Fixes `_patched_call` using under Fire scope, see #1300
2024-07-31 14:19:31 +03:00
pollfly
462b01ee0e
Edit Logger docs (#1302) 2024-07-30 23:32:08 +03:00
allegroai
1b474dc0b0 Fix hierarchy for pipeline nodes without args 2024-07-29 17:37:05 +03:00
allegroai
2b66ee663e Fix dataset with external links will not reuse downloaded data from parents 2024-07-29 17:36:02 +03:00
allegroai
d826e9806e Fix injected task import in Task.populate() 2024-07-26 19:13:34 +03:00
allegroai
4417812410 Fix Kerastuner framework and examples #1279 2024-07-24 17:35:34 +03:00
allegroai
fa0ba104c4 Add original_task property to models
Change `task` property to return connected task
2024-07-21 14:14:15 +03:00
allegroai
a59b40217e Black formatting 2024-07-19 13:12:46 +03:00
allegroai
f48c2ffc1c Black formatting 2024-07-17 10:50:49 +03:00
allegroai
cbb90a8bd5 Black formatting 2024-07-15 13:39:00 +03:00
allegroai
d75564d514 Fix "can't create new thread at interpreter shutdown" errors (known issue with Python 3.12.0 and other versions) 2024-07-13 22:13:55 +03:00
allegroai
74b2b38673 Fix CLEARML_MULTI_NODE_SINGLE_TASK rank 0 always creates resource monitoring scalers ":monitor:machine" and ":monitor:gpu" so that external monitoring is not broken 2024-07-11 12:55:20 +03:00
allegroai
0bb0f29867 Fix jupyter notebook packages and uncommitted changes are sometimes not fetched 2024-07-09 15:35:19 +03:00
allegroai
253aee3b0e Fix CLEARML_MULTI_NODE_SINGLE_TASK resource monitoring 2024-07-07 13:38:12 +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
aa227a0cdb Fix tensorboard numpy 2.0 incompatibility breaking binding 2024-07-04 15:27:52 +03:00
allegroai
9594e5dddd Add CLEARML_MULTI_NODE_SINGLE_TASK (values -1, 0, 1, 2) for easier multi-node singe Task workloads 2024-07-04 15:27:10 +03:00
allegroai
7dc601598b Add support for HTTP file upload progress reporting 2024-07-04 15:26:45 +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
allegroai
81b4c49f8b Add clearml-task and CreateAndPopulate support for bash scripts, ipynb and python modules. requires clearml-agent 1.9+ 2024-07-04 15:24:40 +03:00
allegroai
eb09b4646c Fix support passing folder to get_script_info() to get the git info 2024-06-30 09:17:55 +03:00
pollfly
8adbf5ae00
Edit docstring (#1290) 2024-06-27 17:42:41 +03:00
allegroai
d835fb2e0c Add --tags option to clearml-task (#1284) 2024-06-23 14:41:03 +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
4c79e06643 Version bump to v1.16.2 2024-06-18 17:08:26 +03:00
allegroai
0cf4d6a6ce Fix numpy 2.0 compatibility (np.NINF removed) 2024-06-18 16:52:50 +03:00
allegroai
cf4134ee02 Black formatting 2024-06-16 23:15:26 +03:00
allegroai
9fff3bc03c Black formatting 2024-06-13 21:04:14 +03:00
Jim Diroff II
37a63e538f
Fix typo in docs and default sdk config (#1281) 2024-06-11 00:24:15 +03:00
Pedro Conceição
b5a1299ac7
Make dataset preview optional (#1270) 2024-06-07 22:08:40 +03:00
Rafael Tvelov
22bbb66fe8
Fix python-fire integration (#1275)
Fixes bug when calling `__call__` method of a class via Fire (#1268)
2024-06-05 20:12:00 +03:00
pollfly
c106155935
Add get_mutable_local_copy note (#1276)
* Add get_mutable_local_copy note
2024-06-03 13:55:01 +03:00
nfzd
7fcd315c4e
Fix path substitution for file:// URIs (#1251)
Co-authored-by: Michael Mueller <michael.mueller@wsa.com>
2024-05-31 09:07:45 +03:00
allegroai
6ae74972a6 Black formatting 2024-05-28 11:24:39 +03:00
allegroai
54418060ae Add api.public_ip_ping (default: 8.8.8.8) and api.public_ip_service_urls (default: ["api.ipify.org";, "ident.me";]) configuration settings to detect public IP and network interface 2024-05-22 10:08:00 +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
fb177bd0dc Version bump to v1.16.1 2024-05-17 23:10:46 +03:00
allegroai
883b73ce30 Fix Pycharm Plugin Windows/Linux interoperability 2024-05-17 23:10:31 +03:00
allegroai
c9cbe1c903 Fix pipeline breaks when continue_on_abort is set to true 2024-05-17 23:10:02 +03:00
allegroai
3094d57140 Version bump to v1.16.0 2024-05-17 10:26:56 +03:00
allegroai
3377efe738 Fix Jupyter password might not be used in some protected Jupyterlab instances 2024-05-17 10:26:43 +03:00
allegroai
3012837bf3 Add support for better pipeline continue behavior including control of children 2024-05-17 10:19:11 +03:00
allegroai
47588da713 Add Python 3.12 support 2024-05-17 10:16:48 +03:00
allegroai
0efdb0b3b9 Fix PY3.5 support, PEP8 2024-05-17 10:15:56 +03:00
allegroai
6ad3f16bb9 Fix parameter overrides are converted to string when using HPO (#975) 2024-05-17 10:14:43 +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
3fde18f6f6 Fix FastAI performance (#1234) 2024-05-17 10:11:31 +03:00