Skip to content

Commit

Permalink
fix Makefile merge
Browse files Browse the repository at this point in the history
  • Loading branch information
staviq committed Oct 26, 2023
1 parent c9bc9b1 commit 49257de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -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 = \
Expand Down

0 comments on commit 49257de

Please sign in to comment.