kopitiam-runtime 0.2.4

Kopitiam Runtime: the Qwen transformer forward pass (embedding, RoPE, grouped-query attention, SwiGLU MLP, KV cache, greedy sampling) running entirely in Rust on CPU.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "kopitiam-runtime"
version = "0.2.4"
authors = ["Theodore Kay Chen Ong"]
build = false
exclude = ["vendor/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Kopitiam Runtime: the Qwen transformer forward pass (embedding, RoPE, grouped-query attention, SwiGLU MLP, KV cache, greedy sampling) running entirely in Rust on CPU."
readme = false
license = "AGPL-3.0-only"
repository = "https://github.com/theodoreOnzGit/kopitiam"
resolver = "2"

[lib]
name = "kopitiam_runtime"
path = "src/lib.rs"

[dependencies.kopitiam-core]
version = "0.2.4"

[dependencies.kopitiam-loader]
version = "0.2.4"

[dependencies.kopitiam-tensor]
version = "0.2.4"

[dependencies.kopitiam-tokenizer]
version = "0.2.4"

[dev-dependencies.tempfile]
version = "3.27.0"