File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,11 @@ TEST_TARGETS = \
62
62
tests/test-tokenizer-1-bpe \
63
63
tests/test-tokenizer-1-spm
64
64
65
+ # Legacy build targets that were renamed in #7809, but should still be removed when the project is cleaned
66
+ LEGACY_TARGETS = main quantize quantize-stats perplexity imatrix embedding vdot q8dot train-text-from-scratch convert-llama2c-to-ggml \
67
+ simple batched batched-bench save-load-state server gguf gguf-split eval-callback llama-bench libllava.a llava-cli baby-llama \
68
+ retrieval speculative infill tokenize benchmark-matmult parallel finetune export-lora lookahead lookup passkey gritlm
69
+
65
70
# Deprecation aliases
66
71
ifdef LLAMA_CUBLAS
67
72
$(error LLAMA_CUBLAS is removed. Use GGML_CUDA instead.)
@@ -1086,6 +1091,7 @@ clean:
1086
1091
rm -vrf ggml/src/ggml-cuda/template-instances/* .o
1087
1092
rm -rvf $(BUILD_TARGETS )
1088
1093
rm -rvf $(TEST_TARGETS )
1094
+ rm -rvf $(LEGACY_TARGETS )
1089
1095
find examples pocs -type f -name " *.o" -delete
1090
1096
1091
1097
#
You can’t perform that action at this time.
0 commit comments