-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Add auto_device_count and device name support #13423
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
94 commits
Select commit
Hold shift + click to select a range
c0bc264
Add auto_device_count and device name support
jerome-habana 24cbfc1
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] c103cff
Update change log
jerome-habana ca009a4
return default device count on failure
jerome-habana 3c3fb0b
Update src/pytorch_lightning/CHANGELOG.md
jerome-habana b456564
Apply suggestions from code review
Borda 19e4601
Remove unnecessary endpoint logic, rename `collaborative` to `hivemin…
fc6c27c
Update neptune-client requirement from <0.16.3,>=0.10.0 to >=0.10.0,<…
dependabot[bot] 7638bb7
Update numpy requirement from <1.22.5,>=1.17.2 to >=1.17.2,<1.23.1 in…
dependabot[bot] fa7e854
[CLI] Support custom trainers without callbacks (#13138)
carmocca 053b0df
Better errors for logging corner cases (#13164)
carmocca a3d7674
Rename old references to training type plugin in tests (#13421)
awaelchli c1ad298
CI: fix requirements freeze (#13441)
Borda 2954714
Add model summary when using DeepSpeed Stage 3 (#13427)
26469d9
Remove support for DDP2 strategy (#12705)
awaelchli 2c18643
[Docs] Fix README.md in lightning/examples/pl_basics (#13380)
Keiku 6338ad5
Update gather_all_tensors to handle tensors of different sizes (#12630)
ananthsub 2e7cff7
Modified python version check to accommodate for legacy version style…
martinosorb 177d3b4
fix PL release docker (#13439)
Borda bb7d825
Fix docstring typo (#13447)
WrRan b6a666a
Unpin `protobuf` version and update `tensorboard` version (#13259)
akihironitta 891f8f2
Remove remaining old-style AcceleratorConnector properties (#13412)
awaelchli d5671ca
Call `set_epoch` for distributed batch samplers (#13396)
awaelchli 58b62df
Update comet-ml requirement from <=3.28.2,>=3.1.12 to >=3.1.12,<3.31.…
dependabot[bot] 42c371d
Convert validation loop config warnings to `PossibleUserWarning` (#13…
CompRhys 657099d
Fix validation when accelerator is a string (#13417)
awaelchli fd8afbe
Set timeout for DDPSpawnStrategy (#13383)
lsy643 6149abb
Remove unused docstring parameter `device` (#13448)
WrRan 7fa962d
Update wandb requirement from <0.12.19,>=0.8.21 to >=0.8.21,<0.12.20 …
dependabot[bot] fc91c72
Add flash[image] dependency in Active learning example (#13442)
ekagra-ranjan 10757bd
fixed doc of timer (#13393)
s-kumano 1e245a9
Simplify list extension (#13435)
carmocca 284d95c
Add BaseModelCheckpoint class to inherit from (#13024)
otaj f9a3055
CI: abstract and make full pkg check (#13460)
Borda 153ffca
Fix typo in `_block_parallel_sync_behavior` docstring (#13451)
WrRan c3c450f
Fix typo in `Loop.replace` docstring (#13452)
WrRan 8874983
Typo in tuner/lr_finder.py (#13453)
WrRan 63c611f
Remove unused argument `model` (#13454)
WrRan 57d5659
Typo in trainer/supporters.py (#13455)
WrRan 09b2d51
More clear docs for `LightningDataModule` (#13464)
WrRan 7fecd51
fix mypy typing errors in lightning/trainer/optimizers.py (#13470)
gautierdag 6c9d490
adding LAI test (#13321)
boat-builder 3275fba
Add lightning app examples (#13456)
manskx 03d3654
ci: drop false download artifact (#13473)
Borda a7f41c0
Remove redundant shebang from source files (#13479)
awaelchli 9baa7d1
Move deepspeed summary test to correct folder (#13478)
awaelchli 10cae3d
fix mypy typing errors in pytorch_lightning.__setup__.py (#13472)
CyprienRicque 61283a7
lightning entry point (#13490)
Borda e20f6a8
Add CI for python lightning app Python unit tests (#13491)
manskx 5e78491
Remove redundant progress bar refresh (#13462)
awaelchli 81b7874
Add CI for app examples (#13495)
manskx 3e1725f
code-owners for App (#13497)
Borda 8a634db
fix mypy typing errors in pytorch_lightning/strategies/single_device.…
CyprienRicque 89766ab
fix mypy typing errors in pytorch_lightning/strategies/ddp2.py (#13535)
CyprienRicque c0874f3
Fix type hints of callbacks/finetuning.py (#13516)
ar90n eb059b4
fix mypy typing errors in pytorch_lightning/strategies/single_tpu.py …
CyprienRicque 5dc9538
Remove deprecated `on_keyboard_interrupt` (#13438)
nitinramvelraj 9dfc712
fix mypy typing errors in pytorch_lightning/tuner/lr_finder.py (#13513)
donlapark 58abfda
Fix mypy errors attributed to `pytorch_lightning.loggers.logger.py` (…
jxtngx 6a8e537
CI: Define reusable workflow - check schema (#13562)
akihironitta dfe5c83
Fix TPU circleci tests (#13432)
kaushikb11 3548628
cd: releasing packages (#13489)
Borda 75e50c5
CI: Add PR labeler (#13475)
akihironitta ab67ec9
CI: Update mypy workflow (#13574)
akihironitta 93b2e80
setup: set default metadata (#13571)
Borda 424fb0e
Remove deprecated `pytorch_lightning.core.decorators.parameter_valida…
shantam-8 08c08cb
Adds is last batch (#13550)
bibhabasumohapatra d6ce697
Restore log step during restart (#13467)
rohitgr7 ee4b04f
CI/CD: Refactor building docker images (#13576)
akihironitta c8d2312
Fix mypy errors attributed to `pytorch_lightning.loggers.csv_logs.py`…
jxtngx c1ec00e
Fix mypy errors attributed to `pytorch_lightning.loggers.base.py` (#1…
jxtngx b10f5a5
CI: Enable dependabot for GitHub Actions (#13589)
akihironitta 3aee345
Fix default value for `enable_progress_bar` in docs (#13584)
JiahaoYao cd09761
CI: Update labeler bot (#13624)
akihironitta 047d8ee
Remove redundant GPU test (#13623)
rohitgr7 8e56a52
CI: hotfix gatekeeper (#13606)
Borda 7174d7e
Remove `add_to_queue` and `remove_from_queue` from LightningModule (#…
shenoynikhil 6924b41
Bump codecov/codecov-action from 1 to 3 (#13620)
dependabot[bot] 27a0ac9
Bump actions/upload-artifact from 2 to 3 (#13622)
dependabot[bot] 6b953c7
Bump docker/setup-buildx-action from 1 to 2 (#13618)
dependabot[bot] 4239564
Removed deprecated `pytorch_lightning.overrides.distributed.IndexBatc…
samz5320 d83a423
fix mypy typing errors in pytorch_lightning/strategies/dp.py (#13564)
CyprienRicque 604f7ca
Remove deprecated `Trainer.slurm_job_id` (#13459)
awaelchli 692da6a
Remove deprecated `LightningModule.on_post_move_to_device` (#13548)
akihironitta 8d8211e
Remove deprecated ClustertEnvironment methods (#13458)
awaelchli db1e4d2
Update CHANGELOG after the 1.6.5 release (#13641)
carmocca d825ada
Remove deprecated `LightningDistributed` (#13549)
akihironitta 278f59a
Merge branch 'master' into hpu_pkg
jerome-habana 8c8f94f
Merge branch 'master' into hpu_pkg
jerome-habana d04a792
Merge branch 'master' into hpu_pkg
kaushikb11 abdd890
Handle nameerror exceptions
jerome-habana fc8ab9c
remove unused variable
jerome-habana 366f0b8
Merge branch 'master' into hpu_pkg
jerome-habana ef634ff
Merge branch 'master' into hpu_pkg
jerome-habana File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.