Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaddlePaddle/FastDeploy
/ load_model
Method
load_model
fastdeploy/worker/gcu_worker.py:98–100 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
96
raise
NotImplementedError
97
98
def
load_model(self) -> None:
99
""
" "
""
100
self.model_runner.load_model()
101
102
def
get_model(self) -> nn.Layer:
103
""
" "
""
Callers
4
_load_model
Method · 0.45
_init_model
Method · 0.45
test_dummy_loader_load_model_dynamic_arch
Function · 0.45
test_dummy_loader_load_model_convert_paths
Function · 0.45
Calls
no outgoing calls
Tested by
2
test_dummy_loader_load_model_dynamic_arch
Function · 0.36
test_dummy_loader_load_model_convert_paths
Function · 0.36