forked from Lightning-AI/pytorch-lightning
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Merge #1
Merged
Merged
Merge #1
Conversation
This file contains 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
…recated `BaseProfiler` (#13084) * Fix trainer profiler typehint * Remove unused import of deprecated BaseProfiler * Update CHANGELOG.md Co-authored-by: Akihiro Nitta <[email protected]> Co-authored-by: Carlos Mocholí <[email protected]>
* rename min_gpus to min_cuda_gpus
* refactor strategies to use accelerator * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Apply suggestions from code review Co-authored-by: Aki Nitta <[email protected]> * Apply suggestions from code review Co-authored-by: Aki Nitta <[email protected]> * update changelog * remove changes to strategies * update changelog * update device-specific teardowns * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * partially revert * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update strategy.py * swap hpu * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * add missing log * unused import * order matters for tpu? Co-authored-by: edward-io <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Jirka Borovec <[email protected]> Co-authored-by: Aki Nitta <[email protected]> Co-authored-by: Justus Schock <[email protected]>
fix tutorial Co-authored-by: Jiny491 <[email protected]>
* Fix torchelastic detection under Mac * CHANGELOG
Co-authored-by: Carlos Mocholí <[email protected]>
… /requirements (#13127) * Update mlflow requirement in /requirements Updates the requirements on [mlflow](https://github.com/mlflow/mlflow) to permit the latest version. - [Release notes](https://github.com/mlflow/mlflow/releases) - [Changelog](https://github.com/mlflow/mlflow/blob/master/CHANGELOG.md) - [Commits](mlflow/mlflow@1.0.0...v1.26.0) --- updated-dependencies: - dependency-name: mlflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jirka <[email protected]>
…<0.16.3 in /requirements (#13056) * Update neptune-client requirement in /requirements Updates the requirements on [neptune-client](https://github.com/neptune-ai/neptune-client) to permit the latest version. - [Release notes](https://github.com/neptune-ai/neptune-client/releases) - [Changelog](https://github.com/neptune-ai/neptune-client/blob/master/CHANGELOG.md) - [Commits](neptune-ai/neptune-client@0.10.0...0.16.2) --- updated-dependencies: - dependency-name: neptune-client dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
…quirements (#13053) * Update matplotlib requirement in /requirements Updates the requirements on [matplotlib](https://github.com/matplotlib/matplotlib) to permit the latest version. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](matplotlib/matplotlib@v3.1.1...v3.5.2) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
…=4.7.1,<4.7.4 in /requirements (#13052) * Update jsonargparse[signatures] requirement in /requirements Updates the requirements on [jsonargparse[signatures]](https://github.com/omni-us/jsonargparse) to permit the latest version. - [Release notes](https://github.com/omni-us/jsonargparse/releases) - [Changelog](https://github.com/omni-us/jsonargparse/blob/master/CHANGELOG.rst) - [Commits](omni-us/jsonargparse@v4.7.1...v4.7.3) --- updated-dependencies: - dependency-name: jsonargparse[signatures] dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
…0 in /requirements (#13049) * Update tensorboard requirement in /requirements Updates the requirements on [tensorboard](https://github.com/tensorflow/tensorboard) to permit the latest version. - [Release notes](https://github.com/tensorflow/tensorboard/releases) - [Changelog](https://github.com/tensorflow/tensorboard/blob/master/RELEASE.md) - [Commits](tensorflow/tensorboard@2.2.0...2.9.0) --- updated-dependencies: - dependency-name: tensorboard dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
…13048) * Update deepspeed requirement from <0.6.0 to <0.7.0 in /requirements Updates the requirements on [deepspeed](https://github.com/microsoft/DeepSpeed) to permit the latest version. - [Release notes](https://github.com/microsoft/DeepSpeed/releases) - [Commits](deepspeedai/DeepSpeed@v0.1.0...v0.6.4) --- updated-dependencies: - dependency-name: deepspeed dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
…<4.2.1 in /requirements (#13054) * Update typing-extensions requirement in /requirements Updates the requirements on [typing-extensions](https://github.com/python/typing) to permit the latest version. - [Release notes](https://github.com/python/typing/releases) - [Changelog](https://github.com/python/typing/blob/master/typing_extensions/CHANGELOG.md) - [Commits](python/typing@4.0.0...4.2.0) --- updated-dependencies: - dependency-name: typing-extensions dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
* Add README.md to .github/workflows/ * Link CI/CD doc page from contributing.md Co-authored-by: Rohit Gupta <[email protected]>
Co-authored-by: Carlos Mocholí <[email protected]>
…valuation (#12184) Co-authored-by: Justus Schock <[email protected]> Co-authored-by: Carlos Mocholí <[email protected]>
Co-authored-by: rohitgr7 <[email protected]> Co-authored-by: Akihiro Nitta <[email protected]> Co-authored-by: Carlos Mocholí <[email protected]>
Co-authored-by: Carlos Mocholí <[email protected]>
Co-authored-by: Carlos Mocholí <[email protected]>
* list pytest * docs * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * list * test * fix GK Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…d` (#13678) Co-authored-by: Carlos Mocholí <[email protected]>
Update governance.rst
* Add CI app e2e * update UserID * fix apps cleanup * download frontend inside setup.py Co-authored-by: mansy <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Akihiro Nitta <[email protected]> Co-authored-by: Jirka Borovec <[email protected]>
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.4.1 to 1.5.0. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.4.1...v1.5.0) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
update docs README on how to build docs Co-authored-by: Jeroen Delcour <[email protected]>
…_indices` (#13629) * Pull request for fixing issue #13580 * chlog and test * disable track for epoch Co-authored-by: rohitgr7 <[email protected]>
* define app 0.6 * req * fix link * txt * ex * gk * Apply suggestions from code review Co-authored-by: Rohit Gupta <[email protected]> * Apply suggestions from code review * lapp 0.5.2 Co-authored-by: Rohit Gupta <[email protected]>
revert skip jobs
* Add change to src/lightning_app/**/* * Update filter * Update config * Revert "Add change to src/lightning_app/**/*" This reverts commit e411de1. * Examples Co-authored-by: Jirka Borovec <[email protected]>
Co-authored-by: Akihiro Nitta <[email protected]>
…13645) Co-authored-by: Akihiro Nitta <[email protected]>
* Update the hpu-tests.yml to pull docker from vault * fire & sudo * habana-gaudi-hpus * Check the driver status on gaudi server (#13718) Co-authored-by: arao <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Akarsha Rao <[email protected]>
…4.3.1 in /requirements (#13529) Update typing-extensions requirement in /requirements Updates the requirements on [typing-extensions](https://github.com/python/typing_extensions) to permit the latest version. - [Release notes](https://github.com/python/typing_extensions/releases) - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md) - [Commits](python/typing_extensions@4.0.0...4.3.0) --- updated-dependencies: - dependency-name: typing-extensions dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
updates: - [github.com/psf/black: 22.3.0 → 22.6.0](psf/black@22.3.0...22.6.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* Include app templates to the package Co-authored-by: mansy <[email protected]> Co-authored-by: Adrian Wälchli <[email protected]>
…t.py (#13617) Co-authored-by: Carlos Mocholí <[email protected]>
Co-authored-by: Carlos Mocholí <[email protected]> Co-authored-by: Adrian Wälchli <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What does this PR do?
Fixes #<issue_number>
Does your PR introduce any breaking changes? If yes, please list them.
Before submitting
PR review
Anyone in the community is welcome to review the PR.
Before you start reviewing make sure you have read Review guidelines. In short, see the following bullet-list:
Did you have fun?
Make sure you had fun coding 🙃