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

Method has_attention_budget

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

Source from the content-addressed store, hash-verified

11754
11755 @property
11756 def has_attention_budget(self) -> bool:
11757 return self.memory_model != "recurrent"
11758
11759 @property
11760 def attention_partitioned(self) -> bool:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected