From efe5566b14d2cda42ec11a4346bec993907c875a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jannis=20Sch=C3=B6nleber?= Date: Fri, 20 Oct 2023 23:17:43 +0200 Subject: [PATCH] test: remove test_dir to make intrinsic test work --- test/src/llama.cpp/test.mk | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/src/llama.cpp/test.mk b/test/src/llama.cpp/test.mk index 4299072..55bbe50 100644 --- a/test/src/llama.cpp/test.mk +++ b/test/src/llama.cpp/test.mk @@ -1,6 +1,4 @@ -TEST_DIR = $(HOME)/test/src/llama - test-llama: # download llama.cpp $(RUN) "git clone https://github.com/ggerganov/llama.cpp.git"