Spaces:
Build error
Build error
File size: 1,063 Bytes
5a29263 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 |
# CMake generated Testfile for
# Source directory: C:/Users/yiztan4/source/repos/llama/llama.cpp/examples
# Build directory: C:/Users/yiztan4/source/repos/llama/llama.cpp/build/examples
#
# This file includes the relevant testing commands required for
# testing this directory and lists subdirectories to be tested as well.
subdirs("batched-bench")
subdirs("batched")
subdirs("embedding")
subdirs("eval-callback")
subdirs("gguf-hash")
subdirs("gguf-split")
subdirs("gguf")
subdirs("gritlm")
subdirs("imatrix")
subdirs("infill")
subdirs("llama-bench")
subdirs("lookahead")
subdirs("lookup")
subdirs("main")
subdirs("parallel")
subdirs("passkey")
subdirs("perplexity")
subdirs("quantize")
subdirs("retrieval")
subdirs("server")
subdirs("save-load-state")
subdirs("run")
subdirs("simple")
subdirs("simple-chat")
subdirs("speculative")
subdirs("speculative-simple")
subdirs("tokenize")
subdirs("tts")
subdirs("gen-docs")
subdirs("convert-llama2c-to-ggml")
subdirs("cvector-generator")
subdirs("export-lora")
subdirs("llava")
|