MCPcopy Create free account
hub / github.com/ml-explore/mlx-examples / eos_id

Method eos_id

llms/speculative_decoding/decoder.py:18–19  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

16
17 @property
18 def eos_id(self) -> int:
19 return self._tokenizer.eos_token_id
20
21 @property
22 def decoder_start_id(self) -> int:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected