MCPcopy Create free account
hub / github.com/ali-vilab/ACE_plus / __init__

Method __init__

modules/ace_plus_solver.py:13–16  ·  view source on GitHub ↗
(self, cfg, logger=None)

Source from the content-addressed store, hash-verified

11@SOLVERS.register_class()
12class FormalACEPlusSolver(LatentDiffusionSolver):
13 def __init__(self, cfg, logger=None):
14 super().__init__(cfg, logger=logger)
15 self.probe_prompt = cfg.get("PROBE_PROMPT", None)
16 self.probe_hw = cfg.get("PROBE_HW", [])
17
18 @torch.no_grad()
19 def run_eval(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected