MCPcopy Create free account
hub / github.com/abetlen/llama-cpp-python / process_draft_batch

Method process_draft_batch

examples/server/server.py:12172–12174  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

12170 raise RuntimeError(f"{operation} failed with code {result}")
12171
12172 def process_draft_batch(self) -> None:
12173 if self.draft_provider is not None:
12174 self.draft_provider.process(self.batch)
12175
12176 def set_draft_processing_enabled(self, enabled: bool) -> None:
12177 if self.draft_provider is not None:

Callers 1

stepMethod · 0.80

Calls 1

processMethod · 0.45

Tested by

no test coverage detected