Spaces:
Running
Running
File size: 881 Bytes
2a8cee5 | 1 2 3 4 5 6 7 8 9 | # CMake generated Testfile for
# Source directory: /Users/kb7/Downloads/Quantization/llama.cpp/examples/eval-callback
# Build directory: /Users/kb7/Downloads/Quantization/llama.cpp/build/examples/eval-callback
#
# This file includes the relevant testing commands required for
# testing this directory and lists subdirectories to be tested as well.
add_test(test-eval-callback "/Users/kb7/Downloads/Quantization/llama.cpp/build/bin/llama-eval-callback" "--hf-repo" "ggml-org/models" "--hf-file" "tinyllamas/stories260K.gguf" "--model" "stories260K.gguf" "--prompt" "hello" "--seed" "42" "-ngl" "0")
set_tests_properties(test-eval-callback PROPERTIES LABELS "eval-callback;curl" _BACKTRACE_TRIPLES "/Users/kb7/Downloads/Quantization/llama.cpp/examples/eval-callback/CMakeLists.txt;8;add_test;/Users/kb7/Downloads/Quantization/llama.cpp/examples/eval-callback/CMakeLists.txt;0;")
|