From 0d27ee74de888bff27f667238dec4ed9c1c263ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Gallou=C3=ABt?= Date: Fri, 7 Feb 2025 08:51:32 +0000 Subject: [PATCH] Remove .cargo/config.toml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Adrien Gallouët --- backends/llamacpp/.cargo/config.toml | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 backends/llamacpp/.cargo/config.toml diff --git a/backends/llamacpp/.cargo/config.toml b/backends/llamacpp/.cargo/config.toml deleted file mode 100644 index ddff4407..00000000 --- a/backends/llamacpp/.cargo/config.toml +++ /dev/null @@ -1,2 +0,0 @@ -[build] -rustflags = ["-C", "target-cpu=native"]