mirror of
https://github.com/finegrain-ai/refiners.git
synced 2024-11-12 16:18:22 +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,
|
||||
SetContext,
|
||||
Parallel,
|
||||
Distribute,
|
||||
Passthrough,
|
||||
Breakpoint,
|
||||
Concatenate,
|
||||
|
@ -71,6 +72,7 @@ __all__ = [
|
|||
"UseContext",
|
||||
"SetContext",
|
||||
"Parallel",
|
||||
"Distribute",
|
||||
"Passthrough",
|
||||
"Breakpoint",
|
||||
"Concatenate",
|
||||
|
|
Loading…
Reference in a new issue