MCPcopy Create free account
hub / github.com/csuhan/OneLLM / decode

Method decode

model/tokenizer.py:39–40  ·  view source on GitHub ↗
(self, t: List[int])

Source from the content-addressed store, hash-verified

37 return t
38
39 def decode(self, t: List[int]) -> str:
40 return self.sp_model.decode(t)

Callers 5

generateMethod · 0.80
stream_generateMethod · 0.80
get_imagesMethod · 0.80
to_gradio_chatbotMethod · 0.80
init_distributed_modeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected