File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change
1
+ # Define the default target now so that it is always the first target
2
+ BUILD_TARGETS = main quantize quantize-stats perplexity embedding vdot train-text-from-scratch convert-llama2c-to-ggml simple save-load-state server embd-input-test gguf llama-bench baby-llama beam-search tests/test-c.o
3
+
1
4
ifndef UNAME_S
2
5
UNAME_S := $(shell uname -s)
3
6
endif
@@ -27,9 +30,6 @@ ifeq ($(UNAME_S),Darwin)
27
30
endif
28
31
endif
29
32
30
- # Define the default target now so that it is always the first target
31
- BUILD_TARGETS = main quantize quantize-stats perplexity embedding vdot train-text-from-scratch convert-llama2c-to-ggml simple save-load-state server embd-input-test gguf llama-bench baby-llama beam-search tests/test-c.o
32
-
33
33
# Binaries only useful for tests
34
34
TEST_TARGETS = tests/test-llama-grammar tests/test-grammar-parser tests/test-double-float tests/test-grad0 tests/test-opt tests/test-quantize-fns tests/test-quantize-perf tests/test-sampling tests/test-tokenizer-0-llama tests/test-tokenizer-0-falcon tests/test-tokenizer-1
35
35
You can’t perform that action at this time.
0 commit comments