MCPcopy 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.
2from modelscope.utils.registry import Registry, build_from_cfg, default_group
3
4HOOKS = Registry('hooks')

Callers

nothing calls this directly

Calls 1

RegistryClass · 0.90

Tested by

no test coverage detected