eurollm-1.7b-instruct
A Core AI bundle of utter-project/EuroLLM-1.7B-Instruct for the Aether SDK (iOS and macOS 27+).
- Source:
utter-project/EuroLLM-1.7B-Instructat revisiona25c7fa65fc2a644e6270b8940dbe295b51da681, licence Apache-2.0. The licence is included asLICENSE.utter-project/EuroLLM-1.7B-Instructdeclares apache-2.0 in its model card but ships no licence file;LICENSEis the canonical text from apache.org. - Changes from the source: converted from PyTorch to Core AI (
.aimodel) by Aether forge (recipeeurollm-1.7b-instruct@1). Weights are int8-linear-perchannel (8-bit weights). The tokenizer files are the source's own.
Variants
| Variant | Platform | Arch | Compute | Compiled | Download |
|---|---|---|---|---|---|
macos-any-gpu |
macos | any | gpu | no (specialized on first load) | 1.93 GB |
ios-any-gpu |
ios | any | gpu | no (specialized on first load) | 1.93 GB |
ios-h18p-gpu |
ios | h18p | gpu | yes | 1.93 GB |
Verification
Every row is a record in verification/ about exactly these bytes (matched by bundle digest). Reference rows
are strict T2 passes of the unquantized export on the same fixture, in verification/reference/.
| Variant | Tier | Result | Detail | Device | OS build | Compute | Record |
|---|---|---|---|---|---|---|---|
ios-any-gpu |
T0 | pass | iPhone18,2 | 24A437 | target | 0ba7046c |
|
ios-any-gpu |
T2 | pass | 17/17 strict; profile quantized-8bit; fixture 69ff880acd753c6f |
iPhone18,2 | 24A437 | target | 79a7c1c3 |
ios-h18p-gpu |
T0 | pass | iPhone18,2 | 24A437 | target | 6d0eeb18 |
|
ios-h18p-gpu |
T2 | pass | 17/17 strict; profile quantized-8bit; fixture 69ff880acd753c6f |
iPhone18,2 | 24A437 | target | 8ccb46b2 |
macos-any-gpu |
T0 | pass | Mac17,6 | 26A428 | target | fb93d8a1 |
|
macos-any-gpu |
T1 | pass | Mac17,6 | 26A428 | target | 9670ea54 |
|
macos-any-gpu |
T2 | pass | 17/17 strict; 17/17 strict; profile quantized-8bit; fixture 69ff880acd753c6f |
Mac17,6 | 26A428 | target | 84ca0036 |
| unquantized reference (not published) | T2 | pass | 17/17 strict; 17/17 strict; profile strict; fixture 69ff880acd753c6f |
Mac17,6 | 26A428 | target | 001e5b66 |
The quantized profile also requires: T2 strict on the unquantized reference export (met by the reference row).
Use
aether run eurollm-1.7b-instruct --prompt "Hello"
import Aether
let aether = try Aether()
let chat = try await aether.chat("eurollm-1.7b-instruct")
let reply = try await chat.respond(to: "Hello")
print(reply.text)
Model tree for aether-models/eurollm-1.7b-instruct
Base model
utter-project/EuroLLM-1.7B Finetuned
utter-project/EuroLLM-1.7B-Instruct