mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-07-15 13:56:59 +08:00
Remove.
This commit is contained in:
parent
55366d9c0f
commit
295a0170d6
@ -241,9 +241,6 @@ class QuantizedTensor(torch.Tensor):
|
|||||||
def storage(self):
|
def storage(self):
|
||||||
return self._qdata.storage()
|
return self._qdata.storage()
|
||||||
|
|
||||||
def untyped_storage(self):
|
|
||||||
return self._qdata.untyped_storage()
|
|
||||||
|
|
||||||
# ==============================================================================
|
# ==============================================================================
|
||||||
# Generic Utilities (Layout-Agnostic Operations)
|
# Generic Utilities (Layout-Agnostic Operations)
|
||||||
# ==============================================================================
|
# ==============================================================================
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user