You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 25, 2024. It is now read-only.
Hi, currently trying to use the multi_processing PythonProcess's args argument will throw an error because of of call to
https://github.com/deepmind/launchpad/blob/master/launchpad/nodes/python/flags_utils.py#L28
which includes the line.
FLAGS['lp_dummy_config'].flag_type(): {},
The lp_dummy_config flag is not defined. I suspect this happened because the OSS version does not export this flag. Is it possible to fix this issue?
Best,
Yicheng