MCPcopy Create free account
hub / github.com/TabbyML/tabby / to_bytes

Method to_bytes

python/ctranslate2/specs/model_spec.py:660–661  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

658
659 @abc.abstractmethod
660 def to_bytes(self) -> bytes:
661 raise NotImplementedError()
662
663 @abc.abstractmethod
664 def _to(self, dtype: str) -> "Variable":

Callers 1

_serializeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected