MCPcopy Create free account
hub / github.com/Tele-AI/Telechat / pop_left

Method pop_left

models/12B_4bit/generation_utils.py:42–44  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

40 return x
41
42 def pop_left(self):
43 x = self.pop_left()
44 return x
45
46 def update(self, message):
47 self.input_history.pop()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected