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

@ -1,6 +1,6 @@
[package]
name = "candle-onnx"
version = "0.8.2"
version = "0.8.3"
edition = "2021"
description = "ONNX support for Candle"
@ -10,8 +10,8 @@ categories = ["science"]
license = "MIT OR Apache-2.0"
[dependencies]
candle = { path = "../candle-core", package = "candle-core", version = "0.8.2" }
candle-nn = { path = "../candle-nn", version = "0.8.2" }
candle = { path = "../candle-core", package = "candle-core", version = "0.8.3" }
candle-nn = { path = "../candle-nn", version = "0.8.3" }
prost = "0.12.1"
[build-dependencies]