mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-07 20:10:17 +00:00
[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:
@@ -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
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user