This commit is contained in:
comfyanonymous 2025-12-04 19:38:01 -05:00 committed by GitHub
parent 55366d9c0f
commit 295a0170d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)
# ============================================================================== # ==============================================================================