Commit Graph

6 Commits

Author SHA1 Message Date
Jirka Borovec 8cf185a06d
fix: use standalone tests' exit code (#20430) 2024-11-19 09:50:26 +01:00
Jirka Borovec 61a403a512
bump: Torch `2.5` (#20351)
* bump: Torch `2.5.0`

* push docker

* docker

* 2.5.1 and mypy

* update USE_DISTRIBUTED=0 test

* also for pytorch lightning no distributed

* set USE_LIBUV=0 on windows

* try drop pickle warning

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* disable compiling update_metrics

* bump 2.2.x to bugfix

* disable also log in logger connector (also calls metric)

* more point release bumps

* remove unloved type ignore and print some more on exit

* update checkgroup

* minor versions

* shortened version in build-pl

* pytorch 2.4 is with python 3.11

* 2.1 and 2.3 without patch release

* for 2.4.1: docker with 3.11 test with 3.12

---------

Co-authored-by: Thomas Viehmann <tv.code@beamnet.de>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-11-12 15:59:08 +01:00
Gilles Peiffer b9f215d7fd
Replace usage of `grep -P` with `perl` in `run_standalone_tests.sh` (#19942) 2024-06-05 12:32:56 -04:00
Ryan Smith 002a465f84
Fix filtering test names in `run_standalone_tests.sh` when checking for errors (#19176) 2023-12-20 21:22:25 -05:00
Carlos Mocholí 11bac946ff
Drop nvtx test (#19154) 2023-12-14 15:43:23 +01:00
Jirka Borovec 2a8789e1c6
ci/tests: cleaning standalone script (#19141)
* tests: cleaning standalone script

* switch

* from tests

* -m

* collect

* array

* tests_fabric/

* ..

* path prefix

* pl

* cleaning

* test_pytorch_profiler_nested_emit_nvtx

* Apply suggestions from code review

* Apply suggestions from code review

* todo
2023-12-13 13:27:49 -06:00