oxillama-gpu 0.1.3

Optional wgpu GPU compute backend for OxiLLaMa
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"
rust-version = "1.89"
name = "oxillama-gpu"
version = "0.1.3"
authors = ["COOLJAPAN OU (Team KitaSan)"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Optional wgpu GPU compute backend for OxiLLaMa"
readme = "README.md"
keywords = [
    "llm",
    "gpu",
    "wgpu",
    "compute",
    "webgpu",
]
categories = [
    "science",
    "hardware-support",
]
license = "Apache-2.0"
repository = "https://github.com/cool-japan/oxillama"

[features]
default = []
gpu = [
    "dep:wgpu",
    "dep:pollster",
    "dep:bytemuck",
]

[lib]
name = "oxillama_gpu"
crate-type = ["rlib"]
path = "src/lib.rs"

[[test]]
name = "shader_validation"
path = "tests/shader_validation.rs"

[dependencies.bytemuck]
version = "1.25.0"
features = ["derive"]
optional = true

[dependencies.half]
version = "2.7.1"
features = ["serde"]

[dependencies.oxillama-gguf]
version = "0.1.3"
default-features = false

[dependencies.pollster]
version = "0.4.0"
optional = true

[dependencies.thiserror]
version = "2.0.18"

[dependencies.wgpu]
version = "29.0.3"
optional = true

[dev-dependencies.naga]
version = "29.0.3"
features = [
    "wgsl-in",
    "msl-out",
    "spv-out",
]