combs-models 0.2.2

Combs Engine model architecture registry (Llama family)
Documentation
[package]
name = "combs-models"
version = "0.2.2"
edition.workspace = true
license.workspace = true
description = "Combs Engine model architecture registry (Llama family)"

[dependencies]
burn.workspace = true
# Direct access to burn's backend internals for the quantized linear seam
# (qlinear.rs): CubeTensor primitives, the fusion custom-op API, and the
# CubeFusionHandle bridge. Same release train as the workspace `burn`.
burn-cubecl = { version = "0.21.0", features = ["fusion"] }
burn-cubecl-fusion = { version = "0.21.0" }
burn-fusion = { version = "0.21.0" }
burn-ir = { version = "0.21.0" }
cubecl = { version = "0.10.0", default-features = false, features = ["wgpu", "std"] }
combs-core.workspace = true
combs-formats = { path = "../combs-formats", version = "0.2.2" }
thiserror.workspace = true

[dev-dependencies]
anyhow.workspace = true
burn = { version = "0.21.0", default-features = false, features = ["ndarray", "std"] }
tokenizers.workspace = true