Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreedomIntelligence/CMB
/ load_model_and_tokenizer
Method
load_model_and_tokenizer
workers/base.py:78–81 ·
view source on GitHub ↗
(self, load_config)
Source
from the content-addressed store, hash-verified
76
77
78
def
load_model_and_tokenizer(self, load_config):
79
# model = ...
80
# return model, tokenizer,
81
raise
NotImplementedError
82
83
84
@property
Callers
1
__post_init__
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected