MCPcopy Create free account
hub / github.com/THUDM/GLM / is_done

Method is_done

generation_utils.py:204–205  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

202
203 @property
204 def is_done(self) -> bool:
205 return self._done.all()
206
207 def process(
208 self,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected