Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenNMT/CTranslate2
/ num_bytes
Method
num_bytes
python/ctranslate2/specs/model_spec.py:656–657 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
654
655
@abc.abstractmethod
656
def
num_bytes(self) -> int:
657
raise
NotImplementedError()
658
659
@abc.abstractmethod
660
def
to_bytes(self) -> bytes:
Callers
1
_serialize
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected