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

Method can_draft

examples/server/server.py:1180–1181  ·  view source on GitHub ↗
(self, input_length: int, /, *, seq_id: int)

Source from the content-addressed store, hash-verified

1178 raise NotImplementedError()
1179
1180 def can_draft(self, input_length: int, /, *, seq_id: int) -> bool:
1181 return True
1182
1183 def process(self, batch: Any, /) -> None:
1184 pass

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected