awaelchli
2064887b12
Switch to PyTorch 2.4 stable testing ( #20126 )
2024-07-25 06:59:43 -04:00
awaelchli
bdafe5e739
Add Python 3.12 to the CPU test matrix ( #20078 )
2024-07-13 06:07:35 -04:00
awaelchli
9987d993a0
Remove support for Python 3.8 ( #20071 )
2024-07-12 10:33:35 -04:00
awaelchli
693c21ac1b
Add testing for PyTorch 2.4 (Fabric) ( #20028 )
2024-07-02 18:01:03 -04:00
awaelchli
14493c0685
Drop PyTorch 2.0 from the test matrix ( #20009 )
2024-06-30 18:02:00 -04:00
awaelchli
5636fe4a9c
CI: replace macOS-11 with macOS-14 ( #20029 )
2024-06-30 16:19:38 -04:00
Adrian Wälchli
49ed2b102b
Add PyTorch 2.3 to CI matrix ( #19708 )
2024-04-29 07:16:13 -04:00
Adrian Wälchli
5e0e02b79e
Remove support for PyTorch 1.13 ( #19706 )
2024-04-27 01:24:07 -04:00
dependabot[bot]
0520d94c71
Bump codecov/codecov-action from 3 to 4 ( #19406 )
...
bump
Co-authored-by: Jirka <jirka.borovec@seznam.cz>
2024-02-26 11:19:10 -05:00
dependabot[bot]
ddf2ac4df9
Bump actions/cache from 3 to 4 ( #19323 )
...
Bumps [actions/cache](https://github.com/actions/cache ) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-16 18:33:16 +01:00
awaelchli
3fbc29ba21
Fix `CSVLogger` trying to append to file from previous run in same version folder ( #19446 )
2024-02-13 13:59:04 -05:00
awaelchli
c7c42dcef3
Update CI to use latest PyTorch 2.2 ( #19401 )
2024-02-05 12:50:23 -05:00
awaelchli
1a59097ab2
Drop support for PyTorch 1.12 ( #19300 )
...
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
2024-01-26 11:44:24 -05:00
Jirka Borovec
3bd133b107
CI: enable testing with coming PT 2.2 ( #19289 )
...
* ci: build dockers for PT 2.2
* py3.12
* --pre --extra-index-url
* typing-extensions
* bump jsonargparse
* install latest jsonargparse
* Add windows skips for Fabric
* convert to xfail
* add pytorch skips
* skip checkpoint consolidation test
* set max torch
---------
Co-authored-by: awaelchli <aedu.waelchli@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-01-26 16:42:09 +01:00
dependabot[bot]
ae1f78cb9c
Bump actions/setup-python from 4 to 5 ( #19136 )
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 4 to 5.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
2024-01-09 08:33:09 -05:00
Jirka Borovec
6ea0e2d632
ci: cancel-in-progress if PR ( #19204 )
2023-12-21 17:49:18 -05:00
Jirka Borovec
3c1dc71447
ci: freeze requirements used in workflows ( #19146 )
2023-12-14 14:49:43 +01:00
Adrian Wälchli
197b22586a
Fix comm initialization in `MPIEnvironment` ( #19074 )
2023-11-28 16:14:46 -05:00
Adrian Wälchli
da79480054
PyTest random order for Fabric tests ( #19040 )
2023-11-22 16:41:49 -05:00
Jirka Borovec
4ad8bdbe20
releasing 2.1.0 rc1 ( #18762 )
2023-10-10 10:14:58 +02:00
Adrian Wälchli
c514f1cbea
Enable PyTorch 2.1 ( #18718 )
2023-10-06 07:17:03 -04:00
Adrian Wälchli
d31ef1f7d3
Drop support for PyTorch 1.11 ( #18691 )
...
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
2023-10-04 20:30:44 +02:00
dependabot[bot]
3b80dea262
Bump actions/checkout from 3 to 4 +TPU ( #18518 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
2023-10-03 21:42:18 +02:00
Jirka Borovec
3c702b6a99
ci: patch all install with 20min timeout ( #18696 )
...
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-10-03 20:40:43 +02:00
Jirka Borovec
d579cfed57
precommit: unify formatting with prettier ( #18605 )
...
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-09-25 14:34:41 +02:00
Jirka Borovec
dbe7ed46a3
replace tests skip with soft xfail ( #18486 )
...
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-09-12 23:11:03 +02:00
Jirka Borovec
75096012f8
ci: testing with py3.11 ( #17822 )
2023-08-28 15:15:12 +00:00
Carlos Mocholí
01b82e4fb1
Minor miscellaneous fixes ( #18077 )
...
* Various miscellaneous fixes
* Update
* Update
* succeeded
* Comment everywhere
* hasattr
2023-07-20 14:44:51 +02:00
Jirka Borovec
7f1aa7229c
ci: hotfix for doctests ( #17841 )
2023-06-15 15:25:59 +00:00
Jirka Borovec
51b0e81105
replace local adjustment script with external ( #17582 )
2023-05-29 19:34:04 +00:00
Adrian Wälchli
7268670d1a
Support true 16-bit precision with deepspeed ( #17576 )
...
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-05-12 23:21:32 +00:00
David Carreto Fidalgo
1ade737488
Allow setting the `SLURMEnvironment.main_address` via an env variable ( #17596 )
...
Co-authored-by: awaelchli <aedu.waelchli@gmail.com>
2023-05-12 11:31:48 +00:00
Adrian Wälchli
c38cf21ee4
Set fixed seed for pytest execution order ( #17614 )
2023-05-11 21:24:06 +00:00
Jirka Borovec
9e8d5890fa
ci: use randon seed ( #17571 )
2023-05-09 18:31:33 +02:00
Jirka Borovec
e3b5f22e2e
tests: randomized order for PT & Fabric ( #17460 )
...
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
2023-05-04 23:11:08 +02:00
Carlos Mocholí
039891fb49
Install project specific dependencies ( #17376 )
...
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
2023-04-24 23:31:47 +00:00
Adrian Wälchli
71df9962b6
Update pip upgrade command in CI ( #17395 )
2023-04-17 17:05:57 +02:00
Jirka Borovec
1284292df0
ci/docs: wheels from cache ( #17201 )
...
* ci: wheel from cache
* ci: wheel from cache
* rev
2023-03-27 16:40:44 +02:00
Jirka Borovec
210c728e8a
ci: unfreeze for master ( #17116 )
...
* ci unfreeze for master
* accept str
* crone
* is in
* str
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-03-21 12:26:47 -07:00
Carlos Mocholí
2b6f0a15e1
Update CI to pull torch 2.0 stable ( #17107 )
2023-03-21 12:31:05 +00:00
Carlos Mocholí
fca69e68da
Fabric: Test PyTorch 2.0 pre-release on CPU and CUDA ( #16905 )
...
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
2023-03-03 17:48:49 +00:00
Jirka Borovec
eb6e5fda3a
ci: fix wheels' cashing ( #16869 )
2023-02-28 00:51:24 +00:00
Jirka Borovec
0628ec83c4
ci/hotfix: if cache/wheels missing ( #16769 )
2023-02-15 18:23:23 +00:00
Jirka Borovec
fef3465d8a
ci: wheels with continue-on-error ( #16675 )
2023-02-09 13:51:33 +00:00
Jirka Borovec
ec001cd64e
ci: replace pip cache with wheels ( #16668 )
2023-02-07 15:37:34 +00:00
Jirka Borovec
d8cce4a6ee
ci: update coverage scope ( #16619 )
2023-02-03 03:23:35 +01:00
Jirka Borovec
e4997a27ff
ci: simplify cashing ( #16599 )
2023-02-02 10:36:33 +00:00
Jirka Borovec
de005321a5
tests: switch imports for pytorch ( #16595 )
...
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-02-02 10:06:45 +00:00
Jirka Borovec
377210d85d
tests: switch imports for fabric ( #16592 )
2023-02-01 20:34:38 +00:00
Carlos Mocholí
ef2a6088ff
Drop support for PyTorch 1.10 ( #16492 )
...
* Drop support for PyTorch 1.10
* CHANGELOG
* READMEs
* mypy
* ls
* New poplar version
* Fixed tests
* links
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* skip azure badges
* Table
* Matching dockerfiles
* Drop unnecessary channels and packages
* Push nightly
* Undo unrelated changes
* Revert "Push nightly"
This reverts commit 9618f737c4
.
---------
Co-authored-by: Jirka <jirka.borovec@seznam.cz>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-02-01 14:09:12 -05:00