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

Method batch_decode

agent_attack/util/interfaces.py:29–30  ·  view source on GitHub ↗
(self, output_ids: Union[torch.Tensor, Sequence[Sequence[int]]], **kwargs)

Source from the content-addressed store, hash-verified

27 ...
28
29 def batch_decode(self, output_ids: Union[torch.Tensor, Sequence[Sequence[int]]], **kwargs) -> List[str]:
30 ...
31
32
33class ImageProcessor(Protocol):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected