[misc] update compatibility (#6008)

* [misc] update compatibility

* [misc] update requirements

* [devops] disable requirements cache

* [test] fix torch ddp test

* [test] fix rerun on address in use

* [test] fix lazy init
This commit is contained in:
Hongxin Liu
2024-08-16 18:49:14 +08:00
committed by GitHub
parent f5c84af0b0
commit 26493b97d3
8 changed files with 19 additions and 10 deletions

View File

@@ -176,7 +176,7 @@ def rerun_if_address_is_in_use():
else:
exception = Exception
func_wrapper = rerun_on_exception(exception_type=exception, pattern=".*Address already in use.*")
func_wrapper = rerun_on_exception(exception_type=exception, pattern=".*(A|a)ddress already in use.*")
return func_wrapper