gabrielmancini commited on
Commit
175672b
1 Parent(s): 73222d0

Update public-apps/examples.livemd.1

Browse files
Files changed (1) hide show
  1. public-apps/examples.livemd.1 +10 -10
public-apps/examples.livemd.1 CHANGED
@@ -1,15 +1,15 @@
1
- # Examples
 
 
2
 
3
  ```elixir
4
- Mix.install([
5
- {:bumblebee, github: "elixir-nx/bumblebee"},
6
- {:nx, "~> 0.5.1"},
7
- {:exla, "~> 0.5.1"},
8
- {:axon, "~> 0.5.1"},
9
- {:kino, "~> 0.8.0"}
10
- ])
11
-
12
- Nx.global_default_backend(EXLA.Backend)
13
  ```
14
 
15
  ## Introduction
 
1
+ <!-- livebook:{"app_settings":{"access_type":"public","slug":"example-ai"}} -->
2
+
3
+ # Whisper chat
4
 
5
  ```elixir
6
+ Mix.install(
7
+ [
8
+ {:kino_bumblebee, "~> 0.2.1"},
9
+ {:exla, "~> 0.5.1"}
10
+ ],
11
+ config: [nx: [default_backend: EXLA.Backend]]
12
+ )
 
 
13
  ```
14
 
15
  ## Introduction