Skip to content

Commit a979fb3

Browse files
committed
docs: bump version references to 0.7 for the 0.7.0 release
Point the install constraints in the README and the eight example livebooks at `{:emily, "~> 0.7"}`, and label the emily-vs-EXLA benchmark reports as the 0.7.0 build. The mix.exs @Version stays 0.6.1 — `mix publisho` bumps and tags it at release time. Qwen3-0.6B (the model name) and the benchmark figures are deliberately untouched.
1 parent 34f9207 commit a979fb3

11 files changed

Lines changed: 12 additions & 12 deletions

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Add `:emily` to your `mix.exs` deps:
2929
```elixir
3030
def deps do
3131
[
32-
{:emily, "~> 0.6"}
32+
{:emily, "~> 0.7"}
3333
]
3434
end
3535
```
@@ -99,7 +99,7 @@ Releases on first `mix compile`.
9999

100100
### As a hex consumer
101101

102-
Add `{:emily, "~> 0.6"}` to `mix.exs`, then:
102+
Add `{:emily, "~> 0.7"}` to `mix.exs`, then:
103103

104104
```sh
105105
mix deps.get

bench/emily_vs_exla_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Emily's losses below are coverage gaps; they are all kernel/dispatch efficiency.
4343
| Date | 2026-06-07 |
4444
| Host | Apple M4 Pro, 12 cores, 24GB memory |
4545
| Elixir / OTP | 1.19.5 / 28 |
46-
| Emily | 0.6.1 (local checkout, AOT MLX variant) |
46+
| Emily | 0.7.0 (local checkout, AOT MLX variant) |
4747
| EXLA / XLA | 0.12.0 / 0.10.0 (host / CPU client) |
4848
| Nx | 0.12.1 |
4949

bench/emily_vs_exla_results.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ higher is better for tokens/sec. Ratios are relative to the EXLA lane._
1010
| date | 2026-06-07 10:09 |
1111
| host | Apple M4 Pro (BEAM total 112 MB at write) |
1212
| elixir / otp | 1.19.5 / 28 |
13-
| emily | 0.6.1 |
13+
| emily | 0.7.0 |
1414
| exla | 0.12.0 (host (1 device)) |
1515
| nx | 0.12.1 |
1616
| smoke run? | false |

livebooks/distilbert_qa.livemd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
```elixir
44
Mix.install(
55
[
6-
{:emily, "~> 0.6"},
6+
{:emily, "~> 0.7"},
77
{:bumblebee, "~> 0.7"},
88
{:tokenizers, "~> 0.5"},
99
{:nx, "~> 0.12"},

livebooks/fast_kernels.livemd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
```elixir
44
Mix.install(
55
[
6-
{:emily, "~> 0.6"},
6+
{:emily, "~> 0.7"},
77
{:bumblebee, "~> 0.7"},
88
{:tokenizers, "~> 0.5"},
99
{:axon, "~> 0.8"},

livebooks/mnist_training.livemd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
```elixir
44
Mix.install(
55
[
6-
{:emily, "~> 0.6"},
6+
{:emily, "~> 0.7"},
77
{:axon, "~> 0.8"},
88
{:scidata, "~> 0.1"},
99
{:nx, "~> 0.12"},

livebooks/modernbert_classification.livemd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
```elixir
44
Mix.install(
55
[
6-
{:emily, "~> 0.6"},
6+
{:emily, "~> 0.7"},
77
{:bumblebee, "~> 0.7"},
88
{:tokenizers, "~> 0.5"},
99
{:nx, "~> 0.12"},

livebooks/nomic_embeddings.livemd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
```elixir
44
Mix.install(
55
[
6-
{:emily, "~> 0.6"},
6+
{:emily, "~> 0.7"},
77
{:bumblebee, "~> 0.7"},
88
{:tokenizers, "~> 0.5"},
99
{:nx, "~> 0.12"},

livebooks/qwen3_quantized.livemd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
```elixir
44
Mix.install(
55
[
6-
{:emily, "~> 0.6"},
6+
{:emily, "~> 0.7"},
77
{:bumblebee, "~> 0.7"},
88
{:tokenizers, "~> 0.5"},
99
{:nx, "~> 0.12"},

livebooks/smollm3_chat.livemd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
```elixir
44
Mix.install(
55
[
6-
{:emily, "~> 0.6"},
6+
{:emily, "~> 0.7"},
77
{:bumblebee, "~> 0.7"},
88
{:tokenizers, "~> 0.5"},
99
{:nx, "~> 0.12"},

0 commit comments

Comments
 (0)