MCPcopy Create free account
hub / github.com/AMAP-ML/Eevee / to

Method to

models/training.py:198–201  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

196
197
198 def to(self, *args, **kwargs):
199 for name, model in self.named_children():
200 model.to(*args, **kwargs)
201 return self
202
203 def export_trainable_state_dict(self, state_dict, remove_prefix=None):
204 trainable_param_names = self.trainable_param_names()

Callers 3

add_lora_to_modelMethod · 0.45
input_video_embedderMethod · 0.45
vaceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected