From a0e961c0c66e500604f24be7603cb6d91b02440f Mon Sep 17 00:00:00 2001 From: ziyoujiyi <73728031+ziyoujiyi@users.noreply.github.com> Date: Wed, 30 Mar 2022 19:32:49 +0800 Subject: [PATCH] delete ps env (#41079) * back fl * delete ssl cert * . * make warning * . * unittest paral degree * solve unittest * heter & multi cloud commm ready * correct pass not regisiter * back * back * . * . --- python/paddle/distributed/passes/__init__.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/python/paddle/distributed/passes/__init__.py b/python/paddle/distributed/passes/__init__.py index c12e213828..bfa760698f 100644 --- a/python/paddle/distributed/passes/__init__.py +++ b/python/paddle/distributed/passes/__init__.py @@ -21,9 +21,8 @@ from .auto_parallel_fp16 import * from .auto_parallel_recompute import * from .cpp_pass import * import os -if os.getenv("WITH_DISTRIBUTE") == "ON": - from .ps_trainer_pass import * - from .ps_server_pass import * +from .ps_trainer_pass import * +from .ps_server_pass import * __all__ = [ 'new_pass', -- GitLab