Commit Graph

7406 Commits

Author SHA1 Message Date
Carlos Mocholí dbb5ca8d43 Update version to 1.7.7 2022-09-22 09:29:49 -04:00
otaj 085b5b38e8 Fixed `TypeError` on 1.7.6 when `torch.distributed` unavailable (#14809)
* Fixed TypeError on 1.7.6 when distributed unavailable
* changelog
2022-09-22 09:29:49 -04:00
dependabot[bot] e1a4370835 Update pandas requirement from <=1.4.3,>1.0 to >1.0,<1.5.1 in /requirements (#14787)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
2022-09-22 09:29:49 -04:00
Akarsha Rao a9de78f9d3 CI: HPU support v1.6.0 release (#14794)
* Update hpu-tests.yml to support v1.6.0 release
* Update Dockerfile
2022-09-22 09:29:49 -04:00
dependabot[bot] f5a1cc499e Update wandb requirement from <0.13.2,>=0.10.22 to >=0.10.22,<0.13.4 in /requirements (#14771)
Update wandb requirement in /requirements

Updates the requirements on [wandb](https://github.com/wandb/wandb) to permit the latest version.
- [Release notes](https://github.com/wandb/wandb/releases)
- [Changelog](https://github.com/wandb/wandb/blob/master/CHANGELOG.md)
- [Commits](https://github.com/wandb/wandb/compare/v0.10.22...v0.13.3)

---
updated-dependencies:
- dependency-name: wandb
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-22 09:29:49 -04:00
Adrian Wälchli 72fac45ff2 Fix TensorBoardLogger creating redundant experiment when finalizing (#14762)
Co-authored-by: Kushashwa Ravi Shrimali <kushashwaravishrimali@gmail.com>
2022-09-22 09:29:49 -04:00
Jirka Borovec 63ef41e0d0 fix: keep pre versions (#14752) 2022-09-22 09:29:49 -04:00
otaj 4262cf83ac Use valid pypi versions for install in assistant (#14750)
Co-authored-by: Kushashwa Ravi Shrimali <kushashwaravishrimali@gmail.com>
2022-09-22 09:29:49 -04:00
Jirka Borovec e72e5b981e update codeowners (#14718) 2022-09-22 09:29:49 -04:00
Jirka Borovec c88414cf99 Docs: fix link to title (#14730)
* lower
2022-09-22 09:29:49 -04:00
Carlos Mocholí 1649422477 Use the setter in the children recursively (#14724) 2022-09-22 09:29:49 -04:00
dependabot[bot] 1b4c838152 Update ipython[all] requirement from <8.4.1 to <8.5.1 in /requirements (#14671)
Updates the requirements on [ipython[all]](https://github.com/ipython/ipython) to permit the latest version.
- [Release notes](https://github.com/ipython/ipython/releases)
- [Commits](https://github.com/ipython/ipython/compare/rel-0.8.4...8.5.0)

---
updated-dependencies:
- dependency-name: ipython[all]
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-22 09:29:49 -04:00
Jerome Anand 87f01ca752 Break hpu graphs into two for better performance (#14656)
Signed-off-by: Jerome <janand@habana.ai>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: Kaushik B <45285388+kaushikb11@users.noreply.github.com>
2022-09-22 09:29:49 -04:00
Adrian Wälchli 39f899a80c Combine the pip install commands in conda workflow (#14744) 2022-09-19 09:25:43 -04:00
awaelchli 88b3ae9e72 Fix neptune-client package available detection (#14714) 2022-09-19 09:25:43 -04:00
Rohit Gupta 6bd71be0e8 Reset dataloaders on failure in tuner (#14372) 2022-09-13 15:17:59 -04:00
Adrian Wälchli 582b8cc70a Better error message when dataloader and datamodule is None (V2) (#14637) 2022-09-13 15:17:59 -04:00
awaelchli 72f82eb90c Avoid warning when cloning tensor in self.log (#14599)
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
2022-09-13 15:17:59 -04:00
Kushashwa Ravi Shrimali 10e09c6523 Update changelog and version for 1.7.6 2022-09-13 15:17:59 -04:00
Mauricio Villegas 305033eed4 Removed from_argparse_args tests in test_cli.py (#14597) 2022-09-13 15:17:59 -04:00
dependabot[bot] f7acd4e7bb Update psutil requirement from <=5.9.1 to <5.9.3 in /requirements (#14665)
Updates the requirements on [psutil](https://github.com/giampaolo/psutil) to permit the latest version.
- [Release notes](https://github.com/giampaolo/psutil/releases)
- [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst)
- [Commits](https://github.com/giampaolo/psutil/compare/release-0.1.0...release-5.9.2)

---
updated-dependencies:
- dependency-name: psutil
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-13 15:17:59 -04:00
Akihiro Nitta 75f930a971 Remove skipping logic in PL CI (#14565)
Drop skipping logic
2022-09-13 15:17:59 -04:00
Carlos Mocholí 4645587d88 Run CircleCI with the HEAD sha, not the base (#14625)
* Run CircleCI with the HEAD sha, not the base
* Different solution
2022-09-13 15:17:59 -04:00
Carlos Mocholí 3f30de1363 Set `running_torchscript` recursively (#14657)
* Set `running_torchscript` recursively

* CHANGELOG
2022-09-13 15:17:59 -04:00
Akihiro Nitta 76063ad6a7 Remove deprecated test_tube dependency from `environment.yml` (#14617)
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
2022-09-13 15:17:59 -04:00
Rui Wang 24ffde15be Add bagua support for CUDA 11.6 images (#14529)
* Add support for bagua-cuda116

* Remove bagua-cuda115 from installation

Co-authored-by: Akihiro Nitta <nitta@akihironitta.com>
2022-09-13 15:17:59 -04:00
Jirka Borovec 83b84a9d80 CI: hotfix last version (#14627)
LooseVersion was not correctly evaluation RC and set it as last even though the full release is out...
2022-09-13 15:17:59 -04:00
dependabot[bot] 27a6344c1b Update fsspec[http] requirement from !=2021.06.0,<2022.6.0,>=2021.05.0 to >=2021.05.0,!=2021.06.0,<2022.8.0 in /requirements (#14288)
Update fsspec[http] requirement in /requirements

Updates the requirements on [fsspec[http]](https://github.com/fsspec/filesystem_spec) to permit the latest version.
- [Release notes](https://github.com/fsspec/filesystem_spec/releases)
- [Commits](https://github.com/fsspec/filesystem_spec/compare/2021.05.0...2022.7.1)

---
updated-dependencies:
- dependency-name: fsspec[http]
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-13 15:17:59 -04:00
Kushashwa Ravi Shrimali 0836febab0 Docs [Fix]: use bytes instead of strings while writing (#14505)
* Fix doc examples: use bytes instead of strings while writing

* Add a note (comment)

* nit

* Update any_server.rst

* Update docs/source-app/workflows/add_server/any_server.rst

* Update docs/source-app/workflows/add_server/any_server.rst

* Update docs/source-app/workflows/add_server/any_server.rst

* Apply suggestions from code review

Co-authored-by: Laverne Henderson <laverne.henderson@coupa.com>
Co-authored-by: Ethan Harris <ethanwharris@gmail.com>
Co-authored-by: thomas chaton <thomas@grid.ai>
2022-09-13 15:17:59 -04:00
Carlos Mocholí e9caf0d36e Add path filters to the TPU job (#14543) 2022-09-13 15:17:59 -04:00
pierocor 941f6f4af3 Add compatibility when `torch.distributed` is not available (#14454)
Co-authored-by: Piero Coronica <piero.coronica@mpcdf.mpg.de>
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
2022-09-13 15:17:59 -04:00
dependabot[bot] a284506958 Update neptune-client requirement from <0.16.4,>=0.10.0 to >=0.10.0,<0.16.8 in /requirements (#14582)
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](https://github.com/neptune-ai/neptune-client/compare/0.10.0...0.16.7)

---
updated-dependencies:
- dependency-name: neptune-client
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-13 15:17:59 -04:00
dependabot[bot] 8a91abe07d Update fastapi requirement from <=0.79.0 to <0.83.0 in /requirements (#14576)
Updates the requirements on [fastapi](https://github.com/tiangolo/fastapi) to permit the latest version.
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Commits](https://github.com/tiangolo/fastapi/compare/0.1.11...0.82.0)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-13 15:17:59 -04:00
Mansy 5450eb80b0 [App][CI] Fix psutil requirement CI (#14413) 2022-09-06 16:36:19 -04:00
Kushashwa Ravi Shrimali 63e1d03734 Update changelog and versions for v1.7.5 (remove files not relevant for
this release)
2022-09-06 16:36:19 -04:00
Carlos Mocholí 2a70aad085 Pin protobuf (#14512) 2022-09-06 16:36:19 -04:00
Carlos Mocholí 07f70860cd Remove deprecated `test_tube` dependency (#14513) 2022-09-06 16:36:19 -04:00
Roberto de Moura Estevão Filho 1a5a00cf92 Estimate stepping batches with max_steps if max_epochs is not set (#14317)
Co-authored-by: Roberto Estevão <robertode@microsoft.com>
Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
2022-09-06 16:36:19 -04:00
Tianshu Wang 8bcb82d32c Fixed `WandbLogger` `save_dir` is not set after creation (#12748) (#14326)
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
2022-09-06 16:36:19 -04:00
Carlos Mocholí 2c4bd759b3 Add path filters for some non-required jobs (#14539) 2022-09-06 16:36:19 -04:00
Rohit Gupta a3c3c5d0fc Squeeze tensor while logging (#14489)
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
2022-09-06 16:36:19 -04:00
Carlos Mocholí 62cb1deb18 Add path filters for azure PR jobs (#14544) 2022-09-06 16:36:19 -04:00
dependabot[bot] 8c26b9ca30 Bump tj-actions/changed-files from 29.0.1 to 29.0.3 (#14541)
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 29.0.1 to 29.0.3.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](https://github.com/tj-actions/changed-files/compare/v29.0.1...v29.0.3)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-06 16:36:19 -04:00
dependabot[bot] c86e410bdd Bump actions/checkout from 2 to 3 (#14540)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-06 16:36:19 -04:00
Akihiro Nitta b87fbca97b CI: Reuse check schema (#14469)
* rm _check-shema.yml
* Reuse devtools' check schema
2022-09-06 16:36:19 -04:00
Carlos Mocholí 36aa4e2ebb Cleanup TPU CI script error management (#14389) 2022-08-31 12:11:00 -04:00
otaj 67ce3eb1a0 [CI] fix horovod tests (#14382) 2022-08-31 12:11:00 -04:00
Jirka Borovec 7ccaa5c678 update notebooks (#14340) 2022-08-31 12:11:00 -04:00
Jirka Borovec ecb4629a74 Update GHA job names (#14400)
* update CJ job names
* groups
* filter
* Apply suggestions from code review

Co-authored-by: Akihiro Nitta <nitta@akihironitta.com>
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
2022-08-31 12:11:00 -04:00
dependabot[bot] eb2e1d7d0b Bump tj-actions/changed-files from 28 to 29.0.1 (#14430)
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 28 to 29.0.1.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](https://github.com/tj-actions/changed-files/compare/v28...v29.0.1)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-31 12:11:00 -04:00