MCPcopy Create free account
hub / github.com/ModelTC/LightX2V / device

Method device

lightx2v/utils/ggml_tensor.py:167–168  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

165
166 @property
167 def device(self):
168 return self.data.device
169
170 @property
171 def tensor_type(self) -> gguf.GGMLQuantizationType:

Callers 15

mainFunction · 0.45
run_depth_midas_smallFunction · 0.45
__init__Method · 0.45
set_deviceMethod · 0.45
init_stateMethod · 0.45
init_state_v2Method · 0.45
applyMethod · 0.45
__init__Method · 0.45
_resolve_deviceMethod · 0.45
load_weightsFunction · 0.45
loadMethod · 0.45
load_wan_text_encoderFunction · 0.45

Calls

no outgoing calls