Closed arseniybelkov closed 1 year ago
Merging #55 (5c40832) into master (a04e60f) will decrease coverage by
0.74%
. Report is 4 commits behind head on master. The diff coverage is75.40%
.
@@ Coverage Diff @@
## master #55 +/- ##
==========================================
- Coverage 81.79% 81.05% -0.74%
==========================================
Files 30 33 +3
Lines 1126 1209 +83
Branches 218 239 +21
==========================================
+ Hits 921 980 +59
- Misses 148 169 +21
- Partials 57 60 +3
Files Changed | Coverage Δ | |
---|---|---|
thunder/torch/loggers/__init__.py | 0.00% <0.00%> (ø) |
|
thunder/torch/loggers/wandb.py | 0.00% <0.00%> (ø) |
|
thunder/cli/backend.py | 81.57% <71.42%> (-1.52%) |
:arrow_down: |
thunder/cli/backend_cli.py | 85.71% <85.71%> (ø) |
|
thunder/cli/main.py | 72.41% <88.88%> (+0.73%) |
:arrow_up: |
thunder/backend/__init__.py | 100.00% <100.00%> (ø) |
|
thunder/backend/interface.py | 100.00% <100.00%> (ø) |
|
thunder/callbacks/time_profiler.py | 96.55% <100.00%> (+1.04%) |
:arrow_up: |
thunder/cli/entrypoint.py | 100.00% <100.00%> (ø) |
... and 1 file with indirect coverage changes
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
Features
CLI
--overwrite
flag forthunder build
for overwriting target directory (#47).thunder backend
scope of CLI commands.thunder backend set
can set default backend forrun
(#40).thunder backend add
adds configs to backends.ymlthunder backend list
shows available configsthunder backend remove
removes specified configLoggers
WanbLogger
can now clean dead experiments with identical names and groups (#53)Fixes
44