MCPcopy Create free account
hub / github.com/InternScience/SciReason / to

Method to

opencompass/models/base.py:261–262  ·  view source on GitHub ↗
(self, device)

Source from the content-addressed store, hash-verified

259 return self.decode(tokens)
260
261 def to(self, device):
262 self.model.to(device)
263
264
265class LMTemplateParser:

Callers 15

__init__Method · 0.45
api_scoreMethod · 0.45
mainFunction · 0.45
forwardMethod · 0.45
forwardMethod · 0.45
recursive_toFunction · 0.45
rotationMethod · 0.45
__setitem__Method · 0.45
expand_w_torsionMethod · 0.45
expanded_to_posMethod · 0.45
get_ppl_tokenwiseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected