mirror of
https://github.com/huggingface/candle.git
synced 2025-06-16 10:38:54 +00:00
Bump the caret version to 0.8.2. (#2703)
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "candle-onnx"
|
||||
version = "0.8.1"
|
||||
version = "0.8.2"
|
||||
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.1" }
|
||||
candle-nn = { path = "../candle-nn", version = "0.8.1" }
|
||||
candle = { path = "../candle-core", package = "candle-core", version = "0.8.2" }
|
||||
candle-nn = { path = "../candle-nn", version = "0.8.2" }
|
||||
prost = "0.12.1"
|
||||
|
||||
[build-dependencies]
|
||||
|
Reference in New Issue
Block a user