MCPcopy Create free account
hub / github.com/GreenBitAI/low_bit_llama / __init__

Method __init__

datautils.py:95–96  ·  view source on GitHub ↗
(self, input_ids)

Source from the content-addressed store, hash-verified

93 valenc = torch.hstack(valenc)
94 class TokenizerWrapper:
95 def __init__(self, input_ids):
96 self.input_ids = input_ids
97 valenc = TokenizerWrapper(valenc)
98
99 return trainloader, valenc

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected