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 |
|
dependabot[bot]
|
4625f057d1
|
Bump tqdm from 4.64.1 to 4.66.3 in /examples/cicd (#1260)
Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.64.1 to 4.66.3.
- [Release notes](https://github.com/tqdm/tqdm/releases)
- [Commits](https://github.com/tqdm/tqdm/compare/v4.64.1...v4.66.3)
---
updated-dependencies:
- dependency-name: tqdm
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-05-15 01:00:38 +03:00 |
|
allegroai
|
39d150bf56
|
Fix Python <3.8 compatibility
|
2024-05-12 08:57:56 +03:00 |
|
Andrew Gardner
|
66a7f5616c
|
Fix issue #1249 pytorch-lightning patches (#1254)
|
2024-05-10 15:27:11 +03:00 |
|
allegroai
|
2fbd86415c
|
Fix AMD GPU metrics collection
|
2024-05-08 23:41:13 +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
|
81c02dbfdd
|
Add URL substitution to registered uploaded files when reporting an event
|
2024-05-04 23:45:36 +03:00 |
|
allegroai
|
f267466926
|
Fix MIG GPU support
|
2024-05-01 15:36:20 +03:00 |
|
allegroai
|
7a4154f054
|
Black formatting
|
2024-04-28 00:34:14 +03:00 |
|
allegroai
|
4d881636dd
|
Black formatting
|
2024-04-25 12:28:49 +03:00 |
|
allegroai
|
e6e628517a
|
Black formatting
|
2024-04-21 12:28:52 +03:00 |
|
allegroai
|
3d920a49a7
|
Add additional warning instructing on how to install in case we failed detecting jupyter notebook with an import error
|
2024-04-19 22:23:45 +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
|
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 |
|