@@ -191,16 +191,16 @@ Nx.Defn.global_default_options(compiler: Emily.Compiler)
191191Bumblebee inference works with no further configuration once the
192192backend is installed — see the conformance suites under
193193` test/emily/conformance/ ` for worked DistilBERT, Qwen3, ViT, and
194- Whisper pipelines, and the Notebooks section of the HexDocs nav for
194+ Whisper pipelines, and the Livebooks section of the HexDocs nav for
195195runnable Livebooks.
196196
197197The low-level tensor API (` Emily.from_binary/3 ` , ` to_binary/1 ` ,
198198` shape/1 ` , ` dtype/1 ` , ` eval/1 ` ) remains available for diagnostics
199199and direct MLX round-trips, but most users should go through Nx.
200200
201- ## Notebooks
201+ ## Livebooks
202202
203- End-to-end Livebooks under ` notebooks /` . Each one declares its own
203+ End-to-end Livebooks under ` livebooks /` . Each one declares its own
204204` Mix.install/2 ` block and pins ` Emily.Backend ` as the default Nx
205205backend, so they're self-contained — open in Livebook and run.
206206
@@ -339,8 +339,8 @@ caller-facing API; the only difference is whether the calling
339339process wraps the call in ` Emily.Stream.with_stream/2 ` and whether
340340you run one serving or many.
341341
342- See ` Emily.Stream ` for the API and the ` qwen3_quantized ` notebook
343- under Notebooks for a worked multi-stream example.
342+ See ` Emily.Stream ` for the API and the ` qwen3_quantized ` livebook
343+ under Livebooks for a worked multi-stream example.
344344
345345## Observability
346346
@@ -438,7 +438,7 @@ be introduced in the layer where its test fails.
438438## Documentation
439439
440440 * [ HexDocs] ( https://hexdocs.pm/emily ) — per-module API docs and
441- runnable notebooks .
441+ runnable livebooks .
442442 * [ ` ARCHITECTURE.md ` ] ( ARCHITECTURE.md ) — current shape of the
443443 library: layer boundaries, design decisions, concurrency and
444444 memory model, observability surface.
0 commit comments