Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
generate
Method · 0.80
stream_generate
Method · 0.80
get_images
Method · 0.80
to_gradio_chatbot
Method · 0.80
init_distributed_mode
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected