Bump the crate version to 0.8.3 (#2772)

* update to cudarc to v0.13.5 to support cuda 12.8

* Bump the crate version.

---------

Co-authored-by: Michael McCulloch <michael.james.mcculloch@fastmail.com>
This commit is contained in:
Laurent Mazare
2025-02-15 15:54:48 +01:00
committed by GitHub
parent 3ddd20a5aa
commit fd7f7242a1
5 changed files with 16 additions and 16 deletions

View File

@ -20,7 +20,7 @@ exclude = [
resolver = "2"
[workspace.package]
version = "0.8.2"
version = "0.8.3"
edition = "2021"
description = "Minimalist ML framework."
repository = "https://github.com/huggingface/candle"
@ -33,14 +33,14 @@ ab_glyph = "0.2.23"
accelerate-src = { version = "0.3.2" }
anyhow = { version = "1", features = ["backtrace"] }
byteorder = "1.4.3"
candle = { path = "./candle-core", package = "candle-core", version = "0.8.2" }
candle-datasets = { path = "./candle-datasets", version = "0.8.2" }
candle-flash-attn = { path = "./candle-flash-attn", version = "0.8.2" }
candle-kernels = { path = "./candle-kernels", version = "0.8.2" }
candle-metal-kernels = { path = "./candle-metal-kernels", version = "0.8.2" }
candle-nn = { path = "./candle-nn", version = "0.8.2" }
candle-onnx = { path = "./candle-onnx", version = "0.8.2" }
candle-transformers = { path = "./candle-transformers", version = "0.8.2" }
candle = { path = "./candle-core", package = "candle-core", version = "0.8.3" }
candle-datasets = { path = "./candle-datasets", version = "0.8.3" }
candle-flash-attn = { path = "./candle-flash-attn", version = "0.8.3" }
candle-kernels = { path = "./candle-kernels", version = "0.8.3" }
candle-metal-kernels = { path = "./candle-metal-kernels", version = "0.8.3" }
candle-nn = { path = "./candle-nn", version = "0.8.3" }
candle-onnx = { path = "./candle-onnx", version = "0.8.3" }
candle-transformers = { path = "./candle-transformers", version = "0.8.3" }
clap = { version = "4.2.4", features = ["derive"] }
criterion = { version = "0.5.1", default-features=false }
cudarc = { version = "0.13.5", features = ["std", "cublas", "cublaslt", "curand", "driver", "nvrtc", "f16", "cuda-version-from-build-system", "dynamic-linking"], default-features=false }