[package]
edition = "2024"
name = "onnx-runtime-memory"
version = "0.1.0-dev.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Liveness-based activation memory planning for the ORT 2.0 runtime: a pure, deterministic buffer-sharing planner over onnx-runtime-ir that computes the minimal activation arena (peak_bytes) an executor must allocate"
readme = false
keywords = [
"onnx",
"memory",
"planning",
"inference",
"runtime",
]
categories = [
"science",
"memory-management",
]
license = "MIT"
repository = "https://github.com/justinchuby/onnx-genai"
resolver = "2"
[lib]
name = "onnx_runtime_memory"
path = "src/lib.rs"
[[test]]
name = "planner"
path = "tests/planner.rs"
[dependencies.onnx-runtime-ir]
version = "=0.1.0-dev.2"
[dependencies.thiserror]
version = "2"