Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/modelscope/modelscope
/ builder.py
File
builder.py
modelscope/trainers/hooks/builder.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
# Copyright (c) Alibaba, Inc. and its affiliates.
2
from
modelscope.utils.registry
import
Registry, build_from_cfg, default_group
3
4
HOOKS = Registry(
'hooks'
)
Callers
nothing calls this directly
Calls
1
Registry
Class · 0.90
Tested by
no test coverage detected