| |
| |
|
|
| |
| default_target: all |
| .PHONY : default_target |
|
|
| |
| .NOTPARALLEL: |
|
|
| |
| |
|
|
| |
| .SUFFIXES: |
|
|
| |
| % : %,v |
|
|
| |
| % : RCS/% |
|
|
| |
| % : RCS/%,v |
|
|
| |
| % : SCCS/s.% |
|
|
| |
| % : s.% |
|
|
| .SUFFIXES: .hpux_make_needs_suffix_list |
|
|
| |
| $(VERBOSE)MAKESILENT = -s |
|
|
| |
| $(VERBOSE).SILENT: |
|
|
| |
| cmake_force: |
| .PHONY : cmake_force |
|
|
| |
| |
|
|
| |
| SHELL = /bin/sh |
|
|
| |
| CMAKE_COMMAND = /usr/local/lib/python3.11/dist-packages/cmake/data/bin/cmake |
|
|
| |
| RM = /usr/local/lib/python3.11/dist-packages/cmake/data/bin/cmake -E rm -f |
|
|
| |
| EQUALS = = |
|
|
| |
| CMAKE_SOURCE_DIR = /content/tmp |
|
|
| |
| CMAKE_BINARY_DIR = /content/tmp/build |
|
|
| |
| |
|
|
| |
| test: |
| @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running tests..." |
| /usr/local/lib/python3.11/dist-packages/cmake/data/bin/ctest --force-new-ctest-process $(ARGS) |
| .PHONY : test |
|
|
| |
| test/fast: test |
| .PHONY : test/fast |
|
|
| |
| edit_cache: |
| @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "No interactive CMake dialog available..." |
| /usr/local/lib/python3.11/dist-packages/cmake/data/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. |
| .PHONY : edit_cache |
|
|
| |
| edit_cache/fast: edit_cache |
| .PHONY : edit_cache/fast |
|
|
| |
| rebuild_cache: |
| @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." |
| /usr/local/lib/python3.11/dist-packages/cmake/data/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) |
| .PHONY : rebuild_cache |
|
|
| |
| rebuild_cache/fast: rebuild_cache |
| .PHONY : rebuild_cache/fast |
|
|
| |
| list_install_components: |
| @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" |
| .PHONY : list_install_components |
|
|
| |
| list_install_components/fast: list_install_components |
| .PHONY : list_install_components/fast |
|
|
| |
| install: preinstall |
| @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." |
| /usr/local/lib/python3.11/dist-packages/cmake/data/bin/cmake -P cmake_install.cmake |
| .PHONY : install |
|
|
| |
| install/fast: preinstall/fast |
| @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." |
| /usr/local/lib/python3.11/dist-packages/cmake/data/bin/cmake -P cmake_install.cmake |
| .PHONY : install/fast |
|
|
| |
| install/local: preinstall |
| @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." |
| /usr/local/lib/python3.11/dist-packages/cmake/data/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake |
| .PHONY : install/local |
|
|
| |
| install/local/fast: preinstall/fast |
| @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." |
| /usr/local/lib/python3.11/dist-packages/cmake/data/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake |
| .PHONY : install/local/fast |
|
|
| |
| install/strip: preinstall |
| @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." |
| /usr/local/lib/python3.11/dist-packages/cmake/data/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake |
| .PHONY : install/strip |
|
|
| |
| install/strip/fast: preinstall/fast |
| @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." |
| /usr/local/lib/python3.11/dist-packages/cmake/data/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake |
| .PHONY : install/strip/fast |
|
|
| |
| all: cmake_check_build_system |
| cd /content/tmp/build && $(CMAKE_COMMAND) -E cmake_progress_start /content/tmp/build/CMakeFiles /content/tmp/build/tests//CMakeFiles/progress.marks |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/all |
| $(CMAKE_COMMAND) -E cmake_progress_start /content/tmp/build/CMakeFiles 0 |
| .PHONY : all |
|
|
| |
| clean: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/clean |
| .PHONY : clean |
|
|
| |
| clean/fast: clean |
| .PHONY : clean/fast |
|
|
| |
| preinstall: all |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/preinstall |
| .PHONY : preinstall |
|
|
| |
| preinstall/fast: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/preinstall |
| .PHONY : preinstall/fast |
|
|
| |
| depend: |
| cd /content/tmp/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 |
| .PHONY : depend |
|
|
| |
| tests/CMakeFiles/test-tokenizer-0.dir/rule: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test-tokenizer-0.dir/rule |
| .PHONY : tests/CMakeFiles/test-tokenizer-0.dir/rule |
|
|
| |
| test-tokenizer-0: tests/CMakeFiles/test-tokenizer-0.dir/rule |
| .PHONY : test-tokenizer-0 |
|
|
| |
| test-tokenizer-0/fast: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-tokenizer-0.dir/build.make tests/CMakeFiles/test-tokenizer-0.dir/build |
| .PHONY : test-tokenizer-0/fast |
|
|
| |
| tests/CMakeFiles/test-tokenizer-1-bpe.dir/rule: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test-tokenizer-1-bpe.dir/rule |
| .PHONY : tests/CMakeFiles/test-tokenizer-1-bpe.dir/rule |
|
|
| |
| test-tokenizer-1-bpe: tests/CMakeFiles/test-tokenizer-1-bpe.dir/rule |
| .PHONY : test-tokenizer-1-bpe |
|
|
| |
| test-tokenizer-1-bpe/fast: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-tokenizer-1-bpe.dir/build.make tests/CMakeFiles/test-tokenizer-1-bpe.dir/build |
| .PHONY : test-tokenizer-1-bpe/fast |
|
|
| |
| tests/CMakeFiles/test-tokenizer-1-spm.dir/rule: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test-tokenizer-1-spm.dir/rule |
| .PHONY : tests/CMakeFiles/test-tokenizer-1-spm.dir/rule |
|
|
| |
| test-tokenizer-1-spm: tests/CMakeFiles/test-tokenizer-1-spm.dir/rule |
| .PHONY : test-tokenizer-1-spm |
|
|
| |
| test-tokenizer-1-spm/fast: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-tokenizer-1-spm.dir/build.make tests/CMakeFiles/test-tokenizer-1-spm.dir/build |
| .PHONY : test-tokenizer-1-spm/fast |
|
|
| |
| tests/CMakeFiles/test-quantize-fns.dir/rule: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test-quantize-fns.dir/rule |
| .PHONY : tests/CMakeFiles/test-quantize-fns.dir/rule |
|
|
| |
| test-quantize-fns: tests/CMakeFiles/test-quantize-fns.dir/rule |
| .PHONY : test-quantize-fns |
|
|
| |
| test-quantize-fns/fast: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-quantize-fns.dir/build.make tests/CMakeFiles/test-quantize-fns.dir/build |
| .PHONY : test-quantize-fns/fast |
|
|
| |
| tests/CMakeFiles/test-quantize-perf.dir/rule: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test-quantize-perf.dir/rule |
| .PHONY : tests/CMakeFiles/test-quantize-perf.dir/rule |
|
|
| |
| test-quantize-perf: tests/CMakeFiles/test-quantize-perf.dir/rule |
| .PHONY : test-quantize-perf |
|
|
| |
| test-quantize-perf/fast: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-quantize-perf.dir/build.make tests/CMakeFiles/test-quantize-perf.dir/build |
| .PHONY : test-quantize-perf/fast |
|
|
| |
| tests/CMakeFiles/test-sampling.dir/rule: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test-sampling.dir/rule |
| .PHONY : tests/CMakeFiles/test-sampling.dir/rule |
|
|
| |
| test-sampling: tests/CMakeFiles/test-sampling.dir/rule |
| .PHONY : test-sampling |
|
|
| |
| test-sampling/fast: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-sampling.dir/build.make tests/CMakeFiles/test-sampling.dir/build |
| .PHONY : test-sampling/fast |
|
|
| |
| tests/CMakeFiles/test-chat-template.dir/rule: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test-chat-template.dir/rule |
| .PHONY : tests/CMakeFiles/test-chat-template.dir/rule |
|
|
| |
| test-chat-template: tests/CMakeFiles/test-chat-template.dir/rule |
| .PHONY : test-chat-template |
|
|
| |
| test-chat-template/fast: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-chat-template.dir/build.make tests/CMakeFiles/test-chat-template.dir/build |
| .PHONY : test-chat-template/fast |
|
|
| |
| tests/CMakeFiles/test-grammar-parser.dir/rule: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test-grammar-parser.dir/rule |
| .PHONY : tests/CMakeFiles/test-grammar-parser.dir/rule |
|
|
| |
| test-grammar-parser: tests/CMakeFiles/test-grammar-parser.dir/rule |
| .PHONY : test-grammar-parser |
|
|
| |
| test-grammar-parser/fast: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-grammar-parser.dir/build.make tests/CMakeFiles/test-grammar-parser.dir/build |
| .PHONY : test-grammar-parser/fast |
|
|
| |
| tests/CMakeFiles/test-llama-grammar.dir/rule: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test-llama-grammar.dir/rule |
| .PHONY : tests/CMakeFiles/test-llama-grammar.dir/rule |
|
|
| |
| test-llama-grammar: tests/CMakeFiles/test-llama-grammar.dir/rule |
| .PHONY : test-llama-grammar |
|
|
| |
| test-llama-grammar/fast: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-llama-grammar.dir/build.make tests/CMakeFiles/test-llama-grammar.dir/build |
| .PHONY : test-llama-grammar/fast |
|
|
| |
| tests/CMakeFiles/test-grammar-integration.dir/rule: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test-grammar-integration.dir/rule |
| .PHONY : tests/CMakeFiles/test-grammar-integration.dir/rule |
|
|
| |
| test-grammar-integration: tests/CMakeFiles/test-grammar-integration.dir/rule |
| .PHONY : test-grammar-integration |
|
|
| |
| test-grammar-integration/fast: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-grammar-integration.dir/build.make tests/CMakeFiles/test-grammar-integration.dir/build |
| .PHONY : test-grammar-integration/fast |
|
|
| |
| tests/CMakeFiles/test-grad0.dir/rule: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test-grad0.dir/rule |
| .PHONY : tests/CMakeFiles/test-grad0.dir/rule |
|
|
| |
| test-grad0: tests/CMakeFiles/test-grad0.dir/rule |
| .PHONY : test-grad0 |
|
|
| |
| test-grad0/fast: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-grad0.dir/build.make tests/CMakeFiles/test-grad0.dir/build |
| .PHONY : test-grad0/fast |
|
|
| |
| tests/CMakeFiles/test-backend-ops.dir/rule: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test-backend-ops.dir/rule |
| .PHONY : tests/CMakeFiles/test-backend-ops.dir/rule |
|
|
| |
| test-backend-ops: tests/CMakeFiles/test-backend-ops.dir/rule |
| .PHONY : test-backend-ops |
|
|
| |
| test-backend-ops/fast: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-backend-ops.dir/build.make tests/CMakeFiles/test-backend-ops.dir/build |
| .PHONY : test-backend-ops/fast |
|
|
| |
| tests/CMakeFiles/test-rope.dir/rule: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test-rope.dir/rule |
| .PHONY : tests/CMakeFiles/test-rope.dir/rule |
|
|
| |
| test-rope: tests/CMakeFiles/test-rope.dir/rule |
| .PHONY : test-rope |
|
|
| |
| test-rope/fast: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-rope.dir/build.make tests/CMakeFiles/test-rope.dir/build |
| .PHONY : test-rope/fast |
|
|
| |
| tests/CMakeFiles/test-model-load-cancel.dir/rule: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test-model-load-cancel.dir/rule |
| .PHONY : tests/CMakeFiles/test-model-load-cancel.dir/rule |
|
|
| |
| test-model-load-cancel: tests/CMakeFiles/test-model-load-cancel.dir/rule |
| .PHONY : test-model-load-cancel |
|
|
| |
| test-model-load-cancel/fast: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-model-load-cancel.dir/build.make tests/CMakeFiles/test-model-load-cancel.dir/build |
| .PHONY : test-model-load-cancel/fast |
|
|
| |
| tests/CMakeFiles/test-autorelease.dir/rule: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test-autorelease.dir/rule |
| .PHONY : tests/CMakeFiles/test-autorelease.dir/rule |
|
|
| |
| test-autorelease: tests/CMakeFiles/test-autorelease.dir/rule |
| .PHONY : test-autorelease |
|
|
| |
| test-autorelease/fast: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-autorelease.dir/build.make tests/CMakeFiles/test-autorelease.dir/build |
| .PHONY : test-autorelease/fast |
|
|
| |
| tests/CMakeFiles/test-json-schema-to-grammar.dir/rule: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test-json-schema-to-grammar.dir/rule |
| .PHONY : tests/CMakeFiles/test-json-schema-to-grammar.dir/rule |
|
|
| |
| test-json-schema-to-grammar: tests/CMakeFiles/test-json-schema-to-grammar.dir/rule |
| .PHONY : test-json-schema-to-grammar |
|
|
| |
| test-json-schema-to-grammar/fast: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-json-schema-to-grammar.dir/build.make tests/CMakeFiles/test-json-schema-to-grammar.dir/build |
| .PHONY : test-json-schema-to-grammar/fast |
|
|
| |
| tests/CMakeFiles/test-function-calls.dir/rule: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test-function-calls.dir/rule |
| .PHONY : tests/CMakeFiles/test-function-calls.dir/rule |
|
|
| |
| test-function-calls: tests/CMakeFiles/test-function-calls.dir/rule |
| .PHONY : test-function-calls |
|
|
| |
| test-function-calls/fast: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-function-calls.dir/build.make tests/CMakeFiles/test-function-calls.dir/build |
| .PHONY : test-function-calls/fast |
|
|
| |
| tests/CMakeFiles/test-c.dir/rule: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test-c.dir/rule |
| .PHONY : tests/CMakeFiles/test-c.dir/rule |
|
|
| |
| test-c: tests/CMakeFiles/test-c.dir/rule |
| .PHONY : test-c |
|
|
| |
| test-c/fast: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-c.dir/build.make tests/CMakeFiles/test-c.dir/build |
| .PHONY : test-c/fast |
|
|
| get-model.o: get-model.cpp.o |
| .PHONY : get-model.o |
|
|
| |
| get-model.cpp.o: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-quantize-fns.dir/build.make tests/CMakeFiles/test-quantize-fns.dir/get-model.cpp.o |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-quantize-perf.dir/build.make tests/CMakeFiles/test-quantize-perf.dir/get-model.cpp.o |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-sampling.dir/build.make tests/CMakeFiles/test-sampling.dir/get-model.cpp.o |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-chat-template.dir/build.make tests/CMakeFiles/test-chat-template.dir/get-model.cpp.o |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-grammar-parser.dir/build.make tests/CMakeFiles/test-grammar-parser.dir/get-model.cpp.o |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-llama-grammar.dir/build.make tests/CMakeFiles/test-llama-grammar.dir/get-model.cpp.o |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-grammar-integration.dir/build.make tests/CMakeFiles/test-grammar-integration.dir/get-model.cpp.o |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-grad0.dir/build.make tests/CMakeFiles/test-grad0.dir/get-model.cpp.o |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-backend-ops.dir/build.make tests/CMakeFiles/test-backend-ops.dir/get-model.cpp.o |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-rope.dir/build.make tests/CMakeFiles/test-rope.dir/get-model.cpp.o |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-model-load-cancel.dir/build.make tests/CMakeFiles/test-model-load-cancel.dir/get-model.cpp.o |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-autorelease.dir/build.make tests/CMakeFiles/test-autorelease.dir/get-model.cpp.o |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-json-schema-to-grammar.dir/build.make tests/CMakeFiles/test-json-schema-to-grammar.dir/get-model.cpp.o |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-function-calls.dir/build.make tests/CMakeFiles/test-function-calls.dir/get-model.cpp.o |
| .PHONY : get-model.cpp.o |
|
|
| get-model.i: get-model.cpp.i |
| .PHONY : get-model.i |
|
|
| |
| get-model.cpp.i: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-quantize-fns.dir/build.make tests/CMakeFiles/test-quantize-fns.dir/get-model.cpp.i |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-quantize-perf.dir/build.make tests/CMakeFiles/test-quantize-perf.dir/get-model.cpp.i |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-sampling.dir/build.make tests/CMakeFiles/test-sampling.dir/get-model.cpp.i |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-chat-template.dir/build.make tests/CMakeFiles/test-chat-template.dir/get-model.cpp.i |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-grammar-parser.dir/build.make tests/CMakeFiles/test-grammar-parser.dir/get-model.cpp.i |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-llama-grammar.dir/build.make tests/CMakeFiles/test-llama-grammar.dir/get-model.cpp.i |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-grammar-integration.dir/build.make tests/CMakeFiles/test-grammar-integration.dir/get-model.cpp.i |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-grad0.dir/build.make tests/CMakeFiles/test-grad0.dir/get-model.cpp.i |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-backend-ops.dir/build.make tests/CMakeFiles/test-backend-ops.dir/get-model.cpp.i |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-rope.dir/build.make tests/CMakeFiles/test-rope.dir/get-model.cpp.i |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-model-load-cancel.dir/build.make tests/CMakeFiles/test-model-load-cancel.dir/get-model.cpp.i |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-autorelease.dir/build.make tests/CMakeFiles/test-autorelease.dir/get-model.cpp.i |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-json-schema-to-grammar.dir/build.make tests/CMakeFiles/test-json-schema-to-grammar.dir/get-model.cpp.i |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-function-calls.dir/build.make tests/CMakeFiles/test-function-calls.dir/get-model.cpp.i |
| .PHONY : get-model.cpp.i |
|
|
| get-model.s: get-model.cpp.s |
| .PHONY : get-model.s |
|
|
| |
| get-model.cpp.s: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-quantize-fns.dir/build.make tests/CMakeFiles/test-quantize-fns.dir/get-model.cpp.s |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-quantize-perf.dir/build.make tests/CMakeFiles/test-quantize-perf.dir/get-model.cpp.s |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-sampling.dir/build.make tests/CMakeFiles/test-sampling.dir/get-model.cpp.s |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-chat-template.dir/build.make tests/CMakeFiles/test-chat-template.dir/get-model.cpp.s |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-grammar-parser.dir/build.make tests/CMakeFiles/test-grammar-parser.dir/get-model.cpp.s |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-llama-grammar.dir/build.make tests/CMakeFiles/test-llama-grammar.dir/get-model.cpp.s |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-grammar-integration.dir/build.make tests/CMakeFiles/test-grammar-integration.dir/get-model.cpp.s |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-grad0.dir/build.make tests/CMakeFiles/test-grad0.dir/get-model.cpp.s |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-backend-ops.dir/build.make tests/CMakeFiles/test-backend-ops.dir/get-model.cpp.s |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-rope.dir/build.make tests/CMakeFiles/test-rope.dir/get-model.cpp.s |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-model-load-cancel.dir/build.make tests/CMakeFiles/test-model-load-cancel.dir/get-model.cpp.s |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-autorelease.dir/build.make tests/CMakeFiles/test-autorelease.dir/get-model.cpp.s |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-json-schema-to-grammar.dir/build.make tests/CMakeFiles/test-json-schema-to-grammar.dir/get-model.cpp.s |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-function-calls.dir/build.make tests/CMakeFiles/test-function-calls.dir/get-model.cpp.s |
| .PHONY : get-model.cpp.s |
|
|
| test-autorelease.o: test-autorelease.cpp.o |
| .PHONY : test-autorelease.o |
|
|
| |
| test-autorelease.cpp.o: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-autorelease.dir/build.make tests/CMakeFiles/test-autorelease.dir/test-autorelease.cpp.o |
| .PHONY : test-autorelease.cpp.o |
|
|
| test-autorelease.i: test-autorelease.cpp.i |
| .PHONY : test-autorelease.i |
|
|
| |
| test-autorelease.cpp.i: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-autorelease.dir/build.make tests/CMakeFiles/test-autorelease.dir/test-autorelease.cpp.i |
| .PHONY : test-autorelease.cpp.i |
|
|
| test-autorelease.s: test-autorelease.cpp.s |
| .PHONY : test-autorelease.s |
|
|
| |
| test-autorelease.cpp.s: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-autorelease.dir/build.make tests/CMakeFiles/test-autorelease.dir/test-autorelease.cpp.s |
| .PHONY : test-autorelease.cpp.s |
|
|
| test-backend-ops.o: test-backend-ops.cpp.o |
| .PHONY : test-backend-ops.o |
|
|
| |
| test-backend-ops.cpp.o: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-backend-ops.dir/build.make tests/CMakeFiles/test-backend-ops.dir/test-backend-ops.cpp.o |
| .PHONY : test-backend-ops.cpp.o |
|
|
| test-backend-ops.i: test-backend-ops.cpp.i |
| .PHONY : test-backend-ops.i |
|
|
| |
| test-backend-ops.cpp.i: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-backend-ops.dir/build.make tests/CMakeFiles/test-backend-ops.dir/test-backend-ops.cpp.i |
| .PHONY : test-backend-ops.cpp.i |
|
|
| test-backend-ops.s: test-backend-ops.cpp.s |
| .PHONY : test-backend-ops.s |
|
|
| |
| test-backend-ops.cpp.s: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-backend-ops.dir/build.make tests/CMakeFiles/test-backend-ops.dir/test-backend-ops.cpp.s |
| .PHONY : test-backend-ops.cpp.s |
|
|
| test-c.o: test-c.c.o |
| .PHONY : test-c.o |
|
|
| |
| test-c.c.o: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-c.dir/build.make tests/CMakeFiles/test-c.dir/test-c.c.o |
| .PHONY : test-c.c.o |
|
|
| test-c.i: test-c.c.i |
| .PHONY : test-c.i |
|
|
| |
| test-c.c.i: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-c.dir/build.make tests/CMakeFiles/test-c.dir/test-c.c.i |
| .PHONY : test-c.c.i |
|
|
| test-c.s: test-c.c.s |
| .PHONY : test-c.s |
|
|
| |
| test-c.c.s: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-c.dir/build.make tests/CMakeFiles/test-c.dir/test-c.c.s |
| .PHONY : test-c.c.s |
|
|
| test-chat-template.o: test-chat-template.cpp.o |
| .PHONY : test-chat-template.o |
|
|
| |
| test-chat-template.cpp.o: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-chat-template.dir/build.make tests/CMakeFiles/test-chat-template.dir/test-chat-template.cpp.o |
| .PHONY : test-chat-template.cpp.o |
|
|
| test-chat-template.i: test-chat-template.cpp.i |
| .PHONY : test-chat-template.i |
|
|
| |
| test-chat-template.cpp.i: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-chat-template.dir/build.make tests/CMakeFiles/test-chat-template.dir/test-chat-template.cpp.i |
| .PHONY : test-chat-template.cpp.i |
|
|
| test-chat-template.s: test-chat-template.cpp.s |
| .PHONY : test-chat-template.s |
|
|
| |
| test-chat-template.cpp.s: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-chat-template.dir/build.make tests/CMakeFiles/test-chat-template.dir/test-chat-template.cpp.s |
| .PHONY : test-chat-template.cpp.s |
|
|
| test-function-calls.o: test-function-calls.cpp.o |
| .PHONY : test-function-calls.o |
|
|
| |
| test-function-calls.cpp.o: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-function-calls.dir/build.make tests/CMakeFiles/test-function-calls.dir/test-function-calls.cpp.o |
| .PHONY : test-function-calls.cpp.o |
|
|
| test-function-calls.i: test-function-calls.cpp.i |
| .PHONY : test-function-calls.i |
|
|
| |
| test-function-calls.cpp.i: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-function-calls.dir/build.make tests/CMakeFiles/test-function-calls.dir/test-function-calls.cpp.i |
| .PHONY : test-function-calls.cpp.i |
|
|
| test-function-calls.s: test-function-calls.cpp.s |
| .PHONY : test-function-calls.s |
|
|
| |
| test-function-calls.cpp.s: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-function-calls.dir/build.make tests/CMakeFiles/test-function-calls.dir/test-function-calls.cpp.s |
| .PHONY : test-function-calls.cpp.s |
|
|
| test-grad0.o: test-grad0.cpp.o |
| .PHONY : test-grad0.o |
|
|
| |
| test-grad0.cpp.o: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-grad0.dir/build.make tests/CMakeFiles/test-grad0.dir/test-grad0.cpp.o |
| .PHONY : test-grad0.cpp.o |
|
|
| test-grad0.i: test-grad0.cpp.i |
| .PHONY : test-grad0.i |
|
|
| |
| test-grad0.cpp.i: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-grad0.dir/build.make tests/CMakeFiles/test-grad0.dir/test-grad0.cpp.i |
| .PHONY : test-grad0.cpp.i |
|
|
| test-grad0.s: test-grad0.cpp.s |
| .PHONY : test-grad0.s |
|
|
| |
| test-grad0.cpp.s: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-grad0.dir/build.make tests/CMakeFiles/test-grad0.dir/test-grad0.cpp.s |
| .PHONY : test-grad0.cpp.s |
|
|
| test-grammar-integration.o: test-grammar-integration.cpp.o |
| .PHONY : test-grammar-integration.o |
|
|
| |
| test-grammar-integration.cpp.o: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-grammar-integration.dir/build.make tests/CMakeFiles/test-grammar-integration.dir/test-grammar-integration.cpp.o |
| .PHONY : test-grammar-integration.cpp.o |
|
|
| test-grammar-integration.i: test-grammar-integration.cpp.i |
| .PHONY : test-grammar-integration.i |
|
|
| |
| test-grammar-integration.cpp.i: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-grammar-integration.dir/build.make tests/CMakeFiles/test-grammar-integration.dir/test-grammar-integration.cpp.i |
| .PHONY : test-grammar-integration.cpp.i |
|
|
| test-grammar-integration.s: test-grammar-integration.cpp.s |
| .PHONY : test-grammar-integration.s |
|
|
| |
| test-grammar-integration.cpp.s: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-grammar-integration.dir/build.make tests/CMakeFiles/test-grammar-integration.dir/test-grammar-integration.cpp.s |
| .PHONY : test-grammar-integration.cpp.s |
|
|
| test-grammar-parser.o: test-grammar-parser.cpp.o |
| .PHONY : test-grammar-parser.o |
|
|
| |
| test-grammar-parser.cpp.o: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-grammar-parser.dir/build.make tests/CMakeFiles/test-grammar-parser.dir/test-grammar-parser.cpp.o |
| .PHONY : test-grammar-parser.cpp.o |
|
|
| test-grammar-parser.i: test-grammar-parser.cpp.i |
| .PHONY : test-grammar-parser.i |
|
|
| |
| test-grammar-parser.cpp.i: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-grammar-parser.dir/build.make tests/CMakeFiles/test-grammar-parser.dir/test-grammar-parser.cpp.i |
| .PHONY : test-grammar-parser.cpp.i |
|
|
| test-grammar-parser.s: test-grammar-parser.cpp.s |
| .PHONY : test-grammar-parser.s |
|
|
| |
| test-grammar-parser.cpp.s: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-grammar-parser.dir/build.make tests/CMakeFiles/test-grammar-parser.dir/test-grammar-parser.cpp.s |
| .PHONY : test-grammar-parser.cpp.s |
|
|
| test-json-schema-to-grammar.o: test-json-schema-to-grammar.cpp.o |
| .PHONY : test-json-schema-to-grammar.o |
|
|
| |
| test-json-schema-to-grammar.cpp.o: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-json-schema-to-grammar.dir/build.make tests/CMakeFiles/test-json-schema-to-grammar.dir/test-json-schema-to-grammar.cpp.o |
| .PHONY : test-json-schema-to-grammar.cpp.o |
|
|
| test-json-schema-to-grammar.i: test-json-schema-to-grammar.cpp.i |
| .PHONY : test-json-schema-to-grammar.i |
|
|
| |
| test-json-schema-to-grammar.cpp.i: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-json-schema-to-grammar.dir/build.make tests/CMakeFiles/test-json-schema-to-grammar.dir/test-json-schema-to-grammar.cpp.i |
| .PHONY : test-json-schema-to-grammar.cpp.i |
|
|
| test-json-schema-to-grammar.s: test-json-schema-to-grammar.cpp.s |
| .PHONY : test-json-schema-to-grammar.s |
|
|
| |
| test-json-schema-to-grammar.cpp.s: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-json-schema-to-grammar.dir/build.make tests/CMakeFiles/test-json-schema-to-grammar.dir/test-json-schema-to-grammar.cpp.s |
| .PHONY : test-json-schema-to-grammar.cpp.s |
|
|
| test-llama-grammar.o: test-llama-grammar.cpp.o |
| .PHONY : test-llama-grammar.o |
|
|
| |
| test-llama-grammar.cpp.o: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-llama-grammar.dir/build.make tests/CMakeFiles/test-llama-grammar.dir/test-llama-grammar.cpp.o |
| .PHONY : test-llama-grammar.cpp.o |
|
|
| test-llama-grammar.i: test-llama-grammar.cpp.i |
| .PHONY : test-llama-grammar.i |
|
|
| |
| test-llama-grammar.cpp.i: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-llama-grammar.dir/build.make tests/CMakeFiles/test-llama-grammar.dir/test-llama-grammar.cpp.i |
| .PHONY : test-llama-grammar.cpp.i |
|
|
| test-llama-grammar.s: test-llama-grammar.cpp.s |
| .PHONY : test-llama-grammar.s |
|
|
| |
| test-llama-grammar.cpp.s: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-llama-grammar.dir/build.make tests/CMakeFiles/test-llama-grammar.dir/test-llama-grammar.cpp.s |
| .PHONY : test-llama-grammar.cpp.s |
|
|
| test-model-load-cancel.o: test-model-load-cancel.cpp.o |
| .PHONY : test-model-load-cancel.o |
|
|
| |
| test-model-load-cancel.cpp.o: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-model-load-cancel.dir/build.make tests/CMakeFiles/test-model-load-cancel.dir/test-model-load-cancel.cpp.o |
| .PHONY : test-model-load-cancel.cpp.o |
|
|
| test-model-load-cancel.i: test-model-load-cancel.cpp.i |
| .PHONY : test-model-load-cancel.i |
|
|
| |
| test-model-load-cancel.cpp.i: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-model-load-cancel.dir/build.make tests/CMakeFiles/test-model-load-cancel.dir/test-model-load-cancel.cpp.i |
| .PHONY : test-model-load-cancel.cpp.i |
|
|
| test-model-load-cancel.s: test-model-load-cancel.cpp.s |
| .PHONY : test-model-load-cancel.s |
|
|
| |
| test-model-load-cancel.cpp.s: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-model-load-cancel.dir/build.make tests/CMakeFiles/test-model-load-cancel.dir/test-model-load-cancel.cpp.s |
| .PHONY : test-model-load-cancel.cpp.s |
|
|
| test-quantize-fns.o: test-quantize-fns.cpp.o |
| .PHONY : test-quantize-fns.o |
|
|
| |
| test-quantize-fns.cpp.o: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-quantize-fns.dir/build.make tests/CMakeFiles/test-quantize-fns.dir/test-quantize-fns.cpp.o |
| .PHONY : test-quantize-fns.cpp.o |
|
|
| test-quantize-fns.i: test-quantize-fns.cpp.i |
| .PHONY : test-quantize-fns.i |
|
|
| |
| test-quantize-fns.cpp.i: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-quantize-fns.dir/build.make tests/CMakeFiles/test-quantize-fns.dir/test-quantize-fns.cpp.i |
| .PHONY : test-quantize-fns.cpp.i |
|
|
| test-quantize-fns.s: test-quantize-fns.cpp.s |
| .PHONY : test-quantize-fns.s |
|
|
| |
| test-quantize-fns.cpp.s: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-quantize-fns.dir/build.make tests/CMakeFiles/test-quantize-fns.dir/test-quantize-fns.cpp.s |
| .PHONY : test-quantize-fns.cpp.s |
|
|
| test-quantize-perf.o: test-quantize-perf.cpp.o |
| .PHONY : test-quantize-perf.o |
|
|
| |
| test-quantize-perf.cpp.o: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-quantize-perf.dir/build.make tests/CMakeFiles/test-quantize-perf.dir/test-quantize-perf.cpp.o |
| .PHONY : test-quantize-perf.cpp.o |
|
|
| test-quantize-perf.i: test-quantize-perf.cpp.i |
| .PHONY : test-quantize-perf.i |
|
|
| |
| test-quantize-perf.cpp.i: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-quantize-perf.dir/build.make tests/CMakeFiles/test-quantize-perf.dir/test-quantize-perf.cpp.i |
| .PHONY : test-quantize-perf.cpp.i |
|
|
| test-quantize-perf.s: test-quantize-perf.cpp.s |
| .PHONY : test-quantize-perf.s |
|
|
| |
| test-quantize-perf.cpp.s: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-quantize-perf.dir/build.make tests/CMakeFiles/test-quantize-perf.dir/test-quantize-perf.cpp.s |
| .PHONY : test-quantize-perf.cpp.s |
|
|
| test-rope.o: test-rope.cpp.o |
| .PHONY : test-rope.o |
|
|
| |
| test-rope.cpp.o: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-rope.dir/build.make tests/CMakeFiles/test-rope.dir/test-rope.cpp.o |
| .PHONY : test-rope.cpp.o |
|
|
| test-rope.i: test-rope.cpp.i |
| .PHONY : test-rope.i |
|
|
| |
| test-rope.cpp.i: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-rope.dir/build.make tests/CMakeFiles/test-rope.dir/test-rope.cpp.i |
| .PHONY : test-rope.cpp.i |
|
|
| test-rope.s: test-rope.cpp.s |
| .PHONY : test-rope.s |
|
|
| |
| test-rope.cpp.s: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-rope.dir/build.make tests/CMakeFiles/test-rope.dir/test-rope.cpp.s |
| .PHONY : test-rope.cpp.s |
|
|
| test-sampling.o: test-sampling.cpp.o |
| .PHONY : test-sampling.o |
|
|
| |
| test-sampling.cpp.o: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-sampling.dir/build.make tests/CMakeFiles/test-sampling.dir/test-sampling.cpp.o |
| .PHONY : test-sampling.cpp.o |
|
|
| test-sampling.i: test-sampling.cpp.i |
| .PHONY : test-sampling.i |
|
|
| |
| test-sampling.cpp.i: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-sampling.dir/build.make tests/CMakeFiles/test-sampling.dir/test-sampling.cpp.i |
| .PHONY : test-sampling.cpp.i |
|
|
| test-sampling.s: test-sampling.cpp.s |
| .PHONY : test-sampling.s |
|
|
| |
| test-sampling.cpp.s: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-sampling.dir/build.make tests/CMakeFiles/test-sampling.dir/test-sampling.cpp.s |
| .PHONY : test-sampling.cpp.s |
|
|
| test-tokenizer-0.o: test-tokenizer-0.cpp.o |
| .PHONY : test-tokenizer-0.o |
|
|
| |
| test-tokenizer-0.cpp.o: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-tokenizer-0.dir/build.make tests/CMakeFiles/test-tokenizer-0.dir/test-tokenizer-0.cpp.o |
| .PHONY : test-tokenizer-0.cpp.o |
|
|
| test-tokenizer-0.i: test-tokenizer-0.cpp.i |
| .PHONY : test-tokenizer-0.i |
|
|
| |
| test-tokenizer-0.cpp.i: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-tokenizer-0.dir/build.make tests/CMakeFiles/test-tokenizer-0.dir/test-tokenizer-0.cpp.i |
| .PHONY : test-tokenizer-0.cpp.i |
|
|
| test-tokenizer-0.s: test-tokenizer-0.cpp.s |
| .PHONY : test-tokenizer-0.s |
|
|
| |
| test-tokenizer-0.cpp.s: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-tokenizer-0.dir/build.make tests/CMakeFiles/test-tokenizer-0.dir/test-tokenizer-0.cpp.s |
| .PHONY : test-tokenizer-0.cpp.s |
|
|
| test-tokenizer-1-bpe.o: test-tokenizer-1-bpe.cpp.o |
| .PHONY : test-tokenizer-1-bpe.o |
|
|
| |
| test-tokenizer-1-bpe.cpp.o: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-tokenizer-1-bpe.dir/build.make tests/CMakeFiles/test-tokenizer-1-bpe.dir/test-tokenizer-1-bpe.cpp.o |
| .PHONY : test-tokenizer-1-bpe.cpp.o |
|
|
| test-tokenizer-1-bpe.i: test-tokenizer-1-bpe.cpp.i |
| .PHONY : test-tokenizer-1-bpe.i |
|
|
| |
| test-tokenizer-1-bpe.cpp.i: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-tokenizer-1-bpe.dir/build.make tests/CMakeFiles/test-tokenizer-1-bpe.dir/test-tokenizer-1-bpe.cpp.i |
| .PHONY : test-tokenizer-1-bpe.cpp.i |
|
|
| test-tokenizer-1-bpe.s: test-tokenizer-1-bpe.cpp.s |
| .PHONY : test-tokenizer-1-bpe.s |
|
|
| |
| test-tokenizer-1-bpe.cpp.s: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-tokenizer-1-bpe.dir/build.make tests/CMakeFiles/test-tokenizer-1-bpe.dir/test-tokenizer-1-bpe.cpp.s |
| .PHONY : test-tokenizer-1-bpe.cpp.s |
|
|
| test-tokenizer-1-spm.o: test-tokenizer-1-spm.cpp.o |
| .PHONY : test-tokenizer-1-spm.o |
|
|
| |
| test-tokenizer-1-spm.cpp.o: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-tokenizer-1-spm.dir/build.make tests/CMakeFiles/test-tokenizer-1-spm.dir/test-tokenizer-1-spm.cpp.o |
| .PHONY : test-tokenizer-1-spm.cpp.o |
|
|
| test-tokenizer-1-spm.i: test-tokenizer-1-spm.cpp.i |
| .PHONY : test-tokenizer-1-spm.i |
|
|
| |
| test-tokenizer-1-spm.cpp.i: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-tokenizer-1-spm.dir/build.make tests/CMakeFiles/test-tokenizer-1-spm.dir/test-tokenizer-1-spm.cpp.i |
| .PHONY : test-tokenizer-1-spm.cpp.i |
|
|
| test-tokenizer-1-spm.s: test-tokenizer-1-spm.cpp.s |
| .PHONY : test-tokenizer-1-spm.s |
|
|
| |
| test-tokenizer-1-spm.cpp.s: |
| cd /content/tmp/build && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-tokenizer-1-spm.dir/build.make tests/CMakeFiles/test-tokenizer-1-spm.dir/test-tokenizer-1-spm.cpp.s |
| .PHONY : test-tokenizer-1-spm.cpp.s |
|
|
| |
| help: |
| @echo "The following are some of the valid targets for this Makefile:" |
| @echo "... all (the default if no target is provided)" |
| @echo "... clean" |
| @echo "... depend" |
| @echo "... edit_cache" |
| @echo "... install" |
| @echo "... install/local" |
| @echo "... install/strip" |
| @echo "... list_install_components" |
| @echo "... rebuild_cache" |
| @echo "... test" |
| @echo "... test-autorelease" |
| @echo "... test-backend-ops" |
| @echo "... test-c" |
| @echo "... test-chat-template" |
| @echo "... test-function-calls" |
| @echo "... test-grad0" |
| @echo "... test-grammar-integration" |
| @echo "... test-grammar-parser" |
| @echo "... test-json-schema-to-grammar" |
| @echo "... test-llama-grammar" |
| @echo "... test-model-load-cancel" |
| @echo "... test-quantize-fns" |
| @echo "... test-quantize-perf" |
| @echo "... test-rope" |
| @echo "... test-sampling" |
| @echo "... test-tokenizer-0" |
| @echo "... test-tokenizer-1-bpe" |
| @echo "... test-tokenizer-1-spm" |
| @echo "... get-model.o" |
| @echo "... get-model.i" |
| @echo "... get-model.s" |
| @echo "... test-autorelease.o" |
| @echo "... test-autorelease.i" |
| @echo "... test-autorelease.s" |
| @echo "... test-backend-ops.o" |
| @echo "... test-backend-ops.i" |
| @echo "... test-backend-ops.s" |
| @echo "... test-c.o" |
| @echo "... test-c.i" |
| @echo "... test-c.s" |
| @echo "... test-chat-template.o" |
| @echo "... test-chat-template.i" |
| @echo "... test-chat-template.s" |
| @echo "... test-function-calls.o" |
| @echo "... test-function-calls.i" |
| @echo "... test-function-calls.s" |
| @echo "... test-grad0.o" |
| @echo "... test-grad0.i" |
| @echo "... test-grad0.s" |
| @echo "... test-grammar-integration.o" |
| @echo "... test-grammar-integration.i" |
| @echo "... test-grammar-integration.s" |
| @echo "... test-grammar-parser.o" |
| @echo "... test-grammar-parser.i" |
| @echo "... test-grammar-parser.s" |
| @echo "... test-json-schema-to-grammar.o" |
| @echo "... test-json-schema-to-grammar.i" |
| @echo "... test-json-schema-to-grammar.s" |
| @echo "... test-llama-grammar.o" |
| @echo "... test-llama-grammar.i" |
| @echo "... test-llama-grammar.s" |
| @echo "... test-model-load-cancel.o" |
| @echo "... test-model-load-cancel.i" |
| @echo "... test-model-load-cancel.s" |
| @echo "... test-quantize-fns.o" |
| @echo "... test-quantize-fns.i" |
| @echo "... test-quantize-fns.s" |
| @echo "... test-quantize-perf.o" |
| @echo "... test-quantize-perf.i" |
| @echo "... test-quantize-perf.s" |
| @echo "... test-rope.o" |
| @echo "... test-rope.i" |
| @echo "... test-rope.s" |
| @echo "... test-sampling.o" |
| @echo "... test-sampling.i" |
| @echo "... test-sampling.s" |
| @echo "... test-tokenizer-0.o" |
| @echo "... test-tokenizer-0.i" |
| @echo "... test-tokenizer-0.s" |
| @echo "... test-tokenizer-1-bpe.o" |
| @echo "... test-tokenizer-1-bpe.i" |
| @echo "... test-tokenizer-1-bpe.s" |
| @echo "... test-tokenizer-1-spm.o" |
| @echo "... test-tokenizer-1-spm.i" |
| @echo "... test-tokenizer-1-spm.s" |
| .PHONY : help |
|
|
|
|
|
|
| |
| |
|
|
| |
| |
| |
| cmake_check_build_system: |
| cd /content/tmp/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 |
| .PHONY : cmake_check_build_system |
|
|
|
|