Skip to content

Commit 7cb31e8

Browse files
Update ext/ReactantExt/precompile_workloads.jl
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent aeccbd3 commit 7cb31e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ext/ReactantExt/precompile_workloads.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ if Reactant.Reactant_jll.is_available()
3838
Lux.FlattenLayer(),
3939
Lux.Dense(64 => 10),
4040
)
41-
ps_conv_model, st_conv_model = Lux.setup(Random.default_rng(), conv_model) |> dev
41+
ps_conv_model, st_conv_model =
42+
Lux.setup(Random.default_rng(), conv_model) |> dev
4243

4344
x = rand(Float32, (28, 28, 3, 2)) |> dev
4445

0 commit comments

Comments
 (0)