Skip to content

Commit 5062a33

Browse files
committed
remove Registry
Signed-off-by: Zhiyuan Chen <this@zyc.ai>
1 parent 701755c commit 5062a33

File tree

2 files changed

+0
-25
lines changed

2 files changed

+0
-25
lines changed

danling/__init__.py

-3
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
MultiTaskMetricMeters,
3030
)
3131
from .optim import OPTIMIZERS, SCHEDULERS, LRScheduler
32-
from .registry import GlobalRegistry, Registry
3332
from .runner import AccelerateRunner, BaseRunner, TorchRunner
3433
from .tensors import NestedTensor, PNTensor, tensor
3534
from .utils import (
@@ -54,8 +53,6 @@
5453
"OPTIMIZERS",
5554
"SCHEDULERS",
5655
"LRScheduler",
57-
"Registry",
58-
"GlobalRegistry",
5956
"METRICS",
6057
"Metrics",
6158
"MultiTaskMetrics",

danling/registry.py

-22
This file was deleted.

0 commit comments

Comments
 (0)