Skip to content

Commit d86cc65

Browse files
authored
Copy in parallel (#12)
* Copy in parallel * Make better guesses on upload time * Use rich display * Use experiment name rather than ID * Table of workers * Link * Progress in gathering the experiments * Show inactive workers * Show 100% when done * Version 2.5.0 * Add rich to setup requirements
1 parent e7dcacf commit d86cc65

File tree

5 files changed

+650
-46
lines changed

5 files changed

+650
-46
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ Not all combinations are possible:
227227
### Flags
228228

229229
* `-i IGNORE [IGNORE ...], --ignore IGNORE [IGNORE ...]` - Resource(s) (or 'experiments') to ignore
230+
* `-j PARALLEL, --parallel PARALLEL` - The number of threads to use for parallel uploading; default (None) is based on CPUs
230231
* `--debug` - If given, allow debugging
231232
* `--quiet` - If given, don't display update info
232233
* `--symlink` - Instead of copying, create a link to an experiment in a project

cometx/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
# the express permission of Comet ML Inc.
1313
# *******************************************************
1414

15-
version_info = (2, 4, 1)
15+
version_info = (2, 5, 0)
1616
__version__ = ".".join(map(str, version_info))

0 commit comments

Comments
 (0)