Some checks are pending
Copilot Setup Steps / copilot-setup-steps (push) Waiting to run
Check Pre-Tokenizer Hashes / pre-tokenizer-hashes (push) Waiting to run
Python check requirements.txt / check-requirements (push) Waiting to run
Python Type-Check / python type-check (push) Waiting to run
Update Operations Documentation / update-ops-docs (push) Waiting to run
10 lines
257 B
Makefile
10 lines
257 B
Makefile
define newline
|
|
|
|
|
|
endef
|
|
|
|
$(error Build system changed:$(newline)\
|
|
The Makefile build has been replaced by CMake.$(newline)$(newline)\
|
|
For build instructions see:$(newline)\
|
|
https://github.com/ggml-org/llama.cpp/blob/master/docs/build.md$(newline)${newline})
|