combs-models 0.2.0

Combs Engine model architecture registry (Llama family)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "combs-models"
version = "0.2.0"
edition.workspace = true
license.workspace = true
description = "Combs Engine model architecture registry (Llama family)"

[dependencies]
burn.workspace = true
combs-core.workspace = true
combs-formats = { path = "../combs-formats", version = "0.2.0" }
thiserror.workspace = true

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