Spaces:
Running
Running
| # CMAKE generated file: DO NOT EDIT! | |
| # Generated by "Unix Makefiles" Generator, CMake Version 3.31 | |
| # Default target executed when no arguments are given to make. | |
| default_target: all | |
| .PHONY : default_target | |
| # Allow only one "make -f Makefile2" at a time, but pass parallelism. | |
| .NOTPARALLEL: | |
| #============================================================================= | |
| # Special targets provided by cmake. | |
| # Disable implicit rules so canonical targets will work. | |
| .SUFFIXES: | |
| # Disable VCS-based implicit rules. | |
| % : %,v | |
| # Disable VCS-based implicit rules. | |
| % : RCS/% | |
| # Disable VCS-based implicit rules. | |
| % : RCS/%,v | |
| # Disable VCS-based implicit rules. | |
| % : SCCS/s.% | |
| # Disable VCS-based implicit rules. | |
| % : s.% | |
| .SUFFIXES: .hpux_make_needs_suffix_list | |
| # Command-line flag to silence nested $(MAKE). | |
| $(VERBOSE)MAKESILENT = -s | |
| #Suppress display of executed commands. | |
| $(VERBOSE).SILENT: | |
| # A target that is always out of date. | |
| cmake_force: | |
| .PHONY : cmake_force | |
| #============================================================================= | |
| # Set environment variables for the build. | |
| # The shell in which to execute make rules. | |
| SHELL = /bin/sh | |
| # The CMake executable. | |
| CMAKE_COMMAND = /opt/homebrew/bin/cmake | |
| # The command to remove a file. | |
| RM = /opt/homebrew/bin/cmake -E rm -f | |
| # Escaping for special characters. | |
| EQUALS = = | |
| # The top-level source directory on which CMake was run. | |
| CMAKE_SOURCE_DIR = /Users/kb7/Downloads/Quantization/llama.cpp | |
| # The top-level build directory on which CMake was run. | |
| CMAKE_BINARY_DIR = /Users/kb7/Downloads/Quantization/llama.cpp/build | |
| #============================================================================= | |
| # Targets provided globally by CMake. | |
| # Special rule for the target test | |
| test: | |
| @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running tests..." | |
| /opt/homebrew/bin/ctest --force-new-ctest-process $(ARGS) | |
| .PHONY : test | |
| # Special rule for the target test | |
| test/fast: test | |
| .PHONY : test/fast | |
| # Special rule for the target edit_cache | |
| edit_cache: | |
| @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." | |
| /opt/homebrew/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) | |
| .PHONY : edit_cache | |
| # Special rule for the target edit_cache | |
| edit_cache/fast: edit_cache | |
| .PHONY : edit_cache/fast | |
| # Special rule for the target rebuild_cache | |
| rebuild_cache: | |
| @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." | |
| /opt/homebrew/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) | |
| .PHONY : rebuild_cache | |
| # Special rule for the target rebuild_cache | |
| rebuild_cache/fast: rebuild_cache | |
| .PHONY : rebuild_cache/fast | |
| # Special rule for the target list_install_components | |
| list_install_components: | |
| @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" | |
| .PHONY : list_install_components | |
| # Special rule for the target list_install_components | |
| list_install_components/fast: list_install_components | |
| .PHONY : list_install_components/fast | |
| # Special rule for the target install | |
| install: preinstall | |
| @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." | |
| /opt/homebrew/bin/cmake -P cmake_install.cmake | |
| .PHONY : install | |
| # Special rule for the target install | |
| install/fast: preinstall/fast | |
| @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." | |
| /opt/homebrew/bin/cmake -P cmake_install.cmake | |
| .PHONY : install/fast | |
| # Special rule for the target install/local | |
| install/local: preinstall | |
| @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." | |
| /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake | |
| .PHONY : install/local | |
| # Special rule for the target install/local | |
| install/local/fast: preinstall/fast | |
| @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." | |
| /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake | |
| .PHONY : install/local/fast | |
| # Special rule for the target install/strip | |
| install/strip: preinstall | |
| @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." | |
| /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake | |
| .PHONY : install/strip | |
| # Special rule for the target install/strip | |
| install/strip/fast: preinstall/fast | |
| @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." | |
| /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake | |
| .PHONY : install/strip/fast | |
| # The main all target | |
| all: cmake_check_build_system | |
| cd /Users/kb7/Downloads/Quantization/llama.cpp/build && $(CMAKE_COMMAND) -E cmake_progress_start /Users/kb7/Downloads/Quantization/llama.cpp/build/CMakeFiles /Users/kb7/Downloads/Quantization/llama.cpp/build/examples/llava//CMakeFiles/progress.marks | |
| cd /Users/kb7/Downloads/Quantization/llama.cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/llava/all | |
| $(CMAKE_COMMAND) -E cmake_progress_start /Users/kb7/Downloads/Quantization/llama.cpp/build/CMakeFiles 0 | |
| .PHONY : all | |
| # The main clean target | |
| clean: | |
| cd /Users/kb7/Downloads/Quantization/llama.cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/llava/clean | |
| .PHONY : clean | |
| # The main clean target | |
| clean/fast: clean | |
| .PHONY : clean/fast | |
| # Prepare targets for installation. | |
| preinstall: all | |
| cd /Users/kb7/Downloads/Quantization/llama.cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/llava/preinstall | |
| .PHONY : preinstall | |
| # Prepare targets for installation. | |
| preinstall/fast: | |
| cd /Users/kb7/Downloads/Quantization/llama.cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/llava/preinstall | |
| .PHONY : preinstall/fast | |
| # clear depends | |
| depend: | |
| cd /Users/kb7/Downloads/Quantization/llama.cpp/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 | |
| .PHONY : depend | |
| # Convenience name for target. | |
| examples/llava/CMakeFiles/llava.dir/rule: | |
| cd /Users/kb7/Downloads/Quantization/llama.cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/llava/CMakeFiles/llava.dir/rule | |
| .PHONY : examples/llava/CMakeFiles/llava.dir/rule | |
| # Convenience name for target. | |
| llava: examples/llava/CMakeFiles/llava.dir/rule | |
| .PHONY : llava | |
| # fast build rule for target. | |
| llava/fast: | |
| cd /Users/kb7/Downloads/Quantization/llama.cpp/build && $(MAKE) $(MAKESILENT) -f examples/llava/CMakeFiles/llava.dir/build.make examples/llava/CMakeFiles/llava.dir/build | |
| .PHONY : llava/fast | |
| # Convenience name for target. | |
| examples/llava/CMakeFiles/llava_static.dir/rule: | |
| cd /Users/kb7/Downloads/Quantization/llama.cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/llava/CMakeFiles/llava_static.dir/rule | |
| .PHONY : examples/llava/CMakeFiles/llava_static.dir/rule | |
| # Convenience name for target. | |
| llava_static: examples/llava/CMakeFiles/llava_static.dir/rule | |
| .PHONY : llava_static | |
| # fast build rule for target. | |
| llava_static/fast: | |
| cd /Users/kb7/Downloads/Quantization/llama.cpp/build && $(MAKE) $(MAKESILENT) -f examples/llava/CMakeFiles/llava_static.dir/build.make examples/llava/CMakeFiles/llava_static.dir/build | |
| .PHONY : llava_static/fast | |
| # Convenience name for target. | |
| examples/llava/CMakeFiles/llava_shared.dir/rule: | |
| cd /Users/kb7/Downloads/Quantization/llama.cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/llava/CMakeFiles/llava_shared.dir/rule | |
| .PHONY : examples/llava/CMakeFiles/llava_shared.dir/rule | |
| # Convenience name for target. | |
| llava_shared: examples/llava/CMakeFiles/llava_shared.dir/rule | |
| .PHONY : llava_shared | |
| # fast build rule for target. | |
| llava_shared/fast: | |
| cd /Users/kb7/Downloads/Quantization/llama.cpp/build && $(MAKE) $(MAKESILENT) -f examples/llava/CMakeFiles/llava_shared.dir/build.make examples/llava/CMakeFiles/llava_shared.dir/build | |
| .PHONY : llava_shared/fast | |
| # Convenience name for target. | |
| examples/llava/CMakeFiles/llama-llava-cli.dir/rule: | |
| cd /Users/kb7/Downloads/Quantization/llama.cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/llava/CMakeFiles/llama-llava-cli.dir/rule | |
| .PHONY : examples/llava/CMakeFiles/llama-llava-cli.dir/rule | |
| # Convenience name for target. | |
| llama-llava-cli: examples/llava/CMakeFiles/llama-llava-cli.dir/rule | |
| .PHONY : llama-llava-cli | |
| # fast build rule for target. | |
| llama-llava-cli/fast: | |
| cd /Users/kb7/Downloads/Quantization/llama.cpp/build && $(MAKE) $(MAKESILENT) -f examples/llava/CMakeFiles/llama-llava-cli.dir/build.make examples/llava/CMakeFiles/llama-llava-cli.dir/build | |
| .PHONY : llama-llava-cli/fast | |
| # Convenience name for target. | |
| examples/llava/CMakeFiles/llama-minicpmv-cli.dir/rule: | |
| cd /Users/kb7/Downloads/Quantization/llama.cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/llava/CMakeFiles/llama-minicpmv-cli.dir/rule | |
| .PHONY : examples/llava/CMakeFiles/llama-minicpmv-cli.dir/rule | |
| # Convenience name for target. | |
| llama-minicpmv-cli: examples/llava/CMakeFiles/llama-minicpmv-cli.dir/rule | |
| .PHONY : llama-minicpmv-cli | |
| # fast build rule for target. | |
| llama-minicpmv-cli/fast: | |
| cd /Users/kb7/Downloads/Quantization/llama.cpp/build && $(MAKE) $(MAKESILENT) -f examples/llava/CMakeFiles/llama-minicpmv-cli.dir/build.make examples/llava/CMakeFiles/llama-minicpmv-cli.dir/build | |
| .PHONY : llama-minicpmv-cli/fast | |
| # Convenience name for target. | |
| examples/llava/CMakeFiles/llama-qwen2vl-cli.dir/rule: | |
| cd /Users/kb7/Downloads/Quantization/llama.cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/llava/CMakeFiles/llama-qwen2vl-cli.dir/rule | |
| .PHONY : examples/llava/CMakeFiles/llama-qwen2vl-cli.dir/rule | |
| # Convenience name for target. | |
| llama-qwen2vl-cli: examples/llava/CMakeFiles/llama-qwen2vl-cli.dir/rule | |
| .PHONY : llama-qwen2vl-cli | |
| # fast build rule for target. | |
| llama-qwen2vl-cli/fast: | |
| cd /Users/kb7/Downloads/Quantization/llama.cpp/build && $(MAKE) $(MAKESILENT) -f examples/llava/CMakeFiles/llama-qwen2vl-cli.dir/build.make examples/llava/CMakeFiles/llama-qwen2vl-cli.dir/build | |
| .PHONY : llama-qwen2vl-cli/fast | |
| # Convenience name for target. | |
| examples/llava/CMakeFiles/llama-llava-clip-quantize-cli.dir/rule: | |
| cd /Users/kb7/Downloads/Quantization/llama.cpp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/llava/CMakeFiles/llama-llava-clip-quantize-cli.dir/rule | |
| .PHONY : examples/llava/CMakeFiles/llama-llava-clip-quantize-cli.dir/rule | |
| # Convenience name for target. | |
| llama-llava-clip-quantize-cli: examples/llava/CMakeFiles/llama-llava-clip-quantize-cli.dir/rule | |
| .PHONY : llama-llava-clip-quantize-cli | |
| # fast build rule for target. | |
| llama-llava-clip-quantize-cli/fast: | |
| cd /Users/kb7/Downloads/Quantization/llama.cpp/build && $(MAKE) $(MAKESILENT) -f examples/llava/CMakeFiles/llama-llava-clip-quantize-cli.dir/build.make examples/llava/CMakeFiles/llama-llava-clip-quantize-cli.dir/build | |
| .PHONY : llama-llava-clip-quantize-cli/fast | |
| clip-quantize-cli.o: clip-quantize-cli.cpp.o | |
| .PHONY : clip-quantize-cli.o | |
| # target to build an object file | |
| clip-quantize-cli.cpp.o: | |
| cd /Users/kb7/Downloads/Quantization/llama.cpp/build && $(MAKE) $(MAKESILENT) -f examples/llava/CMakeFiles/llama-llava-clip-quantize-cli.dir/build.make examples/llava/CMakeFiles/llama-llava-clip-quantize-cli.dir/clip-quantize-cli.cpp.o | |
| .PHONY : clip-quantize-cli.cpp.o | |
| clip-quantize-cli.i: clip-quantize-cli.cpp.i | |
| .PHONY : clip-quantize-cli.i | |
| # target to preprocess a source file | |
| clip-quantize-cli.cpp.i: | |
| cd /Users/kb7/Downloads/Quantization/llama.cpp/build && $(MAKE) $(MAKESILENT) -f examples/llava/CMakeFiles/llama-llava-clip-quantize-cli.dir/build.make examples/llava/CMakeFiles/llama-llava-clip-quantize-cli.dir/clip-quantize-cli.cpp.i | |
| .PHONY : clip-quantize-cli.cpp.i | |
| clip-quantize-cli.s: clip-quantize-cli.cpp.s | |
| .PHONY : clip-quantize-cli.s | |
| # target to generate assembly for a file | |
| clip-quantize-cli.cpp.s: | |
| cd /Users/kb7/Downloads/Quantization/llama.cpp/build && $(MAKE) $(MAKESILENT) -f examples/llava/CMakeFiles/llama-llava-clip-quantize-cli.dir/build.make examples/llava/CMakeFiles/llama-llava-clip-quantize-cli.dir/clip-quantize-cli.cpp.s | |
| .PHONY : clip-quantize-cli.cpp.s | |
| clip.o: clip.cpp.o | |
| .PHONY : clip.o | |
| # target to build an object file | |
| clip.cpp.o: | |
| cd /Users/kb7/Downloads/Quantization/llama.cpp/build && $(MAKE) $(MAKESILENT) -f examples/llava/CMakeFiles/llava.dir/build.make examples/llava/CMakeFiles/llava.dir/clip.cpp.o | |
| .PHONY : clip.cpp.o | |
| clip.i: clip.cpp.i | |
| .PHONY : clip.i | |
| # target to preprocess a source file | |
| clip.cpp.i: | |
| cd /Users/kb7/Downloads/Quantization/llama.cpp/build && $(MAKE) $(MAKESILENT) -f examples/llava/CMakeFiles/llava.dir/build.make examples/llava/CMakeFiles/llava.dir/clip.cpp.i | |
| .PHONY : clip.cpp.i | |
| clip.s: clip.cpp.s | |
| .PHONY : clip.s | |
| # target to generate assembly for a file | |
| clip.cpp.s: | |
| cd /Users/kb7/Downloads/Quantization/llama.cpp/build && $(MAKE) $(MAKESILENT) -f examples/llava/CMakeFiles/llava.dir/build.make examples/llava/CMakeFiles/llava.dir/clip.cpp.s | |
| .PHONY : clip.cpp.s | |
| llava-cli.o: llava-cli.cpp.o | |
| .PHONY : llava-cli.o | |
| # target to build an object file | |
| llava-cli.cpp.o: | |
| cd /Users/kb7/Downloads/Quantization/llama.cpp/build && $(MAKE) $(MAKESILENT) -f examples/llava/CMakeFiles/llama-llava-cli.dir/build.make examples/llava/CMakeFiles/llama-llava-cli.dir/llava-cli.cpp.o | |
| .PHONY : llava-cli.cpp.o | |
| llava-cli.i: llava-cli.cpp.i | |
| .PHONY : llava-cli.i | |
| # target to preprocess a source file | |
| llava-cli.cpp.i: | |
| cd /Users/kb7/Downloads/Quantization/llama.cpp/build && $(MAKE) $(MAKESILENT) -f examples/llava/CMakeFiles/llama-llava-cli.dir/build.make examples/llava/CMakeFiles/llama-llava-cli.dir/llava-cli.cpp.i | |
| .PHONY : llava-cli.cpp.i | |
| llava-cli.s: llava-cli.cpp.s | |
| .PHONY : llava-cli.s | |
| # target to generate assembly for a file | |
| llava-cli.cpp.s: | |
| cd /Users/kb7/Downloads/Quantization/llama.cpp/build && $(MAKE) $(MAKESILENT) -f examples/llava/CMakeFiles/llama-llava-cli.dir/build.make examples/llava/CMakeFiles/llama-llava-cli.dir/llava-cli.cpp.s | |
| .PHONY : llava-cli.cpp.s | |
| llava.o: llava.cpp.o | |
| .PHONY : llava.o | |
| # target to build an object file | |
| llava.cpp.o: | |
| cd /Users/kb7/Downloads/Quantization/llama.cpp/build && $(MAKE) $(MAKESILENT) -f examples/llava/CMakeFiles/llava.dir/build.make examples/llava/CMakeFiles/llava.dir/llava.cpp.o | |
| .PHONY : llava.cpp.o | |
| llava.i: llava.cpp.i | |
| .PHONY : llava.i | |
| # target to preprocess a source file | |
| llava.cpp.i: | |
| cd /Users/kb7/Downloads/Quantization/llama.cpp/build && $(MAKE) $(MAKESILENT) -f examples/llava/CMakeFiles/llava.dir/build.make examples/llava/CMakeFiles/llava.dir/llava.cpp.i | |
| .PHONY : llava.cpp.i | |
| llava.s: llava.cpp.s | |
| .PHONY : llava.s | |
| # target to generate assembly for a file | |
| llava.cpp.s: | |
| cd /Users/kb7/Downloads/Quantization/llama.cpp/build && $(MAKE) $(MAKESILENT) -f examples/llava/CMakeFiles/llava.dir/build.make examples/llava/CMakeFiles/llava.dir/llava.cpp.s | |
| .PHONY : llava.cpp.s | |
| minicpmv-cli.o: minicpmv-cli.cpp.o | |
| .PHONY : minicpmv-cli.o | |
| # target to build an object file | |
| minicpmv-cli.cpp.o: | |
| cd /Users/kb7/Downloads/Quantization/llama.cpp/build && $(MAKE) $(MAKESILENT) -f examples/llava/CMakeFiles/llama-minicpmv-cli.dir/build.make examples/llava/CMakeFiles/llama-minicpmv-cli.dir/minicpmv-cli.cpp.o | |
| .PHONY : minicpmv-cli.cpp.o | |
| minicpmv-cli.i: minicpmv-cli.cpp.i | |
| .PHONY : minicpmv-cli.i | |
| # target to preprocess a source file | |
| minicpmv-cli.cpp.i: | |
| cd /Users/kb7/Downloads/Quantization/llama.cpp/build && $(MAKE) $(MAKESILENT) -f examples/llava/CMakeFiles/llama-minicpmv-cli.dir/build.make examples/llava/CMakeFiles/llama-minicpmv-cli.dir/minicpmv-cli.cpp.i | |
| .PHONY : minicpmv-cli.cpp.i | |
| minicpmv-cli.s: minicpmv-cli.cpp.s | |
| .PHONY : minicpmv-cli.s | |
| # target to generate assembly for a file | |
| minicpmv-cli.cpp.s: | |
| cd /Users/kb7/Downloads/Quantization/llama.cpp/build && $(MAKE) $(MAKESILENT) -f examples/llava/CMakeFiles/llama-minicpmv-cli.dir/build.make examples/llava/CMakeFiles/llama-minicpmv-cli.dir/minicpmv-cli.cpp.s | |
| .PHONY : minicpmv-cli.cpp.s | |
| qwen2vl-cli.o: qwen2vl-cli.cpp.o | |
| .PHONY : qwen2vl-cli.o | |
| # target to build an object file | |
| qwen2vl-cli.cpp.o: | |
| cd /Users/kb7/Downloads/Quantization/llama.cpp/build && $(MAKE) $(MAKESILENT) -f examples/llava/CMakeFiles/llama-qwen2vl-cli.dir/build.make examples/llava/CMakeFiles/llama-qwen2vl-cli.dir/qwen2vl-cli.cpp.o | |
| .PHONY : qwen2vl-cli.cpp.o | |
| qwen2vl-cli.i: qwen2vl-cli.cpp.i | |
| .PHONY : qwen2vl-cli.i | |
| # target to preprocess a source file | |
| qwen2vl-cli.cpp.i: | |
| cd /Users/kb7/Downloads/Quantization/llama.cpp/build && $(MAKE) $(MAKESILENT) -f examples/llava/CMakeFiles/llama-qwen2vl-cli.dir/build.make examples/llava/CMakeFiles/llama-qwen2vl-cli.dir/qwen2vl-cli.cpp.i | |
| .PHONY : qwen2vl-cli.cpp.i | |
| qwen2vl-cli.s: qwen2vl-cli.cpp.s | |
| .PHONY : qwen2vl-cli.s | |
| # target to generate assembly for a file | |
| qwen2vl-cli.cpp.s: | |
| cd /Users/kb7/Downloads/Quantization/llama.cpp/build && $(MAKE) $(MAKESILENT) -f examples/llava/CMakeFiles/llama-qwen2vl-cli.dir/build.make examples/llava/CMakeFiles/llama-qwen2vl-cli.dir/qwen2vl-cli.cpp.s | |
| .PHONY : qwen2vl-cli.cpp.s | |
| # Help Target | |
| 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 "... llama-llava-cli" | |
| @echo "... llama-llava-clip-quantize-cli" | |
| @echo "... llama-minicpmv-cli" | |
| @echo "... llama-qwen2vl-cli" | |
| @echo "... llava" | |
| @echo "... llava_shared" | |
| @echo "... llava_static" | |
| @echo "... clip-quantize-cli.o" | |
| @echo "... clip-quantize-cli.i" | |
| @echo "... clip-quantize-cli.s" | |
| @echo "... clip.o" | |
| @echo "... clip.i" | |
| @echo "... clip.s" | |
| @echo "... llava-cli.o" | |
| @echo "... llava-cli.i" | |
| @echo "... llava-cli.s" | |
| @echo "... llava.o" | |
| @echo "... llava.i" | |
| @echo "... llava.s" | |
| @echo "... minicpmv-cli.o" | |
| @echo "... minicpmv-cli.i" | |
| @echo "... minicpmv-cli.s" | |
| @echo "... qwen2vl-cli.o" | |
| @echo "... qwen2vl-cli.i" | |
| @echo "... qwen2vl-cli.s" | |
| .PHONY : help | |
| #============================================================================= | |
| # Special targets to cleanup operation of make. | |
| # Special rule to run CMake to check the build system integrity. | |
| # No rule that depends on this can have commands that come from listfiles | |
| # because they might be regenerated. | |
| cmake_check_build_system: | |
| cd /Users/kb7/Downloads/Quantization/llama.cpp/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 | |
| .PHONY : cmake_check_build_system | |