Commit Graph

8761 Commits

Author SHA1 Message Date
Akihiro Nitta df64f321a3
Add .git-blame-ignore-revs (#16709)
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
2023-02-10 08:58:03 +00:00
Carlos Mocholí b7c05d279c
Move `Trainer._log_hyperparams` to an utility (#16712) 2023-02-10 09:22:56 +01:00
Jirka Borovec 4b2cf36e77
move `_HPU_AVAILABLE` (#16713) 2023-02-10 08:56:31 +01:00
Carlos Mocholí 2906a62911
Remove the unused `utilities.metrics.metrics_to_scalars` (#16681) 2023-02-09 21:13:04 +01:00
Carlos Mocholí 457cd76d1a
Remove the unused `utilities.finite_checks` (#16682) 2023-02-09 21:11:05 +01:00
Carlos Mocholí 8386c704b4
Remove the `trainer.data_parallel` property (#16703) 2023-02-09 21:01:59 +01:00
Adrian Wälchli 18106a8f95
Split train- and val progress into separate bars (#16695) 2023-02-09 19:43:50 +00:00
Adrian Wälchli 83296cc6cf
Update Fabric introduction (#16672)
Co-authored-by: edenlightning <66261195+edenlightning@users.noreply.github.com>
2023-02-09 18:06:29 +00:00
Sherin Thomas 8f8bae9ac8
[App] Maverick (#16701)
introducing maverick
2023-02-09 20:24:37 +05:30
Sherin Thomas 44557b9de8
[App] Connect and Disconnect node (#16700)
Connect and Disconnect node
2023-02-09 19:21:51 +05:30
Jirka Borovec fef3465d8a
ci: wheels with continue-on-error (#16675) 2023-02-09 13:51:33 +00:00
Jirka Borovec 4f35c7c356
ci: parameterize GPU testing (#16697) 2023-02-09 13:39:03 +00:00
thomas chaton 68850aada4
[App] Hot fix. Resolve platform CI (#16699)
Co-authored-by: thomas <thomas@thomass-MacBook-Pro.local>
2023-02-09 11:43:05 +00:00
thomas chaton 88e089ea4e
[App] Enable to register data connections (#16670)
Co-authored-by: thomas <thomas@thomass-MacBook-Pro.local>
2023-02-08 18:41:05 +00:00
Jirka Borovec 560d6d7956
tests: drop slow flag (#16692)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-02-08 17:09:59 +00:00
Jirka Borovec c3f177fbc3
ci: merge pytest with slow (#16689) 2023-02-08 17:04:48 +01:00
Carlos Mocholí 9f7fbbf264
Move fetchers classes with the loops (#16678) 2023-02-08 16:13:20 +01:00
Carlos Mocholí 338776a388
Move logger utilities with the loggers (#16680) 2023-02-08 16:12:53 +01:00
Adrian Wälchli 74ee699dfd
Add `Strategy.on_exception` (#16646) 2023-02-08 14:00:31 +00:00
Ethan Harris 1288e4ccc4
[App] Initial plugin server (#16523) 2023-02-07 21:38:37 +00:00
Muhammad Anas d0df0dcb26
Typo in printing app.py (#16643) 2023-02-07 20:26:07 +00:00
Ethan Harris 434ea2560f
[App] Fix e2e CI, use display name in show logs command (#16679) 2023-02-07 19:31:56 +00:00
Carlos Mocholí 71bf4fc581
Flatten fetching abstract interface (#16664) 2023-02-07 18:12:59 +01:00
Carlos Mocholí 2add5d377e
Refactor supporters (#16662) 2023-02-07 18:12:42 +01:00
Carlos Mocholí 35b8543c82
Remove outputs from `on_predict_epoch_end` (#16655) 2023-02-07 17:55:02 +01:00
Jirka Borovec 66e85f7370
ci: fix torch +cpu in wheels (#16674) 2023-02-07 16:12:15 +00:00
Carlos Mocholí f5b9464a40
Remove metric reset after checkpoint load (#16661) 2023-02-07 16:49:51 +01:00
Carlos Mocholí 679f0db770
Clarify default epoch and step values in ModelCheckpoint (#16651) 2023-02-07 16:49:01 +01:00
Jirka Borovec ec001cd64e
ci: replace pip cache with wheels (#16668) 2023-02-07 15:37:34 +00:00
Jirka Borovec 14350dad45
ci: flagship flow - clean inputs (#16666) 2023-02-07 11:03:59 +00:00
Adrian Wälchli 923a842e9c
Fix import from torch.distributed when distributed not available (#16658) 2023-02-07 04:51:59 -05:00
Carlos Mocholí 0c1e33e565
Refactor deterministic and benchmark logic (#16653)
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
2023-02-07 04:53:26 +01:00
Yiming Zhang cd590d6776
Fix a typo in transfer_batch_to_device function's comment (#16659) 2023-02-06 18:30:13 -05:00
thomas chaton accd2b9e61
[App] Improve Storage Commands (#16645)
* update

* update

* update

* update

---------

Co-authored-by: thomas <thomas@thomass-MacBook-Pro.local>
2023-02-06 15:54:50 -05:00
Carlos Mocholí 1b1241ceb1
Fix TPU tests (#16628) 2023-02-06 17:21:26 +00:00
Carlos Mocholí bf51844917
Remove memory-retaining epoch-end hooks (#16520) 2023-02-06 17:00:36 +00:00
dependabot[bot] 8dc68996f0
Update jinja2 requirement from <3.1.0,>=3.0.0 to >=3.0.0,<3.2.0 in /requirements (#16546)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-06 16:10:04 +00:00
Justus Schock 4d26448891
Properly terminate MultiProcessing Runtime (#16623)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-02-06 16:03:19 +00:00
dependabot[bot] cd02f3ac78
Update websocket-client requirement from <=1.3.3 to <1.5.2 in /requirements (#16640)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-06 16:02:10 +00:00
dependabot[bot] 28ab88c9c4
Update fsspec[http] requirement from <2022.8.0,>2021.06.0 to >2021.06.0,<2023.2.0 in /requirements (#16544)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-06 15:57:38 +00:00
Akihiro Nitta 1621a4ef71
[App] Fix `AutoScaler` example (#16557) 2023-02-06 16:55:12 +01:00
Adrian Wälchli cd0eedb082
Set `find_unused_parameters=False` as the default (#16611) 2023-02-06 16:51:21 +01:00
Nikhil Shenoy 7bbbe22636
Move `_POPTORCH_AVAILABLE` and `_IPU_AVAILABLE` (#16509)
Co-authored-by: Nikhil Shenoy <nikhilshenoy@dhcp-128-189-225-225.ubcsecure.wireless.ubc.ca>
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
2023-02-06 15:34:54 +01:00
Jirka Borovec 770b792925
copyright Lightning AI team (#16647)
* copyright Lightning AI team

* more...
2023-02-06 15:26:51 +01:00
dependabot[bot] da7e38cd36
Bump docker/build-push-action from 3 to 4 (#16641)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-06 10:47:16 +00:00
Sebastian Raschka ce424d235f
Move fsdp_native to fine-tuning recommendation (#16630) 2023-02-05 15:09:46 +01:00
thomas chaton 55a0caacb5
[App] Enable uploading files to a project. (#16631)
* update

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update

---------

Co-authored-by: thomas <thomas@thomass-MacBook-Pro.local>
2023-02-05 06:35:19 -05:00
JiHoon Kim 65abdeea88
Fabric docs typo correction (#16635) 2023-02-05 01:09:58 +01:00
Jirka Borovec 34034f7f75
update PR template (#16620)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-02-04 13:18:27 +01:00
Yurij Mikhalevich 4b3134d3a4
fix(tests): use display_name in app/e2e (#16632) 2023-02-03 21:26:09 +00:00