Commit Graph

2340 Commits

Author SHA1 Message Date
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
c751bea4dc Black formatting 2024-04-13 22:09:10 +03:00
allegroai
7887b0ac89 Version bump to v1.15.1 2024-04-09 19:13:40 +03:00
allegroai
762240d14d Fix resource monitor fails to get GPU stats in some edge cases 2024-04-09 19:13:16 +03:00
cthorey
d4e136307c
Fix autoscaler should recheck that the worker is still IDLE before shutting it down (#1240) 2024-04-08 11:42:08 +03:00
allegroai
90998403ee Black formatting 2024-04-05 11:40:18 +03:00
allegroai
a95242e4a0 Version bump to v1.15.0 2024-04-01 11:32:50 +03:00
allegroai
9db8656cd1 PEP8 2024-03-31 12:55:21 +03:00
allegroai
bb4981416c Update README 2024-03-28 15:07:48 +02:00
allegroai
49e9e7370b Add Task.get_requirements() returning the task’s requirements 2024-03-28 15:07:26 +02:00
allegroai
7ab2197ec0 Support custom working directory for pipelines (#1194) 2024-03-28 15:04:09 +02:00
allegroai
aea7e3ec6d Fix clearml-data CLI tool will move non-dataset tasks to a .dataset project if the respective task is not a dataset 2024-03-28 15:02:49 +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
allegroai
6d1ac2db6a Fix hydra binds breaks in offline mode (#1215) 2024-03-21 21:50:44 +02:00
allegroai
96ae6a90de Update configuration files 2024-03-17 15:07:40 +02:00
allegroai
4a08a5f79b Fix examples 2024-03-17 15:06:40 +02:00
allegroai
ed51acb2ea Fix Task.connect(dict) return value is not dict-compatible 2024-03-17 15:05:58 +02:00
allegroai
65ffe9d81f Fix pandas DataFrame artifacts with hierarchical indices get mangled by the CSV roundtrip 2024-03-17 15:04:20 +02:00
allegroai
f48d9d5a91 Fix HPO crashes when optimizing for single value scalars (#1221) 2024-03-17 15:01:50 +02:00
allegroai
3531071fd5 Allow controlling the number of threads used by StorageManager.download_folder() using the max_workers argument 2024-03-17 15:01:05 +02:00
allegroai
57614e68a5 Fix task running in Google Colab does not fetch the notebook diff appropriately (#1204) 2024-03-17 14:59:35 +02:00
allegroai
b7c5ec9538 Improve auto populate in Task.init() 2024-03-17 14:58:24 +02:00
allegroai
8cade04a0c Fix docstring & Python 3.5 2024-03-17 14:56:24 +02:00
allegroai
aa52531d35 Update README 2024-03-14 21:47:21 +02:00
pollfly
409c588373
Add Task.set_packages docstring notes (#1224) 2024-03-12 13:34:48 +02:00
pollfly
b295d0177c
Improve force_requirements_env_freeze docstring (#1225) 2024-03-12 13:34:10 +02:00
Charles Frankum
2ac637bfc6
Add draft option to pipeline steps (#1226) 2024-03-10 11:25:16 +02:00
allegroai
2022d036a8 Fix typo in docstring 2024-03-09 12:32:36 +02:00
allegroai
26ed3a9b21 Fix urllib3 sends deprecation warning when setting ssl_version 2024-03-06 09:11:26 +02:00
allegroai
a1f3279719 Fix jsonargparse subcommand config parsing
Fix Lightning integration crashes when a config entry contains "." in its name
2024-03-06 09:10:23 +02:00
Toni Kukurin
f51ed621f7
Fix Colab docs (#1220) 2024-03-05 08:22:55 +02:00
allegroai
c600b05386 Fix GPU info such as gpu_memory and gpu_type is not being collected in some cases 2024-03-01 22:40:11 +02:00
ae-ae
1320927fdf
Fix UTF-8 script code encoding issue (#1208)
This fixes #1207
2024-02-26 17:45:43 +02:00
pollfly
592ab881f7
Add docstrings for model properties (#1213) 2024-02-25 18:00:57 +02:00
allegroai
beb0f5e607 Update examples dependencies 2024-02-22 12:25:32 +02:00
allegroai
52a800fa50 Version bump to v1.14.4 2024-02-21 16:40:35 +02:00
allegroai
216ebfd1c0 Black formatting 2024-02-18 12:18:22 +02:00
allegroai
09ed70a313 Fix merge conflict 2024-02-15 19:30:05 +02:00
Olivier Dulcy
2e084688be
Fix forward secure in StorageHelper for S3 (#1205) 2024-02-15 19:26:22 +02:00
allegroai
7362955983 Fix NVIDIA_VISIBLE_DEVICES=all env var value will result in no GPU metrics being reported 2024-02-15 19:05:25 +02:00
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