From 49257de9867b6636fb1046a0e6e3d3f19711d467 Mon Sep 17 00:00:00 2001 From: staviq Date: Thu, 26 Oct 2023 19:49:18 +0200 Subject: [PATCH] fix Makefile merge --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5a048cb461921..9d950d068aa07 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ # Define the default target now so that it is always the first target BUILD_TARGETS = \ main quantize quantize-stats perplexity embedding vdot q8dot train-text-from-scratch convert-llama2c-to-ggml \ - simple batched batched-bench save-load-state server rest embd-input-test gguf llama-bench llava baby-llama \ - beam-search speculative infill benchmark-matmult parallel finetune export-lora tests/test-c.o + simple batched batched-bench save-load-state server rest gguf llama-bench llava baby-llama beam-search \ + speculative infill benchmark-matmult parallel finetune export-lora tests/test-c.o # Binaries only useful for tests TEST_TARGETS = \