Skip to content

Commit

Permalink
Update deps in phoenix examples
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanklosko committed Mar 1, 2024
1 parent 4c8bb21 commit 9d7ce31
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions examples/phoenix/image_classification.exs
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ Mix.install([
{:phoenix, "1.7.10"},
{:phoenix_live_view, "0.20.1"},
# Bumblebee and friends
{:bumblebee, "~> 0.3.0"},
{:nx, "~> 0.5.1"},
{:exla, "~> 0.5.1"}
{:bumblebee, "~> 0.5.0"},
{:nx, "~> 0.7.0"},
{:exla, "~> 0.7.0"}
])

Application.put_env(:nx, :default_backend, EXLA.Backend)
Expand Down
6 changes: 3 additions & 3 deletions examples/phoenix/speech_to_text.exs
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ Mix.install([
{:phoenix, "1.7.10"},
{:phoenix_live_view, "0.20.1"},
# Bumblebee and friends
{:bumblebee, "~> 0.4.0"},
{:nx, "~> 0.6.1"},
{:exla, "~> 0.6.1"}
{:bumblebee, "~> 0.5.0"},
{:nx, "~> 0.7.0"},
{:exla, "~> 0.7.0"}
])

Application.put_env(:nx, :default_backend, EXLA.Backend)
Expand Down
6 changes: 3 additions & 3 deletions examples/phoenix/text_classification.exs
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ Mix.install([
{:phoenix, "1.7.10"},
{:phoenix_live_view, "0.20.1"},
# Bumblebee and friends
{:bumblebee, "~> 0.3.0"},
{:nx, "~> 0.5.1"},
{:exla, "~> 0.5.1"}
{:bumblebee, "~> 0.5.0"},
{:nx, "~> 0.7.0"},
{:exla, "~> 0.7.0"}
])

Application.put_env(:nx, :default_backend, EXLA.Backend)
Expand Down

0 comments on commit 9d7ce31

Please sign in to comment.