MCPcopy Create free account
hub / github.com/OpenMOSS/MOSS-TTS / decode

Method decode

moss_tts_delay/llama_cpp/processor.py:52–53  ·  view source on GitHub ↗
(self, ids: list[int])

Source from the content-addressed store, hash-verified

50 return self._tok.encode(text).ids
51
52 def decode(self, ids: list[int]) -> str:
53 return self._tok.decode(ids)
54
55 @property
56 def vocab_size(self) -> int:

Callers 1

parse_generation_outputFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected