Commit Graph

2300 Commits

Author SHA1 Message Date
allegroai
8746f34409 Fix CacheManager attempts to clear cache when file limit has not been reached resulting in slow unnecessary checks 2024-02-15 19:03:09 +02:00
allegroai
87f0e63b28 Fix setting output_uri when a config section with secure=false exists will raise an error 2024-02-15 19:02:01 +02:00
allegroai
0594a5ac85 Version bump to v1.14.3 2024-02-12 14:55:59 +02:00
allegroai
b33901ba05 Black formatting 2024-02-12 14:53:43 +02:00
allegroai
e506831599 Add hash check for pickle files (CVE-2024-24590) 2024-02-09 18:13:08 +02:00
allegroai
b78e9b9047 Fix regression causing an error when "secure" is provided in bucket settings 2024-02-09 18:12:32 +02:00
dimidagd
956e7e4478
Bugfix/cwd flag closes #1160 (#1161)
Fixes bug when using --cwd and --file with clearml-task

Co-authored-by: dimda <dimda@dtu.dk>
2024-02-09 17:05:06 +02:00
pollfly
006741645f
Edit README (#1200) 2024-02-09 10:43:53 +02:00
allegroai
2dab8ae149 Black formatting 2024-02-09 10:37:27 +02:00
allegroai
27a8f2cd09 Version bump to v1.14.2 2024-02-06 16:18:01 +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
233f94f741 Support AWS profile when specifying bucket storage credentials 2024-02-04 19:31:30 +02:00
allegroai
122b308646 Make PipelineController.version attribute publicly accessible 2024-02-04 19:29:38 +02:00
Matteo Destro
56ba25f554
Fix missing component callbacks on multiple step calls (#1195) 2024-02-01 16:04:38 +02:00
allegroai
831c1394da Fix potential path traversal on file download (CVE-2024-24591) 2024-01-30 19:28:31 +02:00
allegroai
1b77e08ec8 Support setting certificate path in the main session 2024-01-30 19:26:32 +02:00
allegroai
0a928c24ca Fix unsafe usage of tempfile.mktemp 2024-01-30 19:20:22 +02:00
pollfly
5ad082d2e7
Update README Gifs (#1191) 2024-01-27 17:52:09 +02:00
pollfly
64c37fe97f
Add dataset reporting example (#1180) 2024-01-25 19:41:05 +02:00
allegroai
39652cac94 Fix HPO crash when its corresponding task is initialized with continue_last_task=True 2024-01-23 17:29:05 +02:00
allegroai
0806902f8e Black formatting 2024-01-20 15:18:30 +02:00
allegroai
e7ec688022 Handle the case where PipelineController.abort_on_failure is set to False and a step has been aborted 2024-01-18 17:12:36 +02:00
allegroai
1b80a77c92 Fix TaskScheduler does not save local state before running remotely 2024-01-18 17:09:42 +02:00
allegroai
a2d1ff18d0 Remove usage of distutils for LooseVersion 2024-01-18 17:08:46 +02:00
allegroai
6504bb4824 Remove usage of distutils for strtobool 2024-01-18 16:07:11 +02:00
allegroai
0e0763d566 Report upload/download with tqdm if installed 2024-01-18 16:06:46 +02:00
allegroai
cc4a9912bf Fix Flake8 error 2024-01-16 11:08:29 +02:00
allegroai
b8425133bc Version bump to v1.14.1 2024-01-12 12:37:13 +02:00
allegroai
830dc451d2 Fix created pipelines do not appear in the UI pipelines section 2024-01-12 12:32:55 +02:00
allegroai
92ab713920 Version bump to v1.14.0 2024-01-10 14:07:19 +02:00
allegroai
c5510bb06e Refactor new code 2024-01-10 14:01:52 +02:00
allegroai
1f72b0ca66 Change pytorch distributed polling time to 250ms 2024-01-09 15:37:02 +02:00
allegroai
f7b441ab49 Add multi objective optimization to HPO 2024-01-06 12:35:49 +02:00
allegroai
d993fa75e4 Fix decorated pipeline steps 2024-01-06 12:35:06 +02:00
allegroai
801c7b4cd4 Add support for auto detecting torch and transformers accelerate distributed execution 2024-01-06 12:34:32 +02:00
allegroai
141a183235 Fix static method should not get any argument 2024-01-06 12:33:52 +02:00
allegroai
0ed5ff4123 Auto detect tensorflow-intel as tensorflow (there is no tensorflow-intel package) 2024-01-06 12:32:57 +02:00
allegroai
4bd6b20a62 Add support for decorated pipeline steps (#1154) 2024-01-03 22:18:39 +02:00
allegroai
cf39029cb2 Black formatting 2023-12-30 23:01:19 +02:00
allegroai
3b53ef2708 Protect signal unregistering 2023-12-26 10:09:47 +02:00
allegroai
a81ef3f922 Fix invalid jsonargs arguments should be deleted 2023-12-26 10:09:03 +02:00
allegroai
7813602ad2 Add raise_on_error flag to Model.update_weights() and Model.update_weights_package() 2023-12-24 11:37:59 +02:00
allegroai
52d8835710 Add tabular-data multi stage pipeline process example 2023-12-20 13:14:14 +02:00
allegroai
8968753467 PEP8 2023-12-17 23:36:13 +02:00
allegroai
081f4e5a56 Version bump to v1.13.3rc0 2023-12-13 17:51:39 +02:00
allegroai
23bdbe4b87 Fix jsonargparse binding does not capture parameters before Task.init is called (#1164) 2023-12-13 17:50:03 +02:00
allegroai
65c6ba33e4 Add more visibility into the way we override jsonargparse arguments 2023-12-13 16:45:51 +02:00
allegroai
1076d20808 Fix using target_project with TaskScheduler.add_task() corrupts project if used with pipelines (#1137) 2023-12-13 16:42:31 +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
07dcbcac08 Support raising ConfigurationError when checking for min API version (makes sure a proper error is raised when importing clearml while using an invalid configuration) 2023-12-11 10:37:35 +02:00