-
Notifications
You must be signed in to change notification settings - Fork 79
Open
Description
def sample_proxy(self, *args, **kwargs):
USE_LADE = int(os.environ.get("USE_LADE", 0))
if USE_LADE:
return jacobi_sample_multilevel(self, chat=int(os.environ.get("CHAT", 0)), *args, **kwargs)
else:
return FUNC_MAP["greedy_search"](self, *args, **kwargs)last line of sample_proxy shoule bereturn FUNC_MAP["sample"](self, *args, **kwargs) ?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels