From 9e824ec810fbe490f21b7404058b6cb47d24c6cf Mon Sep 17 00:00:00 2001 From: Laurent Mazare Date: Wed, 31 Jan 2024 18:57:38 +0100 Subject: Explicit version for packages that are not in the workspace. (#1642) --- candle-flash-attn/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'candle-flash-attn') diff --git a/candle-flash-attn/Cargo.toml b/candle-flash-attn/Cargo.toml index d8e8da82..d8da3e90 100644 --- a/candle-flash-attn/Cargo.toml +++ b/candle-flash-attn/Cargo.toml @@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0" readme = "README.md" [dependencies] -candle = { path = "../candle-core", features = ["cuda"], package = "candle-core" } +candle = { path = "../candle-core", features = ["cuda"], package = "candle-core", version = "0.3.3" } half = { version = "2.3.1", features = ["num-traits"] } [build-dependencies] -- cgit v1.2.3