MCPcopy Create free account
hub / github.com/Tencent/digitalhuman / reset_prefix_cache

Method reset_prefix_cache

RLVER/code/llm.py:1236–1237  ·  view source on GitHub ↗
(self, device: Optional[Device] = None)

Source from the content-addressed store, hash-verified

1234 self.llm_engine.stop_profile()
1235
1236 def reset_prefix_cache(self, device: Optional[Device] = None) -> bool:
1237 return self.llm_engine.reset_prefix_cache(device)
1238
1239 def sleep(self, level: int = 1):
1240 """

Callers 1

sleepMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected