We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37953b0 commit b1b7cf1Copy full SHA for b1b7cf1
mix.exs
@@ -63,6 +63,7 @@ defmodule Bumblebee.MixProject do
63
"notebooks/stable_diffusion.livemd",
64
"notebooks/llms.livemd",
65
"notebooks/llms_rag.livemd",
66
+ "notebooks/qwen3.livemd",
67
"notebooks/fine_tuning.livemd",
68
"examples/phoenix/README.md"
69
],
notebooks/qwen3.livemd
@@ -8,7 +8,7 @@ Mix.install([
8
{:kino, "~> 0.14.0"}
9
])
10
11
-Nx.global_default_backend({EXLA.Backend, client: :host})
+Nx.global_default_backend(EXLA.Backend)
12
```
13
14
## Introduction
0 commit comments