MCPcopy Create free account
hub / github.com/ChenWu98/agent-attack / load

Method load

agent_attack/util/interfaces.py:42–43  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

40 image_processor: ImageProcessor
41
42 def load(self) -> Tuple[nn.Module, Tokenizer, ImageProcessor]:
43 ...
44
45 def get_prompt_builder(self, system_prompt: Optional[str] = None) -> Any:
46 ...

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected