File size: 1,141 Bytes
b664585 |
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: /home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/examples
# Build directory: /home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/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("gbnf-validator")
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("convert-llama2c-to-ggml")
subdirs("cvector-generator")
subdirs("export-lora")
subdirs("quantize-stats")
subdirs("llava")
|