Releases: klieret/wandb-offline-sync-hook
Releases · klieret/wandb-offline-sync-hook
v1.2.2
Fixed
- Switched to modern way of importing pytorch lightning (issue #96, PR #96, #97)
Changed
- When installed with the
lightnign
optional dependency, lightning
is installed
instead of pytorch-lightning
v.1.2.1
Fixed
- Timeout option from command line was ignored (#82)
- Read the docs build was broken (#88)
1.2.0
1.2.0 (14.11.2023)
Changed
- Default log level is now INFO
Added
- Easy change of log level with
wandb_osh.set_log_level
v1.1.2
Fixed
- Add timeout to
wandb sync
calls
- Lightning: Avoid syncing sanity check
- Skip tests for lightning/ray if not installed
v1.1.1
Fixed
- Avoid errors when communication directory is removed while wandb-osh is
running.
v1.1.0
Added
- Added support for pytorch lightning
Changed
- Removed python 3.7 support
v1.0.4
Fixed
- Explicitly add path to
wandb sync
calls (depending on the system, calling
wandb sync
inside the run dir resulted in "no runs to be synced" errors)
v1.0.3
Fixed
- Fixed path to run directory when syncing with
wandb
and TriggerWandbSyncHook
(without specifying explicit paths). See #30
for more information