Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmor5 committed May 30, 2024
1 parent a9d10b9 commit f23a0e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bumblebee/conversion/pytorch_params.ex
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ defmodule Bumblebee.Conversion.PyTorchParams do
end)

params_data = Map.new(params)
params = %{params_expr | data: params_data} |> IO.inspect
params = %{params_expr | data: params_data} |> IO.inspect()

diff = %{
missing: Enum.reverse(diff.missing),
Expand Down

0 comments on commit f23a0e8

Please sign in to comment.