1762 lines
61 KiB
Makefile
1762 lines
61 KiB
Makefile
# CMAKE generated file: DO NOT EDIT!
|
|
# Generated by "Unix Makefiles" Generator, CMake Version 3.29
|
|
|
|
# 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 = /home/joan/jina/gateway-api-server/venv/lib/python3.8/site-packages/cmake/data/bin/cmake
|
|
|
|
# The command to remove a file.
|
|
RM = /home/joan/jina/gateway-api-server/venv/lib/python3.8/site-packages/cmake/data/bin/cmake -E rm -f
|
|
|
|
# Escaping for special characters.
|
|
EQUALS = =
|
|
|
|
# The top-level source directory on which CMake was run.
|
|
CMAKE_SOURCE_DIR = /home/joan/workspace/llama.cpp
|
|
|
|
# The top-level build directory on which CMake was run.
|
|
CMAKE_BINARY_DIR = /home/joan/workspace/llama.cpp
|
|
|
|
#=============================================================================
|
|
# Targets provided globally by CMake.
|
|
|
|
# Special rule for the target test
|
|
test:
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running tests..."
|
|
/home/joan/jina/gateway-api-server/venv/lib/python3.8/site-packages/cmake/data/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 "No interactive CMake dialog available..."
|
|
/home/joan/jina/gateway-api-server/venv/lib/python3.8/site-packages/cmake/data/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
|
|
.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..."
|
|
/home/joan/jina/gateway-api-server/venv/lib/python3.8/site-packages/cmake/data/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..."
|
|
/home/joan/jina/gateway-api-server/venv/lib/python3.8/site-packages/cmake/data/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..."
|
|
/home/joan/jina/gateway-api-server/venv/lib/python3.8/site-packages/cmake/data/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..."
|
|
/home/joan/jina/gateway-api-server/venv/lib/python3.8/site-packages/cmake/data/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..."
|
|
/home/joan/jina/gateway-api-server/venv/lib/python3.8/site-packages/cmake/data/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..."
|
|
/home/joan/jina/gateway-api-server/venv/lib/python3.8/site-packages/cmake/data/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..."
|
|
/home/joan/jina/gateway-api-server/venv/lib/python3.8/site-packages/cmake/data/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
|
|
.PHONY : install/strip/fast
|
|
|
|
# The main all target
|
|
all: cmake_check_build_system
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /home/joan/workspace/llama.cpp/CMakeFiles /home/joan/workspace/llama.cpp//CMakeFiles/progress.marks
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /home/joan/workspace/llama.cpp/CMakeFiles 0
|
|
.PHONY : all
|
|
|
|
# The main clean target
|
|
clean:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean
|
|
.PHONY : clean
|
|
|
|
# The main clean target
|
|
clean/fast: clean
|
|
.PHONY : clean/fast
|
|
|
|
# Prepare targets for installation.
|
|
preinstall: all
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
|
|
.PHONY : preinstall
|
|
|
|
# Prepare targets for installation.
|
|
preinstall/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
|
|
.PHONY : preinstall/fast
|
|
|
|
# clear depends
|
|
depend:
|
|
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
|
|
.PHONY : depend
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named ggml
|
|
|
|
# Build rule for target.
|
|
ggml: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ggml
|
|
.PHONY : ggml
|
|
|
|
# fast build rule for target.
|
|
ggml/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ggml.dir/build.make CMakeFiles/ggml.dir/build
|
|
.PHONY : ggml/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named ggml_static
|
|
|
|
# Build rule for target.
|
|
ggml_static: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ggml_static
|
|
.PHONY : ggml_static
|
|
|
|
# fast build rule for target.
|
|
ggml_static/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ggml_static.dir/build.make CMakeFiles/ggml_static.dir/build
|
|
.PHONY : ggml_static/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named llama
|
|
|
|
# Build rule for target.
|
|
llama: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 llama
|
|
.PHONY : llama
|
|
|
|
# fast build rule for target.
|
|
llama/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/llama.dir/build.make CMakeFiles/llama.dir/build
|
|
.PHONY : llama/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named Experimental
|
|
|
|
# Build rule for target.
|
|
Experimental: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Experimental
|
|
.PHONY : Experimental
|
|
|
|
# fast build rule for target.
|
|
Experimental/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Experimental.dir/build.make CMakeFiles/Experimental.dir/build
|
|
.PHONY : Experimental/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named Nightly
|
|
|
|
# Build rule for target.
|
|
Nightly: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Nightly
|
|
.PHONY : Nightly
|
|
|
|
# fast build rule for target.
|
|
Nightly/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Nightly.dir/build.make CMakeFiles/Nightly.dir/build
|
|
.PHONY : Nightly/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named Continuous
|
|
|
|
# Build rule for target.
|
|
Continuous: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Continuous
|
|
.PHONY : Continuous
|
|
|
|
# fast build rule for target.
|
|
Continuous/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Continuous.dir/build.make CMakeFiles/Continuous.dir/build
|
|
.PHONY : Continuous/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named NightlyMemoryCheck
|
|
|
|
# Build rule for target.
|
|
NightlyMemoryCheck: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyMemoryCheck
|
|
.PHONY : NightlyMemoryCheck
|
|
|
|
# fast build rule for target.
|
|
NightlyMemoryCheck/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyMemoryCheck.dir/build.make CMakeFiles/NightlyMemoryCheck.dir/build
|
|
.PHONY : NightlyMemoryCheck/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named NightlyStart
|
|
|
|
# Build rule for target.
|
|
NightlyStart: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyStart
|
|
.PHONY : NightlyStart
|
|
|
|
# fast build rule for target.
|
|
NightlyStart/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyStart.dir/build.make CMakeFiles/NightlyStart.dir/build
|
|
.PHONY : NightlyStart/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named NightlyUpdate
|
|
|
|
# Build rule for target.
|
|
NightlyUpdate: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyUpdate
|
|
.PHONY : NightlyUpdate
|
|
|
|
# fast build rule for target.
|
|
NightlyUpdate/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyUpdate.dir/build.make CMakeFiles/NightlyUpdate.dir/build
|
|
.PHONY : NightlyUpdate/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named NightlyConfigure
|
|
|
|
# Build rule for target.
|
|
NightlyConfigure: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyConfigure
|
|
.PHONY : NightlyConfigure
|
|
|
|
# fast build rule for target.
|
|
NightlyConfigure/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyConfigure.dir/build.make CMakeFiles/NightlyConfigure.dir/build
|
|
.PHONY : NightlyConfigure/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named NightlyBuild
|
|
|
|
# Build rule for target.
|
|
NightlyBuild: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyBuild
|
|
.PHONY : NightlyBuild
|
|
|
|
# fast build rule for target.
|
|
NightlyBuild/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyBuild.dir/build.make CMakeFiles/NightlyBuild.dir/build
|
|
.PHONY : NightlyBuild/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named NightlyTest
|
|
|
|
# Build rule for target.
|
|
NightlyTest: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyTest
|
|
.PHONY : NightlyTest
|
|
|
|
# fast build rule for target.
|
|
NightlyTest/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyTest.dir/build.make CMakeFiles/NightlyTest.dir/build
|
|
.PHONY : NightlyTest/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named NightlyCoverage
|
|
|
|
# Build rule for target.
|
|
NightlyCoverage: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyCoverage
|
|
.PHONY : NightlyCoverage
|
|
|
|
# fast build rule for target.
|
|
NightlyCoverage/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyCoverage.dir/build.make CMakeFiles/NightlyCoverage.dir/build
|
|
.PHONY : NightlyCoverage/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named NightlyMemCheck
|
|
|
|
# Build rule for target.
|
|
NightlyMemCheck: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyMemCheck
|
|
.PHONY : NightlyMemCheck
|
|
|
|
# fast build rule for target.
|
|
NightlyMemCheck/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyMemCheck.dir/build.make CMakeFiles/NightlyMemCheck.dir/build
|
|
.PHONY : NightlyMemCheck/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named NightlySubmit
|
|
|
|
# Build rule for target.
|
|
NightlySubmit: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlySubmit
|
|
.PHONY : NightlySubmit
|
|
|
|
# fast build rule for target.
|
|
NightlySubmit/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/NightlySubmit.dir/build.make CMakeFiles/NightlySubmit.dir/build
|
|
.PHONY : NightlySubmit/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named ExperimentalStart
|
|
|
|
# Build rule for target.
|
|
ExperimentalStart: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalStart
|
|
.PHONY : ExperimentalStart
|
|
|
|
# fast build rule for target.
|
|
ExperimentalStart/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalStart.dir/build.make CMakeFiles/ExperimentalStart.dir/build
|
|
.PHONY : ExperimentalStart/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named ExperimentalUpdate
|
|
|
|
# Build rule for target.
|
|
ExperimentalUpdate: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalUpdate
|
|
.PHONY : ExperimentalUpdate
|
|
|
|
# fast build rule for target.
|
|
ExperimentalUpdate/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalUpdate.dir/build.make CMakeFiles/ExperimentalUpdate.dir/build
|
|
.PHONY : ExperimentalUpdate/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named ExperimentalConfigure
|
|
|
|
# Build rule for target.
|
|
ExperimentalConfigure: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalConfigure
|
|
.PHONY : ExperimentalConfigure
|
|
|
|
# fast build rule for target.
|
|
ExperimentalConfigure/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalConfigure.dir/build.make CMakeFiles/ExperimentalConfigure.dir/build
|
|
.PHONY : ExperimentalConfigure/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named ExperimentalBuild
|
|
|
|
# Build rule for target.
|
|
ExperimentalBuild: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalBuild
|
|
.PHONY : ExperimentalBuild
|
|
|
|
# fast build rule for target.
|
|
ExperimentalBuild/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalBuild.dir/build.make CMakeFiles/ExperimentalBuild.dir/build
|
|
.PHONY : ExperimentalBuild/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named ExperimentalTest
|
|
|
|
# Build rule for target.
|
|
ExperimentalTest: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalTest
|
|
.PHONY : ExperimentalTest
|
|
|
|
# fast build rule for target.
|
|
ExperimentalTest/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalTest.dir/build.make CMakeFiles/ExperimentalTest.dir/build
|
|
.PHONY : ExperimentalTest/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named ExperimentalCoverage
|
|
|
|
# Build rule for target.
|
|
ExperimentalCoverage: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalCoverage
|
|
.PHONY : ExperimentalCoverage
|
|
|
|
# fast build rule for target.
|
|
ExperimentalCoverage/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalCoverage.dir/build.make CMakeFiles/ExperimentalCoverage.dir/build
|
|
.PHONY : ExperimentalCoverage/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named ExperimentalMemCheck
|
|
|
|
# Build rule for target.
|
|
ExperimentalMemCheck: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalMemCheck
|
|
.PHONY : ExperimentalMemCheck
|
|
|
|
# fast build rule for target.
|
|
ExperimentalMemCheck/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalMemCheck.dir/build.make CMakeFiles/ExperimentalMemCheck.dir/build
|
|
.PHONY : ExperimentalMemCheck/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named ExperimentalSubmit
|
|
|
|
# Build rule for target.
|
|
ExperimentalSubmit: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalSubmit
|
|
.PHONY : ExperimentalSubmit
|
|
|
|
# fast build rule for target.
|
|
ExperimentalSubmit/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalSubmit.dir/build.make CMakeFiles/ExperimentalSubmit.dir/build
|
|
.PHONY : ExperimentalSubmit/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named ContinuousStart
|
|
|
|
# Build rule for target.
|
|
ContinuousStart: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousStart
|
|
.PHONY : ContinuousStart
|
|
|
|
# fast build rule for target.
|
|
ContinuousStart/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousStart.dir/build.make CMakeFiles/ContinuousStart.dir/build
|
|
.PHONY : ContinuousStart/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named ContinuousUpdate
|
|
|
|
# Build rule for target.
|
|
ContinuousUpdate: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousUpdate
|
|
.PHONY : ContinuousUpdate
|
|
|
|
# fast build rule for target.
|
|
ContinuousUpdate/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousUpdate.dir/build.make CMakeFiles/ContinuousUpdate.dir/build
|
|
.PHONY : ContinuousUpdate/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named ContinuousConfigure
|
|
|
|
# Build rule for target.
|
|
ContinuousConfigure: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousConfigure
|
|
.PHONY : ContinuousConfigure
|
|
|
|
# fast build rule for target.
|
|
ContinuousConfigure/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousConfigure.dir/build.make CMakeFiles/ContinuousConfigure.dir/build
|
|
.PHONY : ContinuousConfigure/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named ContinuousBuild
|
|
|
|
# Build rule for target.
|
|
ContinuousBuild: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousBuild
|
|
.PHONY : ContinuousBuild
|
|
|
|
# fast build rule for target.
|
|
ContinuousBuild/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousBuild.dir/build.make CMakeFiles/ContinuousBuild.dir/build
|
|
.PHONY : ContinuousBuild/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named ContinuousTest
|
|
|
|
# Build rule for target.
|
|
ContinuousTest: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousTest
|
|
.PHONY : ContinuousTest
|
|
|
|
# fast build rule for target.
|
|
ContinuousTest/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousTest.dir/build.make CMakeFiles/ContinuousTest.dir/build
|
|
.PHONY : ContinuousTest/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named ContinuousCoverage
|
|
|
|
# Build rule for target.
|
|
ContinuousCoverage: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousCoverage
|
|
.PHONY : ContinuousCoverage
|
|
|
|
# fast build rule for target.
|
|
ContinuousCoverage/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousCoverage.dir/build.make CMakeFiles/ContinuousCoverage.dir/build
|
|
.PHONY : ContinuousCoverage/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named ContinuousMemCheck
|
|
|
|
# Build rule for target.
|
|
ContinuousMemCheck: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousMemCheck
|
|
.PHONY : ContinuousMemCheck
|
|
|
|
# fast build rule for target.
|
|
ContinuousMemCheck/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousMemCheck.dir/build.make CMakeFiles/ContinuousMemCheck.dir/build
|
|
.PHONY : ContinuousMemCheck/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named ContinuousSubmit
|
|
|
|
# Build rule for target.
|
|
ContinuousSubmit: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousSubmit
|
|
.PHONY : ContinuousSubmit
|
|
|
|
# fast build rule for target.
|
|
ContinuousSubmit/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousSubmit.dir/build.make CMakeFiles/ContinuousSubmit.dir/build
|
|
.PHONY : ContinuousSubmit/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named build_info
|
|
|
|
# Build rule for target.
|
|
build_info: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 build_info
|
|
.PHONY : build_info
|
|
|
|
# fast build rule for target.
|
|
build_info/fast:
|
|
$(MAKE) $(MAKESILENT) -f common/CMakeFiles/build_info.dir/build.make common/CMakeFiles/build_info.dir/build
|
|
.PHONY : build_info/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named json-schema-to-grammar
|
|
|
|
# Build rule for target.
|
|
json-schema-to-grammar: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 json-schema-to-grammar
|
|
.PHONY : json-schema-to-grammar
|
|
|
|
# fast build rule for target.
|
|
json-schema-to-grammar/fast:
|
|
$(MAKE) $(MAKESILENT) -f common/CMakeFiles/json-schema-to-grammar.dir/build.make common/CMakeFiles/json-schema-to-grammar.dir/build
|
|
.PHONY : json-schema-to-grammar/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named common
|
|
|
|
# Build rule for target.
|
|
common: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 common
|
|
.PHONY : common
|
|
|
|
# fast build rule for target.
|
|
common/fast:
|
|
$(MAKE) $(MAKESILENT) -f common/CMakeFiles/common.dir/build.make common/CMakeFiles/common.dir/build
|
|
.PHONY : common/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test-quantize-fns
|
|
|
|
# Build rule for target.
|
|
test-quantize-fns: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test-quantize-fns
|
|
.PHONY : test-quantize-fns
|
|
|
|
# fast build rule for target.
|
|
test-quantize-fns/fast:
|
|
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-quantize-fns.dir/build.make tests/CMakeFiles/test-quantize-fns.dir/build
|
|
.PHONY : test-quantize-fns/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test-quantize-perf
|
|
|
|
# Build rule for target.
|
|
test-quantize-perf: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test-quantize-perf
|
|
.PHONY : test-quantize-perf
|
|
|
|
# fast build rule for target.
|
|
test-quantize-perf/fast:
|
|
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-quantize-perf.dir/build.make tests/CMakeFiles/test-quantize-perf.dir/build
|
|
.PHONY : test-quantize-perf/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test-sampling
|
|
|
|
# Build rule for target.
|
|
test-sampling: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test-sampling
|
|
.PHONY : test-sampling
|
|
|
|
# fast build rule for target.
|
|
test-sampling/fast:
|
|
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-sampling.dir/build.make tests/CMakeFiles/test-sampling.dir/build
|
|
.PHONY : test-sampling/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test-chat-template
|
|
|
|
# Build rule for target.
|
|
test-chat-template: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test-chat-template
|
|
.PHONY : test-chat-template
|
|
|
|
# fast build rule for target.
|
|
test-chat-template/fast:
|
|
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-chat-template.dir/build.make tests/CMakeFiles/test-chat-template.dir/build
|
|
.PHONY : test-chat-template/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test-tokenizer-0-llama
|
|
|
|
# Build rule for target.
|
|
test-tokenizer-0-llama: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test-tokenizer-0-llama
|
|
.PHONY : test-tokenizer-0-llama
|
|
|
|
# fast build rule for target.
|
|
test-tokenizer-0-llama/fast:
|
|
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-tokenizer-0-llama.dir/build.make tests/CMakeFiles/test-tokenizer-0-llama.dir/build
|
|
.PHONY : test-tokenizer-0-llama/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test-tokenizer-0-falcon
|
|
|
|
# Build rule for target.
|
|
test-tokenizer-0-falcon: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test-tokenizer-0-falcon
|
|
.PHONY : test-tokenizer-0-falcon
|
|
|
|
# fast build rule for target.
|
|
test-tokenizer-0-falcon/fast:
|
|
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-tokenizer-0-falcon.dir/build.make tests/CMakeFiles/test-tokenizer-0-falcon.dir/build
|
|
.PHONY : test-tokenizer-0-falcon/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test-tokenizer-1-llama
|
|
|
|
# Build rule for target.
|
|
test-tokenizer-1-llama: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test-tokenizer-1-llama
|
|
.PHONY : test-tokenizer-1-llama
|
|
|
|
# fast build rule for target.
|
|
test-tokenizer-1-llama/fast:
|
|
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-tokenizer-1-llama.dir/build.make tests/CMakeFiles/test-tokenizer-1-llama.dir/build
|
|
.PHONY : test-tokenizer-1-llama/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test-tokenizer-1-baichuan
|
|
|
|
# Build rule for target.
|
|
test-tokenizer-1-baichuan: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test-tokenizer-1-baichuan
|
|
.PHONY : test-tokenizer-1-baichuan
|
|
|
|
# fast build rule for target.
|
|
test-tokenizer-1-baichuan/fast:
|
|
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-tokenizer-1-baichuan.dir/build.make tests/CMakeFiles/test-tokenizer-1-baichuan.dir/build
|
|
.PHONY : test-tokenizer-1-baichuan/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test-tokenizer-1-falcon
|
|
|
|
# Build rule for target.
|
|
test-tokenizer-1-falcon: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test-tokenizer-1-falcon
|
|
.PHONY : test-tokenizer-1-falcon
|
|
|
|
# fast build rule for target.
|
|
test-tokenizer-1-falcon/fast:
|
|
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-tokenizer-1-falcon.dir/build.make tests/CMakeFiles/test-tokenizer-1-falcon.dir/build
|
|
.PHONY : test-tokenizer-1-falcon/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test-tokenizer-1-aquila
|
|
|
|
# Build rule for target.
|
|
test-tokenizer-1-aquila: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test-tokenizer-1-aquila
|
|
.PHONY : test-tokenizer-1-aquila
|
|
|
|
# fast build rule for target.
|
|
test-tokenizer-1-aquila/fast:
|
|
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-tokenizer-1-aquila.dir/build.make tests/CMakeFiles/test-tokenizer-1-aquila.dir/build
|
|
.PHONY : test-tokenizer-1-aquila/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test-tokenizer-1-mpt
|
|
|
|
# Build rule for target.
|
|
test-tokenizer-1-mpt: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test-tokenizer-1-mpt
|
|
.PHONY : test-tokenizer-1-mpt
|
|
|
|
# fast build rule for target.
|
|
test-tokenizer-1-mpt/fast:
|
|
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-tokenizer-1-mpt.dir/build.make tests/CMakeFiles/test-tokenizer-1-mpt.dir/build
|
|
.PHONY : test-tokenizer-1-mpt/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test-tokenizer-1-stablelm-3b-4e1t
|
|
|
|
# Build rule for target.
|
|
test-tokenizer-1-stablelm-3b-4e1t: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test-tokenizer-1-stablelm-3b-4e1t
|
|
.PHONY : test-tokenizer-1-stablelm-3b-4e1t
|
|
|
|
# fast build rule for target.
|
|
test-tokenizer-1-stablelm-3b-4e1t/fast:
|
|
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-tokenizer-1-stablelm-3b-4e1t.dir/build.make tests/CMakeFiles/test-tokenizer-1-stablelm-3b-4e1t.dir/build
|
|
.PHONY : test-tokenizer-1-stablelm-3b-4e1t/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test-tokenizer-1-gpt-neox
|
|
|
|
# Build rule for target.
|
|
test-tokenizer-1-gpt-neox: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test-tokenizer-1-gpt-neox
|
|
.PHONY : test-tokenizer-1-gpt-neox
|
|
|
|
# fast build rule for target.
|
|
test-tokenizer-1-gpt-neox/fast:
|
|
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-tokenizer-1-gpt-neox.dir/build.make tests/CMakeFiles/test-tokenizer-1-gpt-neox.dir/build
|
|
.PHONY : test-tokenizer-1-gpt-neox/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test-tokenizer-1-refact
|
|
|
|
# Build rule for target.
|
|
test-tokenizer-1-refact: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test-tokenizer-1-refact
|
|
.PHONY : test-tokenizer-1-refact
|
|
|
|
# fast build rule for target.
|
|
test-tokenizer-1-refact/fast:
|
|
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-tokenizer-1-refact.dir/build.make tests/CMakeFiles/test-tokenizer-1-refact.dir/build
|
|
.PHONY : test-tokenizer-1-refact/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test-tokenizer-1-starcoder
|
|
|
|
# Build rule for target.
|
|
test-tokenizer-1-starcoder: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test-tokenizer-1-starcoder
|
|
.PHONY : test-tokenizer-1-starcoder
|
|
|
|
# fast build rule for target.
|
|
test-tokenizer-1-starcoder/fast:
|
|
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-tokenizer-1-starcoder.dir/build.make tests/CMakeFiles/test-tokenizer-1-starcoder.dir/build
|
|
.PHONY : test-tokenizer-1-starcoder/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test-tokenizer-1-gpt2
|
|
|
|
# Build rule for target.
|
|
test-tokenizer-1-gpt2: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test-tokenizer-1-gpt2
|
|
.PHONY : test-tokenizer-1-gpt2
|
|
|
|
# fast build rule for target.
|
|
test-tokenizer-1-gpt2/fast:
|
|
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-tokenizer-1-gpt2.dir/build.make tests/CMakeFiles/test-tokenizer-1-gpt2.dir/build
|
|
.PHONY : test-tokenizer-1-gpt2/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test-grammar-parser
|
|
|
|
# Build rule for target.
|
|
test-grammar-parser: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test-grammar-parser
|
|
.PHONY : test-grammar-parser
|
|
|
|
# fast build rule for target.
|
|
test-grammar-parser/fast:
|
|
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-grammar-parser.dir/build.make tests/CMakeFiles/test-grammar-parser.dir/build
|
|
.PHONY : test-grammar-parser/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test-llama-grammar
|
|
|
|
# Build rule for target.
|
|
test-llama-grammar: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test-llama-grammar
|
|
.PHONY : test-llama-grammar
|
|
|
|
# fast build rule for target.
|
|
test-llama-grammar/fast:
|
|
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-llama-grammar.dir/build.make tests/CMakeFiles/test-llama-grammar.dir/build
|
|
.PHONY : test-llama-grammar/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test-grammar-integration
|
|
|
|
# Build rule for target.
|
|
test-grammar-integration: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test-grammar-integration
|
|
.PHONY : test-grammar-integration
|
|
|
|
# fast build rule for target.
|
|
test-grammar-integration/fast:
|
|
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-grammar-integration.dir/build.make tests/CMakeFiles/test-grammar-integration.dir/build
|
|
.PHONY : test-grammar-integration/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test-grad0
|
|
|
|
# Build rule for target.
|
|
test-grad0: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test-grad0
|
|
.PHONY : test-grad0
|
|
|
|
# fast build rule for target.
|
|
test-grad0/fast:
|
|
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-grad0.dir/build.make tests/CMakeFiles/test-grad0.dir/build
|
|
.PHONY : test-grad0/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test-backend-ops
|
|
|
|
# Build rule for target.
|
|
test-backend-ops: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test-backend-ops
|
|
.PHONY : test-backend-ops
|
|
|
|
# fast build rule for target.
|
|
test-backend-ops/fast:
|
|
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-backend-ops.dir/build.make tests/CMakeFiles/test-backend-ops.dir/build
|
|
.PHONY : test-backend-ops/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test-rope
|
|
|
|
# Build rule for target.
|
|
test-rope: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test-rope
|
|
.PHONY : test-rope
|
|
|
|
# fast build rule for target.
|
|
test-rope/fast:
|
|
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-rope.dir/build.make tests/CMakeFiles/test-rope.dir/build
|
|
.PHONY : test-rope/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test-model-load-cancel
|
|
|
|
# Build rule for target.
|
|
test-model-load-cancel: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test-model-load-cancel
|
|
.PHONY : test-model-load-cancel
|
|
|
|
# fast build rule for target.
|
|
test-model-load-cancel/fast:
|
|
$(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
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test-autorelease
|
|
|
|
# Build rule for target.
|
|
test-autorelease: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test-autorelease
|
|
.PHONY : test-autorelease
|
|
|
|
# fast build rule for target.
|
|
test-autorelease/fast:
|
|
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-autorelease.dir/build.make tests/CMakeFiles/test-autorelease.dir/build
|
|
.PHONY : test-autorelease/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test-json-schema-to-grammar
|
|
|
|
# Build rule for target.
|
|
test-json-schema-to-grammar: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test-json-schema-to-grammar
|
|
.PHONY : test-json-schema-to-grammar
|
|
|
|
# fast build rule for target.
|
|
test-json-schema-to-grammar/fast:
|
|
$(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
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named test-c
|
|
|
|
# Build rule for target.
|
|
test-c: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test-c
|
|
.PHONY : test-c
|
|
|
|
# fast build rule for target.
|
|
test-c/fast:
|
|
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-c.dir/build.make tests/CMakeFiles/test-c.dir/build
|
|
.PHONY : test-c/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named baby-llama
|
|
|
|
# Build rule for target.
|
|
baby-llama: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 baby-llama
|
|
.PHONY : baby-llama
|
|
|
|
# fast build rule for target.
|
|
baby-llama/fast:
|
|
$(MAKE) $(MAKESILENT) -f examples/baby-llama/CMakeFiles/baby-llama.dir/build.make examples/baby-llama/CMakeFiles/baby-llama.dir/build
|
|
.PHONY : baby-llama/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named batched
|
|
|
|
# Build rule for target.
|
|
batched: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 batched
|
|
.PHONY : batched
|
|
|
|
# fast build rule for target.
|
|
batched/fast:
|
|
$(MAKE) $(MAKESILENT) -f examples/batched/CMakeFiles/batched.dir/build.make examples/batched/CMakeFiles/batched.dir/build
|
|
.PHONY : batched/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named batched-bench
|
|
|
|
# Build rule for target.
|
|
batched-bench: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 batched-bench
|
|
.PHONY : batched-bench
|
|
|
|
# fast build rule for target.
|
|
batched-bench/fast:
|
|
$(MAKE) $(MAKESILENT) -f examples/batched-bench/CMakeFiles/batched-bench.dir/build.make examples/batched-bench/CMakeFiles/batched-bench.dir/build
|
|
.PHONY : batched-bench/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named beam-search
|
|
|
|
# Build rule for target.
|
|
beam-search: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 beam-search
|
|
.PHONY : beam-search
|
|
|
|
# fast build rule for target.
|
|
beam-search/fast:
|
|
$(MAKE) $(MAKESILENT) -f examples/beam-search/CMakeFiles/beam-search.dir/build.make examples/beam-search/CMakeFiles/beam-search.dir/build
|
|
.PHONY : beam-search/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named benchmark
|
|
|
|
# Build rule for target.
|
|
benchmark: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 benchmark
|
|
.PHONY : benchmark
|
|
|
|
# fast build rule for target.
|
|
benchmark/fast:
|
|
$(MAKE) $(MAKESILENT) -f examples/benchmark/CMakeFiles/benchmark.dir/build.make examples/benchmark/CMakeFiles/benchmark.dir/build
|
|
.PHONY : benchmark/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named convert-llama2c-to-ggml
|
|
|
|
# Build rule for target.
|
|
convert-llama2c-to-ggml: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 convert-llama2c-to-ggml
|
|
.PHONY : convert-llama2c-to-ggml
|
|
|
|
# fast build rule for target.
|
|
convert-llama2c-to-ggml/fast:
|
|
$(MAKE) $(MAKESILENT) -f examples/convert-llama2c-to-ggml/CMakeFiles/convert-llama2c-to-ggml.dir/build.make examples/convert-llama2c-to-ggml/CMakeFiles/convert-llama2c-to-ggml.dir/build
|
|
.PHONY : convert-llama2c-to-ggml/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named embedding
|
|
|
|
# Build rule for target.
|
|
embedding: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 embedding
|
|
.PHONY : embedding
|
|
|
|
# fast build rule for target.
|
|
embedding/fast:
|
|
$(MAKE) $(MAKESILENT) -f examples/embedding/CMakeFiles/embedding.dir/build.make examples/embedding/CMakeFiles/embedding.dir/build
|
|
.PHONY : embedding/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named finetune
|
|
|
|
# Build rule for target.
|
|
finetune: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 finetune
|
|
.PHONY : finetune
|
|
|
|
# fast build rule for target.
|
|
finetune/fast:
|
|
$(MAKE) $(MAKESILENT) -f examples/finetune/CMakeFiles/finetune.dir/build.make examples/finetune/CMakeFiles/finetune.dir/build
|
|
.PHONY : finetune/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named gritlm
|
|
|
|
# Build rule for target.
|
|
gritlm: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 gritlm
|
|
.PHONY : gritlm
|
|
|
|
# fast build rule for target.
|
|
gritlm/fast:
|
|
$(MAKE) $(MAKESILENT) -f examples/gritlm/CMakeFiles/gritlm.dir/build.make examples/gritlm/CMakeFiles/gritlm.dir/build
|
|
.PHONY : gritlm/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named gguf-split
|
|
|
|
# Build rule for target.
|
|
gguf-split: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 gguf-split
|
|
.PHONY : gguf-split
|
|
|
|
# fast build rule for target.
|
|
gguf-split/fast:
|
|
$(MAKE) $(MAKESILENT) -f examples/gguf-split/CMakeFiles/gguf-split.dir/build.make examples/gguf-split/CMakeFiles/gguf-split.dir/build
|
|
.PHONY : gguf-split/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named infill
|
|
|
|
# Build rule for target.
|
|
infill: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 infill
|
|
.PHONY : infill
|
|
|
|
# fast build rule for target.
|
|
infill/fast:
|
|
$(MAKE) $(MAKESILENT) -f examples/infill/CMakeFiles/infill.dir/build.make examples/infill/CMakeFiles/infill.dir/build
|
|
.PHONY : infill/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named llama-bench
|
|
|
|
# Build rule for target.
|
|
llama-bench: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 llama-bench
|
|
.PHONY : llama-bench
|
|
|
|
# fast build rule for target.
|
|
llama-bench/fast:
|
|
$(MAKE) $(MAKESILENT) -f examples/llama-bench/CMakeFiles/llama-bench.dir/build.make examples/llama-bench/CMakeFiles/llama-bench.dir/build
|
|
.PHONY : llama-bench/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named llava
|
|
|
|
# Build rule for target.
|
|
llava: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 llava
|
|
.PHONY : llava
|
|
|
|
# fast build rule for target.
|
|
llava/fast:
|
|
$(MAKE) $(MAKESILENT) -f examples/llava/CMakeFiles/llava.dir/build.make examples/llava/CMakeFiles/llava.dir/build
|
|
.PHONY : llava/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named llava_static
|
|
|
|
# Build rule for target.
|
|
llava_static: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 llava_static
|
|
.PHONY : llava_static
|
|
|
|
# fast build rule for target.
|
|
llava_static/fast:
|
|
$(MAKE) $(MAKESILENT) -f examples/llava/CMakeFiles/llava_static.dir/build.make examples/llava/CMakeFiles/llava_static.dir/build
|
|
.PHONY : llava_static/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named llava-cli
|
|
|
|
# Build rule for target.
|
|
llava-cli: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 llava-cli
|
|
.PHONY : llava-cli
|
|
|
|
# fast build rule for target.
|
|
llava-cli/fast:
|
|
$(MAKE) $(MAKESILENT) -f examples/llava/CMakeFiles/llava-cli.dir/build.make examples/llava/CMakeFiles/llava-cli.dir/build
|
|
.PHONY : llava-cli/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named main
|
|
|
|
# Build rule for target.
|
|
main: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 main
|
|
.PHONY : main
|
|
|
|
# fast build rule for target.
|
|
main/fast:
|
|
$(MAKE) $(MAKESILENT) -f examples/main/CMakeFiles/main.dir/build.make examples/main/CMakeFiles/main.dir/build
|
|
.PHONY : main/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named tokenize
|
|
|
|
# Build rule for target.
|
|
tokenize: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tokenize
|
|
.PHONY : tokenize
|
|
|
|
# fast build rule for target.
|
|
tokenize/fast:
|
|
$(MAKE) $(MAKESILENT) -f examples/tokenize/CMakeFiles/tokenize.dir/build.make examples/tokenize/CMakeFiles/tokenize.dir/build
|
|
.PHONY : tokenize/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named parallel
|
|
|
|
# Build rule for target.
|
|
parallel: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 parallel
|
|
.PHONY : parallel
|
|
|
|
# fast build rule for target.
|
|
parallel/fast:
|
|
$(MAKE) $(MAKESILENT) -f examples/parallel/CMakeFiles/parallel.dir/build.make examples/parallel/CMakeFiles/parallel.dir/build
|
|
.PHONY : parallel/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named perplexity
|
|
|
|
# Build rule for target.
|
|
perplexity: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 perplexity
|
|
.PHONY : perplexity
|
|
|
|
# fast build rule for target.
|
|
perplexity/fast:
|
|
$(MAKE) $(MAKESILENT) -f examples/perplexity/CMakeFiles/perplexity.dir/build.make examples/perplexity/CMakeFiles/perplexity.dir/build
|
|
.PHONY : perplexity/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named quantize
|
|
|
|
# Build rule for target.
|
|
quantize: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 quantize
|
|
.PHONY : quantize
|
|
|
|
# fast build rule for target.
|
|
quantize/fast:
|
|
$(MAKE) $(MAKESILENT) -f examples/quantize/CMakeFiles/quantize.dir/build.make examples/quantize/CMakeFiles/quantize.dir/build
|
|
.PHONY : quantize/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named quantize-stats
|
|
|
|
# Build rule for target.
|
|
quantize-stats: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 quantize-stats
|
|
.PHONY : quantize-stats
|
|
|
|
# fast build rule for target.
|
|
quantize-stats/fast:
|
|
$(MAKE) $(MAKESILENT) -f examples/quantize-stats/CMakeFiles/quantize-stats.dir/build.make examples/quantize-stats/CMakeFiles/quantize-stats.dir/build
|
|
.PHONY : quantize-stats/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named retrieval
|
|
|
|
# Build rule for target.
|
|
retrieval: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 retrieval
|
|
.PHONY : retrieval
|
|
|
|
# fast build rule for target.
|
|
retrieval/fast:
|
|
$(MAKE) $(MAKESILENT) -f examples/retrieval/CMakeFiles/retrieval.dir/build.make examples/retrieval/CMakeFiles/retrieval.dir/build
|
|
.PHONY : retrieval/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named save-load-state
|
|
|
|
# Build rule for target.
|
|
save-load-state: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 save-load-state
|
|
.PHONY : save-load-state
|
|
|
|
# fast build rule for target.
|
|
save-load-state/fast:
|
|
$(MAKE) $(MAKESILENT) -f examples/save-load-state/CMakeFiles/save-load-state.dir/build.make examples/save-load-state/CMakeFiles/save-load-state.dir/build
|
|
.PHONY : save-load-state/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named simple
|
|
|
|
# Build rule for target.
|
|
simple: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 simple
|
|
.PHONY : simple
|
|
|
|
# fast build rule for target.
|
|
simple/fast:
|
|
$(MAKE) $(MAKESILENT) -f examples/simple/CMakeFiles/simple.dir/build.make examples/simple/CMakeFiles/simple.dir/build
|
|
.PHONY : simple/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named passkey
|
|
|
|
# Build rule for target.
|
|
passkey: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 passkey
|
|
.PHONY : passkey
|
|
|
|
# fast build rule for target.
|
|
passkey/fast:
|
|
$(MAKE) $(MAKESILENT) -f examples/passkey/CMakeFiles/passkey.dir/build.make examples/passkey/CMakeFiles/passkey.dir/build
|
|
.PHONY : passkey/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named speculative
|
|
|
|
# Build rule for target.
|
|
speculative: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 speculative
|
|
.PHONY : speculative
|
|
|
|
# fast build rule for target.
|
|
speculative/fast:
|
|
$(MAKE) $(MAKESILENT) -f examples/speculative/CMakeFiles/speculative.dir/build.make examples/speculative/CMakeFiles/speculative.dir/build
|
|
.PHONY : speculative/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named lookahead
|
|
|
|
# Build rule for target.
|
|
lookahead: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lookahead
|
|
.PHONY : lookahead
|
|
|
|
# fast build rule for target.
|
|
lookahead/fast:
|
|
$(MAKE) $(MAKESILENT) -f examples/lookahead/CMakeFiles/lookahead.dir/build.make examples/lookahead/CMakeFiles/lookahead.dir/build
|
|
.PHONY : lookahead/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named lookup
|
|
|
|
# Build rule for target.
|
|
lookup: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lookup
|
|
.PHONY : lookup
|
|
|
|
# fast build rule for target.
|
|
lookup/fast:
|
|
$(MAKE) $(MAKESILENT) -f examples/lookup/CMakeFiles/lookup.dir/build.make examples/lookup/CMakeFiles/lookup.dir/build
|
|
.PHONY : lookup/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named lookup-create
|
|
|
|
# Build rule for target.
|
|
lookup-create: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lookup-create
|
|
.PHONY : lookup-create
|
|
|
|
# fast build rule for target.
|
|
lookup-create/fast:
|
|
$(MAKE) $(MAKESILENT) -f examples/lookup/CMakeFiles/lookup-create.dir/build.make examples/lookup/CMakeFiles/lookup-create.dir/build
|
|
.PHONY : lookup-create/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named lookup-merge
|
|
|
|
# Build rule for target.
|
|
lookup-merge: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lookup-merge
|
|
.PHONY : lookup-merge
|
|
|
|
# fast build rule for target.
|
|
lookup-merge/fast:
|
|
$(MAKE) $(MAKESILENT) -f examples/lookup/CMakeFiles/lookup-merge.dir/build.make examples/lookup/CMakeFiles/lookup-merge.dir/build
|
|
.PHONY : lookup-merge/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named lookup-stats
|
|
|
|
# Build rule for target.
|
|
lookup-stats: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lookup-stats
|
|
.PHONY : lookup-stats
|
|
|
|
# fast build rule for target.
|
|
lookup-stats/fast:
|
|
$(MAKE) $(MAKESILENT) -f examples/lookup/CMakeFiles/lookup-stats.dir/build.make examples/lookup/CMakeFiles/lookup-stats.dir/build
|
|
.PHONY : lookup-stats/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named gguf
|
|
|
|
# Build rule for target.
|
|
gguf: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 gguf
|
|
.PHONY : gguf
|
|
|
|
# fast build rule for target.
|
|
gguf/fast:
|
|
$(MAKE) $(MAKESILENT) -f examples/gguf/CMakeFiles/gguf.dir/build.make examples/gguf/CMakeFiles/gguf.dir/build
|
|
.PHONY : gguf/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named train-text-from-scratch
|
|
|
|
# Build rule for target.
|
|
train-text-from-scratch: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 train-text-from-scratch
|
|
.PHONY : train-text-from-scratch
|
|
|
|
# fast build rule for target.
|
|
train-text-from-scratch/fast:
|
|
$(MAKE) $(MAKESILENT) -f examples/train-text-from-scratch/CMakeFiles/train-text-from-scratch.dir/build.make examples/train-text-from-scratch/CMakeFiles/train-text-from-scratch.dir/build
|
|
.PHONY : train-text-from-scratch/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named imatrix
|
|
|
|
# Build rule for target.
|
|
imatrix: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 imatrix
|
|
.PHONY : imatrix
|
|
|
|
# fast build rule for target.
|
|
imatrix/fast:
|
|
$(MAKE) $(MAKESILENT) -f examples/imatrix/CMakeFiles/imatrix.dir/build.make examples/imatrix/CMakeFiles/imatrix.dir/build
|
|
.PHONY : imatrix/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named server
|
|
|
|
# Build rule for target.
|
|
server: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 server
|
|
.PHONY : server
|
|
|
|
# fast build rule for target.
|
|
server/fast:
|
|
$(MAKE) $(MAKESILENT) -f examples/server/CMakeFiles/server.dir/build.make examples/server/CMakeFiles/server.dir/build
|
|
.PHONY : server/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named export-lora
|
|
|
|
# Build rule for target.
|
|
export-lora: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 export-lora
|
|
.PHONY : export-lora
|
|
|
|
# fast build rule for target.
|
|
export-lora/fast:
|
|
$(MAKE) $(MAKESILENT) -f examples/export-lora/CMakeFiles/export-lora.dir/build.make examples/export-lora/CMakeFiles/export-lora.dir/build
|
|
.PHONY : export-lora/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named vdot
|
|
|
|
# Build rule for target.
|
|
vdot: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 vdot
|
|
.PHONY : vdot
|
|
|
|
# fast build rule for target.
|
|
vdot/fast:
|
|
$(MAKE) $(MAKESILENT) -f pocs/vdot/CMakeFiles/vdot.dir/build.make pocs/vdot/CMakeFiles/vdot.dir/build
|
|
.PHONY : vdot/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named q8dot
|
|
|
|
# Build rule for target.
|
|
q8dot: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 q8dot
|
|
.PHONY : q8dot
|
|
|
|
# fast build rule for target.
|
|
q8dot/fast:
|
|
$(MAKE) $(MAKESILENT) -f pocs/vdot/CMakeFiles/q8dot.dir/build.make pocs/vdot/CMakeFiles/q8dot.dir/build
|
|
.PHONY : q8dot/fast
|
|
|
|
ggml-alloc.o: ggml-alloc.c.o
|
|
.PHONY : ggml-alloc.o
|
|
|
|
# target to build an object file
|
|
ggml-alloc.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ggml.dir/build.make CMakeFiles/ggml.dir/ggml-alloc.c.o
|
|
.PHONY : ggml-alloc.c.o
|
|
|
|
ggml-alloc.i: ggml-alloc.c.i
|
|
.PHONY : ggml-alloc.i
|
|
|
|
# target to preprocess a source file
|
|
ggml-alloc.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ggml.dir/build.make CMakeFiles/ggml.dir/ggml-alloc.c.i
|
|
.PHONY : ggml-alloc.c.i
|
|
|
|
ggml-alloc.s: ggml-alloc.c.s
|
|
.PHONY : ggml-alloc.s
|
|
|
|
# target to generate assembly for a file
|
|
ggml-alloc.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ggml.dir/build.make CMakeFiles/ggml.dir/ggml-alloc.c.s
|
|
.PHONY : ggml-alloc.c.s
|
|
|
|
ggml-backend.o: ggml-backend.c.o
|
|
.PHONY : ggml-backend.o
|
|
|
|
# target to build an object file
|
|
ggml-backend.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ggml.dir/build.make CMakeFiles/ggml.dir/ggml-backend.c.o
|
|
.PHONY : ggml-backend.c.o
|
|
|
|
ggml-backend.i: ggml-backend.c.i
|
|
.PHONY : ggml-backend.i
|
|
|
|
# target to preprocess a source file
|
|
ggml-backend.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ggml.dir/build.make CMakeFiles/ggml.dir/ggml-backend.c.i
|
|
.PHONY : ggml-backend.c.i
|
|
|
|
ggml-backend.s: ggml-backend.c.s
|
|
.PHONY : ggml-backend.s
|
|
|
|
# target to generate assembly for a file
|
|
ggml-backend.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ggml.dir/build.make CMakeFiles/ggml.dir/ggml-backend.c.s
|
|
.PHONY : ggml-backend.c.s
|
|
|
|
ggml-quants.o: ggml-quants.c.o
|
|
.PHONY : ggml-quants.o
|
|
|
|
# target to build an object file
|
|
ggml-quants.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ggml.dir/build.make CMakeFiles/ggml.dir/ggml-quants.c.o
|
|
.PHONY : ggml-quants.c.o
|
|
|
|
ggml-quants.i: ggml-quants.c.i
|
|
.PHONY : ggml-quants.i
|
|
|
|
# target to preprocess a source file
|
|
ggml-quants.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ggml.dir/build.make CMakeFiles/ggml.dir/ggml-quants.c.i
|
|
.PHONY : ggml-quants.c.i
|
|
|
|
ggml-quants.s: ggml-quants.c.s
|
|
.PHONY : ggml-quants.s
|
|
|
|
# target to generate assembly for a file
|
|
ggml-quants.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ggml.dir/build.make CMakeFiles/ggml.dir/ggml-quants.c.s
|
|
.PHONY : ggml-quants.c.s
|
|
|
|
ggml.o: ggml.c.o
|
|
.PHONY : ggml.o
|
|
|
|
# target to build an object file
|
|
ggml.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ggml.dir/build.make CMakeFiles/ggml.dir/ggml.c.o
|
|
.PHONY : ggml.c.o
|
|
|
|
ggml.i: ggml.c.i
|
|
.PHONY : ggml.i
|
|
|
|
# target to preprocess a source file
|
|
ggml.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ggml.dir/build.make CMakeFiles/ggml.dir/ggml.c.i
|
|
.PHONY : ggml.c.i
|
|
|
|
ggml.s: ggml.c.s
|
|
.PHONY : ggml.s
|
|
|
|
# target to generate assembly for a file
|
|
ggml.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ggml.dir/build.make CMakeFiles/ggml.dir/ggml.c.s
|
|
.PHONY : ggml.c.s
|
|
|
|
llama.o: llama.cpp.o
|
|
.PHONY : llama.o
|
|
|
|
# target to build an object file
|
|
llama.cpp.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/llama.dir/build.make CMakeFiles/llama.dir/llama.cpp.o
|
|
.PHONY : llama.cpp.o
|
|
|
|
llama.i: llama.cpp.i
|
|
.PHONY : llama.i
|
|
|
|
# target to preprocess a source file
|
|
llama.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/llama.dir/build.make CMakeFiles/llama.dir/llama.cpp.i
|
|
.PHONY : llama.cpp.i
|
|
|
|
llama.s: llama.cpp.s
|
|
.PHONY : llama.s
|
|
|
|
# target to generate assembly for a file
|
|
llama.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/llama.dir/build.make CMakeFiles/llama.dir/llama.cpp.s
|
|
.PHONY : llama.cpp.s
|
|
|
|
unicode-data.o: unicode-data.cpp.o
|
|
.PHONY : unicode-data.o
|
|
|
|
# target to build an object file
|
|
unicode-data.cpp.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/llama.dir/build.make CMakeFiles/llama.dir/unicode-data.cpp.o
|
|
.PHONY : unicode-data.cpp.o
|
|
|
|
unicode-data.i: unicode-data.cpp.i
|
|
.PHONY : unicode-data.i
|
|
|
|
# target to preprocess a source file
|
|
unicode-data.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/llama.dir/build.make CMakeFiles/llama.dir/unicode-data.cpp.i
|
|
.PHONY : unicode-data.cpp.i
|
|
|
|
unicode-data.s: unicode-data.cpp.s
|
|
.PHONY : unicode-data.s
|
|
|
|
# target to generate assembly for a file
|
|
unicode-data.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/llama.dir/build.make CMakeFiles/llama.dir/unicode-data.cpp.s
|
|
.PHONY : unicode-data.cpp.s
|
|
|
|
unicode.o: unicode.cpp.o
|
|
.PHONY : unicode.o
|
|
|
|
# target to build an object file
|
|
unicode.cpp.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/llama.dir/build.make CMakeFiles/llama.dir/unicode.cpp.o
|
|
.PHONY : unicode.cpp.o
|
|
|
|
unicode.i: unicode.cpp.i
|
|
.PHONY : unicode.i
|
|
|
|
# target to preprocess a source file
|
|
unicode.cpp.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/llama.dir/build.make CMakeFiles/llama.dir/unicode.cpp.i
|
|
.PHONY : unicode.cpp.i
|
|
|
|
unicode.s: unicode.cpp.s
|
|
.PHONY : unicode.s
|
|
|
|
# target to generate assembly for a file
|
|
unicode.cpp.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/llama.dir/build.make CMakeFiles/llama.dir/unicode.cpp.s
|
|
.PHONY : unicode.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 "... Continuous"
|
|
@echo "... ContinuousBuild"
|
|
@echo "... ContinuousConfigure"
|
|
@echo "... ContinuousCoverage"
|
|
@echo "... ContinuousMemCheck"
|
|
@echo "... ContinuousStart"
|
|
@echo "... ContinuousSubmit"
|
|
@echo "... ContinuousTest"
|
|
@echo "... ContinuousUpdate"
|
|
@echo "... Experimental"
|
|
@echo "... ExperimentalBuild"
|
|
@echo "... ExperimentalConfigure"
|
|
@echo "... ExperimentalCoverage"
|
|
@echo "... ExperimentalMemCheck"
|
|
@echo "... ExperimentalStart"
|
|
@echo "... ExperimentalSubmit"
|
|
@echo "... ExperimentalTest"
|
|
@echo "... ExperimentalUpdate"
|
|
@echo "... Nightly"
|
|
@echo "... NightlyBuild"
|
|
@echo "... NightlyConfigure"
|
|
@echo "... NightlyCoverage"
|
|
@echo "... NightlyMemCheck"
|
|
@echo "... NightlyMemoryCheck"
|
|
@echo "... NightlyStart"
|
|
@echo "... NightlySubmit"
|
|
@echo "... NightlyTest"
|
|
@echo "... NightlyUpdate"
|
|
@echo "... baby-llama"
|
|
@echo "... batched"
|
|
@echo "... batched-bench"
|
|
@echo "... beam-search"
|
|
@echo "... benchmark"
|
|
@echo "... build_info"
|
|
@echo "... common"
|
|
@echo "... convert-llama2c-to-ggml"
|
|
@echo "... embedding"
|
|
@echo "... export-lora"
|
|
@echo "... finetune"
|
|
@echo "... ggml"
|
|
@echo "... ggml_static"
|
|
@echo "... gguf"
|
|
@echo "... gguf-split"
|
|
@echo "... gritlm"
|
|
@echo "... imatrix"
|
|
@echo "... infill"
|
|
@echo "... json-schema-to-grammar"
|
|
@echo "... llama"
|
|
@echo "... llama-bench"
|
|
@echo "... llava"
|
|
@echo "... llava-cli"
|
|
@echo "... llava_static"
|
|
@echo "... lookahead"
|
|
@echo "... lookup"
|
|
@echo "... lookup-create"
|
|
@echo "... lookup-merge"
|
|
@echo "... lookup-stats"
|
|
@echo "... main"
|
|
@echo "... parallel"
|
|
@echo "... passkey"
|
|
@echo "... perplexity"
|
|
@echo "... q8dot"
|
|
@echo "... quantize"
|
|
@echo "... quantize-stats"
|
|
@echo "... retrieval"
|
|
@echo "... save-load-state"
|
|
@echo "... server"
|
|
@echo "... simple"
|
|
@echo "... speculative"
|
|
@echo "... test-autorelease"
|
|
@echo "... test-backend-ops"
|
|
@echo "... test-c"
|
|
@echo "... test-chat-template"
|
|
@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-falcon"
|
|
@echo "... test-tokenizer-0-llama"
|
|
@echo "... test-tokenizer-1-aquila"
|
|
@echo "... test-tokenizer-1-baichuan"
|
|
@echo "... test-tokenizer-1-falcon"
|
|
@echo "... test-tokenizer-1-gpt-neox"
|
|
@echo "... test-tokenizer-1-gpt2"
|
|
@echo "... test-tokenizer-1-llama"
|
|
@echo "... test-tokenizer-1-mpt"
|
|
@echo "... test-tokenizer-1-refact"
|
|
@echo "... test-tokenizer-1-stablelm-3b-4e1t"
|
|
@echo "... test-tokenizer-1-starcoder"
|
|
@echo "... tokenize"
|
|
@echo "... train-text-from-scratch"
|
|
@echo "... vdot"
|
|
@echo "... ggml-alloc.o"
|
|
@echo "... ggml-alloc.i"
|
|
@echo "... ggml-alloc.s"
|
|
@echo "... ggml-backend.o"
|
|
@echo "... ggml-backend.i"
|
|
@echo "... ggml-backend.s"
|
|
@echo "... ggml-quants.o"
|
|
@echo "... ggml-quants.i"
|
|
@echo "... ggml-quants.s"
|
|
@echo "... ggml.o"
|
|
@echo "... ggml.i"
|
|
@echo "... ggml.s"
|
|
@echo "... llama.o"
|
|
@echo "... llama.i"
|
|
@echo "... llama.s"
|
|
@echo "... unicode-data.o"
|
|
@echo "... unicode-data.i"
|
|
@echo "... unicode-data.s"
|
|
@echo "... unicode.o"
|
|
@echo "... unicode.i"
|
|
@echo "... unicode.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:
|
|
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
|
|
.PHONY : cmake_check_build_system
|
|
|