mirror of
https://github.com/finegrain-ai/refiners.git
synced 2024-11-10 07:21:59 +00:00
add Distribute to fluxion layers's __init__.py
This commit is contained in:
parent
9cf622a6e2
commit
92cdf19eae
|
@ -24,6 +24,7 @@ from refiners.fluxion.layers.chain import (
|
||||||
UseContext,
|
UseContext,
|
||||||
SetContext,
|
SetContext,
|
||||||
Parallel,
|
Parallel,
|
||||||
|
Distribute,
|
||||||
Passthrough,
|
Passthrough,
|
||||||
Breakpoint,
|
Breakpoint,
|
||||||
Concatenate,
|
Concatenate,
|
||||||
|
@ -71,6 +72,7 @@ __all__ = [
|
||||||
"UseContext",
|
"UseContext",
|
||||||
"SetContext",
|
"SetContext",
|
||||||
"Parallel",
|
"Parallel",
|
||||||
|
"Distribute",
|
||||||
"Passthrough",
|
"Passthrough",
|
||||||
"Breakpoint",
|
"Breakpoint",
|
||||||
"Concatenate",
|
"Concatenate",
|
||||||
|
|
Loading…
Reference in a new issue