Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenNMT/CTranslate2
/ binary_version
Method
binary_version
include/ctranslate2/models/model.h:53–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
nlohmann::json config;
52
53
size_t binary_version() const {
54
return _binary_version;
55
}
56
57
size_t spec_revision() const {
58
return _spec_revision;
Callers
1
load
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected