Skip to content

Commit

Permalink
add Distribute to fluxion layers's __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
deltheil committed Sep 1, 2023
1 parent 9cf622a commit 92cdf19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/refiners/fluxion/layers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
UseContext,
SetContext,
Parallel,
Distribute,
Passthrough,
Breakpoint,
Concatenate,
Expand Down Expand Up @@ -71,6 +72,7 @@
"UseContext",
"SetContext",
"Parallel",
"Distribute",
"Passthrough",
"Breakpoint",
"Concatenate",
Expand Down

0 comments on commit 92cdf19

Please sign in to comment.