Files
candle/candle-kernels/Cargo.toml
Laurent Mazare 7dd8e12472 Bump the crate versions to v0.2.3. (#886)
* Bump the crate version.

* Also update the python bindings.
2023-09-18 12:14:03 +01:00

17 lines
337 B
TOML

[package]
name = "candle-kernels"
version = "0.2.3"
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]
[build-dependencies]
glob = "0.3.1"
rayon = "1.7.0"