Commit Graph

48 Commits

Author SHA1 Message Date
Alex Burlacu
26bdfd66d0 Fix wrong overriding of custom server URLs when running clearml-init 2023-03-23 13:39:43 +02:00
allegroai
5465f27b8f Fix clearml-task runtime is not set when no queue was provided 2023-01-23 14:09:10 +02:00
allegroai
896e949649 Add more runtime properties 2023-01-19 10:42:33 +02:00
allegroai
72d9b22e0d Fix HPO CLI doesn't work when --params-override is not specified 2022-12-18 23:02:29 +02:00
Frédéric Jean
7d6897f91b
Fix dataset not synced if the changes are only modified files (#835) 2022-12-06 14:33:43 +02:00
allegroai
ed2b8ed850 Support num_workers in dataset operations
Support max connections setting for Azure storage using the `sdk.azure.storage.max_connection` setting
2022-11-21 17:12:02 +02:00
allegroai
89b675c267 Fix clearml-init colab detection 2022-10-30 19:24:43 +02:00
allegroai
c0bbab75b8 Fix Dataset.list_datasets() returns an empty list 2022-09-13 14:57:21 +03:00
allegroai
bae2108d13 Skip server URL verification in clearml-init 2022-09-02 23:39:52 +03:00
allegroai
7caa9195b9 Deprecate output_uri in clearml-data 2022-09-02 23:39:16 +03:00
allegroai
f7fa760462 Add wild-card support in clearml-data CLI 2022-07-28 18:40:03 +03:00
allegroai
df1c134a7a Add clearml-data set-description and rename options 2022-06-28 21:21:13 +03:00
allegroai
68cf2745ff Add support for dataset version, fix trigger for datasets 2022-06-28 21:07:46 +03:00
allegroai
ca3b3af005 Add new clearml-param-search CLI 2022-06-26 18:20:32 +03:00
allegroai
1822d20fd1 Fix number of unpacked values in ds_sync (#682) 2022-06-06 14:13:45 +03:00
pollfly
3474d70afb
Edit docstrings (#672) 2022-05-11 10:45:40 +03:00
allegroai
b1b4bf664f PEP8 2022-04-27 17:16:48 +03:00
allegroai
24da3e3e08 Add clearml-data support for links (#585) 2022-04-27 17:00:09 +03:00
allegroai
0c0739379b Add --import-offline-session command line option to clearml-task 2022-04-13 14:31:18 +03:00
allegroai
4c145fbefd Add new pipeline visualization support (requires ClearML Server v1.3) 2022-03-06 19:05:26 +02:00
allegroai
2ecf0b55f9 Fix clearml-init changing web host after pasting full credentials 2022-02-19 23:06:35 +02:00
allegroai
34fc80b039 Fix clearml-task add Task.init() call in the incorrect location when single local file is used 2022-02-02 15:35:57 +02:00
pollfly
d3e986393a
Fix links (#558) 2022-01-27 12:15:04 +02:00
Victor Sonck
24464b7c10
Add better input handling for clearml-init in colab (#515) 2021-12-14 20:49:34 +02:00
allegroai
0bc43a31f4 PEP8 2021-10-19 10:39:55 +03:00
allegroai
a488c6a04c Change clearml-data default chunk-size is 512mb 2021-10-02 21:43:56 +03:00
allegroai
c2ae7333b8 Fix reverted PR #458 2021-09-26 08:40:02 +03:00
allegroai
844c01e15b Add clearml-Data (Datasets) multi-chunk support 2021-09-25 23:07:49 +03:00
pollfly
80e6ca6406
Add example to clearml-data help strings (#458)
* add example to clearml-data help strings

* Fix example style for consistency
2021-09-23 09:00:06 +03:00
pollfly
fe3c481c37
Fix help string typo (#435) 2021-08-25 10:37:00 +03:00
allegroai
7927f909f2 Fix passing task-type to clearml-task (issue #422)
Fix passing clearml-task --version throwing an error (issue #422)
2021-08-13 23:55:18 +03:00
allegroai
14538053c8 Change disable default demo server (still optional when setting CLEARML_NO_DEFAULT_SERVER=0) 2021-08-12 13:22:09 +03:00
allegroai
5f7d0348e2 Add --output-uri to clearml-task 2021-07-31 23:53:22 +03:00
allegroai
332ceab3ea Fix clearml-task failing without a docker script. Issue #378 2021-06-09 02:46:46 +03:00
allegroai
444e379e93 Expose docker_args and docker_bash_setup_script in clearml-task CLI 2021-05-19 15:22:44 +03:00
allegroai
dacf097ebb Fix missing required argument --files in clearml-data remove 2021-03-11 09:40:56 +02:00
allegroai
532010c93d Add tags to Dataset listing 2021-03-11 09:40:31 +02:00
allegroai
b33ac21764 Fix clearml-data sync requires --name 2021-03-11 09:39:56 +02:00
allegroai
0c017a7331 Add "clearml-data publish" to allow publishing a dataset task 2021-02-11 14:37:41 +02:00
allegroai
1b6b1e12ee Fix clearml-task not passing --docker 2021-02-11 14:26:20 +02:00
allegroai
03f9bf0c2d Add clearml-data CLI sync can now create, sync and close a dataset in a single command 2021-01-24 09:19:33 +02:00
allegroai
661fac95a2 Flake8 2021-01-18 11:32:12 +02:00
allegroai
1f87d25903 Change clearml-data "id=" to "id " for easier copy/paste 2021-01-11 18:30:14 +02:00
allegroai
4beb21eb2b Add clearml-data close now auto uploads 2021-01-10 13:06:30 +02:00
allegroai
12e575a155 Make clearml-data CLI stateful, remember last dataset id as default dataset 2021-01-10 12:57:18 +02:00
allegroai
6ca4836bea Add clearml-data - Dataset Management & Versioning CLI 2020-12-30 16:38:25 +02:00
allegroai
7edc998824 Fix clearml-task 2020-12-24 00:29:00 +02:00
allegroai
d327f2e2b9 clearml initial version 0.17.0 2020-12-22 23:25:37 +02:00