mirror of
https://github.com/huggingface/candle.git
synced 2025-06-15 02:16:37 +00:00
20 lines
539 B
TOML
20 lines
539 B
TOML
[package]
|
|
name = "candle-metal-kernels"
|
|
version = "0.3.0"
|
|
edition = "2021"
|
|
|
|
description = "CUDA kernels for Candle"
|
|
repository = "https://github.com/huggingface/candle"
|
|
keywords = ["blas", "tensor", "machine-learning"]
|
|
categories = ["science"]
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
[dependencies]
|
|
metal = { git = "https://github.com/ivarflakstad/metal-rs.git", features = ["mps"] }
|
|
once_cell = "1.18.0"
|
|
thiserror = "1"
|
|
tracing = "0.1.37"
|
|
|
|
[dev-dependencies]
|
|
half = { version = "2.3.1", features = ["num-traits", "use-intrinsics", "rand_distr"] }
|