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

Method can_admit

examples/server/server.py:12668–12669  ·  view source on GitHub ↗
(self, request: CompletionRequest)

Source from the content-addressed store, hash-verified

12666
12667 @abc.abstractmethod
12668 def can_admit(self, request: CompletionRequest) -> bool:
12669 raise NotImplementedError
12670
12671 @abc.abstractmethod
12672 def admit_request(self, request: CompletionRequest) -> None:

Callers 1

can_admitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected