From 52af79bf08196c35a531091006742a69c3f2fa93 Mon Sep 17 00:00:00 2001 From: Fishon Amos Date: Wed, 2 Oct 2024 11:26:40 +0100 Subject: [PATCH] update tomls --- backends/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/backends/Cargo.toml b/backends/Cargo.toml index 96204c0f..006e6c68 100644 --- a/backends/Cargo.toml +++ b/backends/Cargo.toml @@ -7,5 +7,4 @@ edition.workspace = true atoma-vllm-backend = { path = "vllm", optional = true } [features] -vllm = ["dep:atoma-vllm-backend"] -cuda = ["candle-core/cuda", "candle-nn/cuda"] +vllm = ["dep:atoma-vllm-backend"] \ No newline at end of file