From e7352eee8b8c0e78d8b2e10abe43b97047ee3aef Mon Sep 17 00:00:00 2001 From: Arthur Meyre Date: Mon, 22 Jan 2024 17:23:09 +0100 Subject: [PATCH] chore(tfhe): add version for tfhe-cuda-backend dependency --- tfhe/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tfhe/Cargo.toml b/tfhe/Cargo.toml index a36a6747a2..f1b0c8956c 100644 --- a/tfhe/Cargo.toml +++ b/tfhe/Cargo.toml @@ -62,7 +62,7 @@ rayon = { version = "1.5.0" } bincode = "1.3.3" concrete-fft = { version = "0.3.0", features = ["serde", "fft128"] } pulp = "0.13" -tfhe-cuda-backend = {path = "../backends/tfhe-cuda-backend", optional = true} +tfhe-cuda-backend = { version = "0.1.2", path = "../backends/tfhe-cuda-backend", optional = true } aligned-vec = { version = "0.5", features = ["serde"] } dyn-stack = { version = "0.9" } paste = "1.0.7"