ferrox-core 0.8.0

Core tensor ops, RoPE, GQA, and KV cache for Ferrox
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 = "2021"
name = "ferrox-core"
version = "0.8.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core tensor ops, RoPE, GQA, and KV cache for Ferrox"
homepage = "https://github.com/antonellof/ferrox"
readme = "README.md"
keywords = [
    "llm",
    "inference",
    "attention",
    "kv-cache",
    "ferrox",
]
categories = [
    "algorithms",
    "science",
]
license = "Apache-2.0"
repository = "https://github.com/antonellof/ferrox"

[features]
cuda = [
    "dep:ferrox-cuda",
    "ferrox-cuda/cuda",
]
default = []
metal = [
    "dep:ferrox-metal",
    "ferrox-metal/metal",
]

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

[dependencies.anyhow]
version = "1"

[dependencies.ferrox-cuda]
version = "0.8.0"
optional = true

[dependencies.ferrox-gguf]
version = "0.8.0"

[dependencies.ferrox-metal]
version = "0.8.0"
optional = true

[dependencies.ferrox-quant]
version = "0.8.0"

[dependencies.memmap2]
version = "0.9"

[dependencies.rayon]
version = "1"

[dependencies.sha2]
version = "0.10"
default-features = false

[dependencies.thiserror]
version = "1"

[target."cfg(unix)".dependencies.libc]
version = "0.2"