kime-engine 0.0.21

Sessions, the scheduler, batching and caches for kime. The in process API.
Documentation
[package]
name = "kime-engine"
description = "Sessions, the scheduler, batching and caches for kime. The in process API."
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
authors.workspace = true
keywords.workspace = true
categories.workspace = true
readme.workspace = true

[dependencies]
kime-core.workspace = true
kime-model.workspace = true
kime-tensor.workspace = true
kime-tok.workspace = true
kime-cpu.workspace = true
kime-cuda = { workspace = true, optional = true }
serde_json.workspace = true

[features]
default = ["cuda"]
# The CUDA backend. It loads the CUDA libraries at run time, so a build with it still runs on a
# machine without a GPU.
cuda = ["dep:kime-cuda"]

[lints]
workspace = true