Bump the crate version to 0.8.1. (#2662)

This commit is contained in:
Laurent Mazare
2024-12-07 17:03:53 +01:00
committed by GitHub
parent 1807be84f4
commit 67cab7d6b8
5 changed files with 16 additions and 16 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "candle-flash-attn"
version = "0.8.0"
version = "0.8.1"
edition = "2021"
description = "Flash attention layer for the candle ML framework."
@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0"
readme = "README.md"
[dependencies]
candle = { path = "../candle-core", features = ["cuda"], package = "candle-core", version = "0.8.0" }
candle = { path = "../candle-core", features = ["cuda"], package = "candle-core", version = "0.8.1" }
half = { version = "2.3.1", features = ["num-traits"] }
[build-dependencies]