MCPcopy
hub / github.com/karpathy/autoresearch / decode

Method decode

prepare.py:244–245  ·  view source on GitHub ↗
(self, ids)

Source from the content-addressed store, hash-verified

242 return ids
243
244 def decode(self, ids):
245 return self.enc.decode(ids)
246
247
248def get_token_bytes(device="cpu"):

Callers 1

train_tokenizerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected