Skip to content

Commit e7981c0

Browse files
committed
Update livebook
1 parent 262c87f commit e7981c0

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

livebooks/image_vision.livemd

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44
Mix.install([
55
{:image_vision, github: "elixir-image/image_vision"},
66
{:kino, "~> 0.14"},
7-
# Nx backend required for classification (Bumblebee)
8-
{:exla, "~> 0.9"},
9-
{:nx, "~> 0.11", override: true},
10-
# ONNX runtime required for detection and segmentation
7+
# Required for classification (Bumblebee servings).
8+
{:bumblebee, "~> 0.6"},
9+
{:nx, "~> 0.10"},
10+
{:exla, "~> 0.10"},
11+
# Required for detection and segmentation (ONNX runtime).
1112
{:ortex, "~> 0.1"}
1213
])
1314
```

0 commit comments

Comments
 (0)