llama-runtime 0.1.1

Execution runtime for llama.rs — oxidizedMLX integration and backend selection
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "llama-runtime"
description = "Execution runtime for llama.rs — oxidizedMLX integration and backend selection"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true

[dependencies]
llama-kv = { path = "../llama-kv", version = "0.1.1" }
thiserror.workspace = true