17 lines
334 B
TOML
17 lines
334 B
TOML
[package]
|
|
name = "candle-kernels"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
description = "CUDA kernels for Candle"
|
|
repository = "https://github.com/huggingface/candle"
|
|
keywords = ["blas", "tensor", "machine-learning"]
|
|
categories = ["science"]
|
|
license = "MIT/Apache-2.0"
|
|
|
|
[dependencies]
|
|
|
|
[build-dependencies]
|
|
glob = "0.3.1"
|
|
rayon = "1.7.0"
|