|
# CMAKE generated file: DO NOT EDIT |
|
# Generated by "Unix Makefiles" Generator, CMake Version 3.22 |
|
|
|
# Default target executed when no arguments are given to make. |
|
default_target: all |
|
.PHONY : default_target |
|
|
|
#============================================================================= |
|
# 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 = /usr/bin/cmake |
|
|
|
# The command to remove a file. |
|
RM = /usr/bin/cmake -E rm -f |
|
|
|
# Escaping for special characters. |
|
EQUALS = = |
|
|
|
# The top-level source directory on which CMake was run. |
|
CMAKE_SOURCE_DIR = "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp" |
|
|
|
# The top-level build directory on which CMake was run. |
|
CMAKE_BINARY_DIR = "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build" |
|
|
|
#============================================================================= |
|
# Directory level rules for the build root directory |
|
|
|
# The main recursive "all" target. |
|
all: ggml/all |
|
all: src/all |
|
all: common/all |
|
all: tests/all |
|
all: examples/all |
|
all: pocs/all |
|
.PHONY : all |
|
|
|
# The main recursive "preinstall" target. |
|
preinstall: ggml/preinstall |
|
preinstall: src/preinstall |
|
preinstall: common/preinstall |
|
preinstall: tests/preinstall |
|
preinstall: examples/preinstall |
|
preinstall: pocs/preinstall |
|
.PHONY : preinstall |
|
|
|
# The main recursive "clean" target. |
|
clean: CMakeFiles/Experimental.dir/clean |
|
clean: CMakeFiles/Nightly.dir/clean |
|
clean: CMakeFiles/Continuous.dir/clean |
|
clean: CMakeFiles/NightlyMemoryCheck.dir/clean |
|
clean: CMakeFiles/NightlyStart.dir/clean |
|
clean: CMakeFiles/NightlyUpdate.dir/clean |
|
clean: CMakeFiles/NightlyConfigure.dir/clean |
|
clean: CMakeFiles/NightlyBuild.dir/clean |
|
clean: CMakeFiles/NightlyTest.dir/clean |
|
clean: CMakeFiles/NightlyCoverage.dir/clean |
|
clean: CMakeFiles/NightlyMemCheck.dir/clean |
|
clean: CMakeFiles/NightlySubmit.dir/clean |
|
clean: CMakeFiles/ExperimentalStart.dir/clean |
|
clean: CMakeFiles/ExperimentalUpdate.dir/clean |
|
clean: CMakeFiles/ExperimentalConfigure.dir/clean |
|
clean: CMakeFiles/ExperimentalBuild.dir/clean |
|
clean: CMakeFiles/ExperimentalTest.dir/clean |
|
clean: CMakeFiles/ExperimentalCoverage.dir/clean |
|
clean: CMakeFiles/ExperimentalMemCheck.dir/clean |
|
clean: CMakeFiles/ExperimentalSubmit.dir/clean |
|
clean: CMakeFiles/ContinuousStart.dir/clean |
|
clean: CMakeFiles/ContinuousUpdate.dir/clean |
|
clean: CMakeFiles/ContinuousConfigure.dir/clean |
|
clean: CMakeFiles/ContinuousBuild.dir/clean |
|
clean: CMakeFiles/ContinuousTest.dir/clean |
|
clean: CMakeFiles/ContinuousCoverage.dir/clean |
|
clean: CMakeFiles/ContinuousMemCheck.dir/clean |
|
clean: CMakeFiles/ContinuousSubmit.dir/clean |
|
clean: ggml/clean |
|
clean: src/clean |
|
clean: common/clean |
|
clean: tests/clean |
|
clean: examples/clean |
|
clean: pocs/clean |
|
.PHONY : clean |
|
|
|
#============================================================================= |
|
# Directory level rules for directory common |
|
|
|
# Recursive "all" directory target. |
|
common/all: common/CMakeFiles/build_info.dir/all |
|
common/all: common/CMakeFiles/common.dir/all |
|
.PHONY : common/all |
|
|
|
# Recursive "preinstall" directory target. |
|
common/preinstall: |
|
.PHONY : common/preinstall |
|
|
|
# Recursive "clean" directory target. |
|
common/clean: common/CMakeFiles/build_info.dir/clean |
|
common/clean: common/CMakeFiles/common.dir/clean |
|
.PHONY : common/clean |
|
|
|
#============================================================================= |
|
# Directory level rules for directory examples |
|
|
|
# Recursive "all" directory target. |
|
examples/all: examples/batched-bench/all |
|
examples/all: examples/batched/all |
|
examples/all: examples/embedding/all |
|
examples/all: examples/eval-callback/all |
|
examples/all: examples/gbnf-validator/all |
|
examples/all: examples/gguf-hash/all |
|
examples/all: examples/gguf-split/all |
|
examples/all: examples/gguf/all |
|
examples/all: examples/gritlm/all |
|
examples/all: examples/imatrix/all |
|
examples/all: examples/infill/all |
|
examples/all: examples/llama-bench/all |
|
examples/all: examples/lookahead/all |
|
examples/all: examples/lookup/all |
|
examples/all: examples/main/all |
|
examples/all: examples/parallel/all |
|
examples/all: examples/passkey/all |
|
examples/all: examples/perplexity/all |
|
examples/all: examples/quantize/all |
|
examples/all: examples/retrieval/all |
|
examples/all: examples/server/all |
|
examples/all: examples/save-load-state/all |
|
examples/all: examples/run/all |
|
examples/all: examples/simple/all |
|
examples/all: examples/simple-chat/all |
|
examples/all: examples/speculative/all |
|
examples/all: examples/speculative-simple/all |
|
examples/all: examples/tokenize/all |
|
examples/all: examples/convert-llama2c-to-ggml/all |
|
examples/all: examples/cvector-generator/all |
|
examples/all: examples/export-lora/all |
|
examples/all: examples/quantize-stats/all |
|
examples/all: examples/llava/all |
|
.PHONY : examples/all |
|
|
|
# Recursive "preinstall" directory target. |
|
examples/preinstall: examples/batched-bench/preinstall |
|
examples/preinstall: examples/batched/preinstall |
|
examples/preinstall: examples/embedding/preinstall |
|
examples/preinstall: examples/eval-callback/preinstall |
|
examples/preinstall: examples/gbnf-validator/preinstall |
|
examples/preinstall: examples/gguf-hash/preinstall |
|
examples/preinstall: examples/gguf-split/preinstall |
|
examples/preinstall: examples/gguf/preinstall |
|
examples/preinstall: examples/gritlm/preinstall |
|
examples/preinstall: examples/imatrix/preinstall |
|
examples/preinstall: examples/infill/preinstall |
|
examples/preinstall: examples/llama-bench/preinstall |
|
examples/preinstall: examples/lookahead/preinstall |
|
examples/preinstall: examples/lookup/preinstall |
|
examples/preinstall: examples/main/preinstall |
|
examples/preinstall: examples/parallel/preinstall |
|
examples/preinstall: examples/passkey/preinstall |
|
examples/preinstall: examples/perplexity/preinstall |
|
examples/preinstall: examples/quantize/preinstall |
|
examples/preinstall: examples/retrieval/preinstall |
|
examples/preinstall: examples/server/preinstall |
|
examples/preinstall: examples/save-load-state/preinstall |
|
examples/preinstall: examples/run/preinstall |
|
examples/preinstall: examples/simple/preinstall |
|
examples/preinstall: examples/simple-chat/preinstall |
|
examples/preinstall: examples/speculative/preinstall |
|
examples/preinstall: examples/speculative-simple/preinstall |
|
examples/preinstall: examples/tokenize/preinstall |
|
examples/preinstall: examples/convert-llama2c-to-ggml/preinstall |
|
examples/preinstall: examples/cvector-generator/preinstall |
|
examples/preinstall: examples/export-lora/preinstall |
|
examples/preinstall: examples/quantize-stats/preinstall |
|
examples/preinstall: examples/llava/preinstall |
|
.PHONY : examples/preinstall |
|
|
|
# Recursive "clean" directory target. |
|
examples/clean: examples/batched-bench/clean |
|
examples/clean: examples/batched/clean |
|
examples/clean: examples/embedding/clean |
|
examples/clean: examples/eval-callback/clean |
|
examples/clean: examples/gbnf-validator/clean |
|
examples/clean: examples/gguf-hash/clean |
|
examples/clean: examples/gguf-split/clean |
|
examples/clean: examples/gguf/clean |
|
examples/clean: examples/gritlm/clean |
|
examples/clean: examples/imatrix/clean |
|
examples/clean: examples/infill/clean |
|
examples/clean: examples/llama-bench/clean |
|
examples/clean: examples/lookahead/clean |
|
examples/clean: examples/lookup/clean |
|
examples/clean: examples/main/clean |
|
examples/clean: examples/parallel/clean |
|
examples/clean: examples/passkey/clean |
|
examples/clean: examples/perplexity/clean |
|
examples/clean: examples/quantize/clean |
|
examples/clean: examples/retrieval/clean |
|
examples/clean: examples/server/clean |
|
examples/clean: examples/save-load-state/clean |
|
examples/clean: examples/run/clean |
|
examples/clean: examples/simple/clean |
|
examples/clean: examples/simple-chat/clean |
|
examples/clean: examples/speculative/clean |
|
examples/clean: examples/speculative-simple/clean |
|
examples/clean: examples/tokenize/clean |
|
examples/clean: examples/convert-llama2c-to-ggml/clean |
|
examples/clean: examples/cvector-generator/clean |
|
examples/clean: examples/export-lora/clean |
|
examples/clean: examples/quantize-stats/clean |
|
examples/clean: examples/llava/clean |
|
.PHONY : examples/clean |
|
|
|
#============================================================================= |
|
# Directory level rules for directory examples/batched |
|
|
|
# Recursive "all" directory target. |
|
examples/batched/all: examples/batched/CMakeFiles/llama-batched.dir/all |
|
.PHONY : examples/batched/all |
|
|
|
# Recursive "preinstall" directory target. |
|
examples/batched/preinstall: |
|
.PHONY : examples/batched/preinstall |
|
|
|
# Recursive "clean" directory target. |
|
examples/batched/clean: examples/batched/CMakeFiles/llama-batched.dir/clean |
|
.PHONY : examples/batched/clean |
|
|
|
#============================================================================= |
|
# Directory level rules for directory examples/batched-bench |
|
|
|
# Recursive "all" directory target. |
|
examples/batched-bench/all: examples/batched-bench/CMakeFiles/llama-batched-bench.dir/all |
|
.PHONY : examples/batched-bench/all |
|
|
|
# Recursive "preinstall" directory target. |
|
examples/batched-bench/preinstall: |
|
.PHONY : examples/batched-bench/preinstall |
|
|
|
# Recursive "clean" directory target. |
|
examples/batched-bench/clean: examples/batched-bench/CMakeFiles/llama-batched-bench.dir/clean |
|
.PHONY : examples/batched-bench/clean |
|
|
|
#============================================================================= |
|
# Directory level rules for directory examples/convert-llama2c-to-ggml |
|
|
|
# Recursive "all" directory target. |
|
examples/convert-llama2c-to-ggml/all: examples/convert-llama2c-to-ggml/CMakeFiles/llama-convert-llama2c-to-ggml.dir/all |
|
.PHONY : examples/convert-llama2c-to-ggml/all |
|
|
|
# Recursive "preinstall" directory target. |
|
examples/convert-llama2c-to-ggml/preinstall: |
|
.PHONY : examples/convert-llama2c-to-ggml/preinstall |
|
|
|
# Recursive "clean" directory target. |
|
examples/convert-llama2c-to-ggml/clean: examples/convert-llama2c-to-ggml/CMakeFiles/llama-convert-llama2c-to-ggml.dir/clean |
|
.PHONY : examples/convert-llama2c-to-ggml/clean |
|
|
|
#============================================================================= |
|
# Directory level rules for directory examples/cvector-generator |
|
|
|
# Recursive "all" directory target. |
|
examples/cvector-generator/all: examples/cvector-generator/CMakeFiles/llama-cvector-generator.dir/all |
|
.PHONY : examples/cvector-generator/all |
|
|
|
# Recursive "preinstall" directory target. |
|
examples/cvector-generator/preinstall: |
|
.PHONY : examples/cvector-generator/preinstall |
|
|
|
# Recursive "clean" directory target. |
|
examples/cvector-generator/clean: examples/cvector-generator/CMakeFiles/llama-cvector-generator.dir/clean |
|
.PHONY : examples/cvector-generator/clean |
|
|
|
#============================================================================= |
|
# Directory level rules for directory examples/embedding |
|
|
|
# Recursive "all" directory target. |
|
examples/embedding/all: examples/embedding/CMakeFiles/llama-embedding.dir/all |
|
.PHONY : examples/embedding/all |
|
|
|
# Recursive "preinstall" directory target. |
|
examples/embedding/preinstall: |
|
.PHONY : examples/embedding/preinstall |
|
|
|
# Recursive "clean" directory target. |
|
examples/embedding/clean: examples/embedding/CMakeFiles/llama-embedding.dir/clean |
|
.PHONY : examples/embedding/clean |
|
|
|
#============================================================================= |
|
# Directory level rules for directory examples/eval-callback |
|
|
|
# Recursive "all" directory target. |
|
examples/eval-callback/all: examples/eval-callback/CMakeFiles/llama-eval-callback.dir/all |
|
.PHONY : examples/eval-callback/all |
|
|
|
# Recursive "preinstall" directory target. |
|
examples/eval-callback/preinstall: |
|
.PHONY : examples/eval-callback/preinstall |
|
|
|
# Recursive "clean" directory target. |
|
examples/eval-callback/clean: examples/eval-callback/CMakeFiles/llama-eval-callback.dir/clean |
|
.PHONY : examples/eval-callback/clean |
|
|
|
#============================================================================= |
|
# Directory level rules for directory examples/export-lora |
|
|
|
# Recursive "all" directory target. |
|
examples/export-lora/all: examples/export-lora/CMakeFiles/llama-export-lora.dir/all |
|
.PHONY : examples/export-lora/all |
|
|
|
# Recursive "preinstall" directory target. |
|
examples/export-lora/preinstall: |
|
.PHONY : examples/export-lora/preinstall |
|
|
|
# Recursive "clean" directory target. |
|
examples/export-lora/clean: examples/export-lora/CMakeFiles/llama-export-lora.dir/clean |
|
.PHONY : examples/export-lora/clean |
|
|
|
#============================================================================= |
|
# Directory level rules for directory examples/gbnf-validator |
|
|
|
# Recursive "all" directory target. |
|
examples/gbnf-validator/all: examples/gbnf-validator/CMakeFiles/llama-gbnf-validator.dir/all |
|
.PHONY : examples/gbnf-validator/all |
|
|
|
# Recursive "preinstall" directory target. |
|
examples/gbnf-validator/preinstall: |
|
.PHONY : examples/gbnf-validator/preinstall |
|
|
|
# Recursive "clean" directory target. |
|
examples/gbnf-validator/clean: examples/gbnf-validator/CMakeFiles/llama-gbnf-validator.dir/clean |
|
.PHONY : examples/gbnf-validator/clean |
|
|
|
#============================================================================= |
|
# Directory level rules for directory examples/gguf |
|
|
|
# Recursive "all" directory target. |
|
examples/gguf/all: examples/gguf/CMakeFiles/llama-gguf.dir/all |
|
.PHONY : examples/gguf/all |
|
|
|
# Recursive "preinstall" directory target. |
|
examples/gguf/preinstall: |
|
.PHONY : examples/gguf/preinstall |
|
|
|
# Recursive "clean" directory target. |
|
examples/gguf/clean: examples/gguf/CMakeFiles/llama-gguf.dir/clean |
|
.PHONY : examples/gguf/clean |
|
|
|
#============================================================================= |
|
# Directory level rules for directory examples/gguf-hash |
|
|
|
# Recursive "all" directory target. |
|
examples/gguf-hash/all: examples/gguf-hash/CMakeFiles/llama-gguf-hash.dir/all |
|
examples/gguf-hash/all: examples/gguf-hash/CMakeFiles/xxhash.dir/all |
|
examples/gguf-hash/all: examples/gguf-hash/CMakeFiles/sha1.dir/all |
|
examples/gguf-hash/all: examples/gguf-hash/CMakeFiles/sha256.dir/all |
|
.PHONY : examples/gguf-hash/all |
|
|
|
# Recursive "preinstall" directory target. |
|
examples/gguf-hash/preinstall: |
|
.PHONY : examples/gguf-hash/preinstall |
|
|
|
# Recursive "clean" directory target. |
|
examples/gguf-hash/clean: examples/gguf-hash/CMakeFiles/llama-gguf-hash.dir/clean |
|
examples/gguf-hash/clean: examples/gguf-hash/CMakeFiles/xxhash.dir/clean |
|
examples/gguf-hash/clean: examples/gguf-hash/CMakeFiles/sha1.dir/clean |
|
examples/gguf-hash/clean: examples/gguf-hash/CMakeFiles/sha256.dir/clean |
|
.PHONY : examples/gguf-hash/clean |
|
|
|
#============================================================================= |
|
# Directory level rules for directory examples/gguf-split |
|
|
|
# Recursive "all" directory target. |
|
examples/gguf-split/all: examples/gguf-split/CMakeFiles/llama-gguf-split.dir/all |
|
.PHONY : examples/gguf-split/all |
|
|
|
# Recursive "preinstall" directory target. |
|
examples/gguf-split/preinstall: |
|
.PHONY : examples/gguf-split/preinstall |
|
|
|
# Recursive "clean" directory target. |
|
examples/gguf-split/clean: examples/gguf-split/CMakeFiles/llama-gguf-split.dir/clean |
|
.PHONY : examples/gguf-split/clean |
|
|
|
#============================================================================= |
|
# Directory level rules for directory examples/gritlm |
|
|
|
# Recursive "all" directory target. |
|
examples/gritlm/all: examples/gritlm/CMakeFiles/llama-gritlm.dir/all |
|
.PHONY : examples/gritlm/all |
|
|
|
# Recursive "preinstall" directory target. |
|
examples/gritlm/preinstall: |
|
.PHONY : examples/gritlm/preinstall |
|
|
|
# Recursive "clean" directory target. |
|
examples/gritlm/clean: examples/gritlm/CMakeFiles/llama-gritlm.dir/clean |
|
.PHONY : examples/gritlm/clean |
|
|
|
#============================================================================= |
|
# Directory level rules for directory examples/imatrix |
|
|
|
# Recursive "all" directory target. |
|
examples/imatrix/all: examples/imatrix/CMakeFiles/llama-imatrix.dir/all |
|
.PHONY : examples/imatrix/all |
|
|
|
# Recursive "preinstall" directory target. |
|
examples/imatrix/preinstall: |
|
.PHONY : examples/imatrix/preinstall |
|
|
|
# Recursive "clean" directory target. |
|
examples/imatrix/clean: examples/imatrix/CMakeFiles/llama-imatrix.dir/clean |
|
.PHONY : examples/imatrix/clean |
|
|
|
#============================================================================= |
|
# Directory level rules for directory examples/infill |
|
|
|
# Recursive "all" directory target. |
|
examples/infill/all: examples/infill/CMakeFiles/llama-infill.dir/all |
|
.PHONY : examples/infill/all |
|
|
|
# Recursive "preinstall" directory target. |
|
examples/infill/preinstall: |
|
.PHONY : examples/infill/preinstall |
|
|
|
# Recursive "clean" directory target. |
|
examples/infill/clean: examples/infill/CMakeFiles/llama-infill.dir/clean |
|
.PHONY : examples/infill/clean |
|
|
|
#============================================================================= |
|
# Directory level rules for directory examples/llama-bench |
|
|
|
# Recursive "all" directory target. |
|
examples/llama-bench/all: examples/llama-bench/CMakeFiles/llama-bench.dir/all |
|
.PHONY : examples/llama-bench/all |
|
|
|
# Recursive "preinstall" directory target. |
|
examples/llama-bench/preinstall: |
|
.PHONY : examples/llama-bench/preinstall |
|
|
|
# Recursive "clean" directory target. |
|
examples/llama-bench/clean: examples/llama-bench/CMakeFiles/llama-bench.dir/clean |
|
.PHONY : examples/llama-bench/clean |
|
|
|
#============================================================================= |
|
# Directory level rules for directory examples/llava |
|
|
|
# Recursive "all" directory target. |
|
examples/llava/all: examples/llava/CMakeFiles/llava.dir/all |
|
examples/llava/all: examples/llava/CMakeFiles/llava_static.dir/all |
|
examples/llava/all: examples/llava/CMakeFiles/llava_shared.dir/all |
|
examples/llava/all: examples/llava/CMakeFiles/llama-llava-cli.dir/all |
|
examples/llava/all: examples/llava/CMakeFiles/llama-minicpmv-cli.dir/all |
|
.PHONY : examples/llava/all |
|
|
|
# Recursive "preinstall" directory target. |
|
examples/llava/preinstall: |
|
.PHONY : examples/llava/preinstall |
|
|
|
# Recursive "clean" directory target. |
|
examples/llava/clean: examples/llava/CMakeFiles/llava.dir/clean |
|
examples/llava/clean: examples/llava/CMakeFiles/llava_static.dir/clean |
|
examples/llava/clean: examples/llava/CMakeFiles/llava_shared.dir/clean |
|
examples/llava/clean: examples/llava/CMakeFiles/llama-llava-cli.dir/clean |
|
examples/llava/clean: examples/llava/CMakeFiles/llama-minicpmv-cli.dir/clean |
|
.PHONY : examples/llava/clean |
|
|
|
#============================================================================= |
|
# Directory level rules for directory examples/lookahead |
|
|
|
# Recursive "all" directory target. |
|
examples/lookahead/all: examples/lookahead/CMakeFiles/llama-lookahead.dir/all |
|
.PHONY : examples/lookahead/all |
|
|
|
# Recursive "preinstall" directory target. |
|
examples/lookahead/preinstall: |
|
.PHONY : examples/lookahead/preinstall |
|
|
|
# Recursive "clean" directory target. |
|
examples/lookahead/clean: examples/lookahead/CMakeFiles/llama-lookahead.dir/clean |
|
.PHONY : examples/lookahead/clean |
|
|
|
#============================================================================= |
|
# Directory level rules for directory examples/lookup |
|
|
|
# Recursive "all" directory target. |
|
examples/lookup/all: examples/lookup/CMakeFiles/llama-lookup.dir/all |
|
examples/lookup/all: examples/lookup/CMakeFiles/llama-lookup-create.dir/all |
|
examples/lookup/all: examples/lookup/CMakeFiles/llama-lookup-merge.dir/all |
|
examples/lookup/all: examples/lookup/CMakeFiles/llama-lookup-stats.dir/all |
|
.PHONY : examples/lookup/all |
|
|
|
# Recursive "preinstall" directory target. |
|
examples/lookup/preinstall: |
|
.PHONY : examples/lookup/preinstall |
|
|
|
# Recursive "clean" directory target. |
|
examples/lookup/clean: examples/lookup/CMakeFiles/llama-lookup.dir/clean |
|
examples/lookup/clean: examples/lookup/CMakeFiles/llama-lookup-create.dir/clean |
|
examples/lookup/clean: examples/lookup/CMakeFiles/llama-lookup-merge.dir/clean |
|
examples/lookup/clean: examples/lookup/CMakeFiles/llama-lookup-stats.dir/clean |
|
.PHONY : examples/lookup/clean |
|
|
|
#============================================================================= |
|
# Directory level rules for directory examples/main |
|
|
|
# Recursive "all" directory target. |
|
examples/main/all: examples/main/CMakeFiles/llama-cli.dir/all |
|
.PHONY : examples/main/all |
|
|
|
# Recursive "preinstall" directory target. |
|
examples/main/preinstall: |
|
.PHONY : examples/main/preinstall |
|
|
|
# Recursive "clean" directory target. |
|
examples/main/clean: examples/main/CMakeFiles/llama-cli.dir/clean |
|
.PHONY : examples/main/clean |
|
|
|
#============================================================================= |
|
# Directory level rules for directory examples/parallel |
|
|
|
# Recursive "all" directory target. |
|
examples/parallel/all: examples/parallel/CMakeFiles/llama-parallel.dir/all |
|
.PHONY : examples/parallel/all |
|
|
|
# Recursive "preinstall" directory target. |
|
examples/parallel/preinstall: |
|
.PHONY : examples/parallel/preinstall |
|
|
|
# Recursive "clean" directory target. |
|
examples/parallel/clean: examples/parallel/CMakeFiles/llama-parallel.dir/clean |
|
.PHONY : examples/parallel/clean |
|
|
|
#============================================================================= |
|
# Directory level rules for directory examples/passkey |
|
|
|
# Recursive "all" directory target. |
|
examples/passkey/all: examples/passkey/CMakeFiles/llama-passkey.dir/all |
|
.PHONY : examples/passkey/all |
|
|
|
# Recursive "preinstall" directory target. |
|
examples/passkey/preinstall: |
|
.PHONY : examples/passkey/preinstall |
|
|
|
# Recursive "clean" directory target. |
|
examples/passkey/clean: examples/passkey/CMakeFiles/llama-passkey.dir/clean |
|
.PHONY : examples/passkey/clean |
|
|
|
#============================================================================= |
|
# Directory level rules for directory examples/perplexity |
|
|
|
# Recursive "all" directory target. |
|
examples/perplexity/all: examples/perplexity/CMakeFiles/llama-perplexity.dir/all |
|
.PHONY : examples/perplexity/all |
|
|
|
# Recursive "preinstall" directory target. |
|
examples/perplexity/preinstall: |
|
.PHONY : examples/perplexity/preinstall |
|
|
|
# Recursive "clean" directory target. |
|
examples/perplexity/clean: examples/perplexity/CMakeFiles/llama-perplexity.dir/clean |
|
.PHONY : examples/perplexity/clean |
|
|
|
#============================================================================= |
|
# Directory level rules for directory examples/quantize |
|
|
|
# Recursive "all" directory target. |
|
examples/quantize/all: examples/quantize/CMakeFiles/llama-quantize.dir/all |
|
.PHONY : examples/quantize/all |
|
|
|
# Recursive "preinstall" directory target. |
|
examples/quantize/preinstall: |
|
.PHONY : examples/quantize/preinstall |
|
|
|
# Recursive "clean" directory target. |
|
examples/quantize/clean: examples/quantize/CMakeFiles/llama-quantize.dir/clean |
|
.PHONY : examples/quantize/clean |
|
|
|
#============================================================================= |
|
# Directory level rules for directory examples/quantize-stats |
|
|
|
# Recursive "all" directory target. |
|
examples/quantize-stats/all: examples/quantize-stats/CMakeFiles/llama-quantize-stats.dir/all |
|
.PHONY : examples/quantize-stats/all |
|
|
|
# Recursive "preinstall" directory target. |
|
examples/quantize-stats/preinstall: |
|
.PHONY : examples/quantize-stats/preinstall |
|
|
|
# Recursive "clean" directory target. |
|
examples/quantize-stats/clean: examples/quantize-stats/CMakeFiles/llama-quantize-stats.dir/clean |
|
.PHONY : examples/quantize-stats/clean |
|
|
|
#============================================================================= |
|
# Directory level rules for directory examples/retrieval |
|
|
|
# Recursive "all" directory target. |
|
examples/retrieval/all: examples/retrieval/CMakeFiles/llama-retrieval.dir/all |
|
.PHONY : examples/retrieval/all |
|
|
|
# Recursive "preinstall" directory target. |
|
examples/retrieval/preinstall: |
|
.PHONY : examples/retrieval/preinstall |
|
|
|
# Recursive "clean" directory target. |
|
examples/retrieval/clean: examples/retrieval/CMakeFiles/llama-retrieval.dir/clean |
|
.PHONY : examples/retrieval/clean |
|
|
|
#============================================================================= |
|
# Directory level rules for directory examples/run |
|
|
|
# Recursive "all" directory target. |
|
examples/run/all: examples/run/CMakeFiles/llama-run.dir/all |
|
.PHONY : examples/run/all |
|
|
|
# Recursive "preinstall" directory target. |
|
examples/run/preinstall: |
|
.PHONY : examples/run/preinstall |
|
|
|
# Recursive "clean" directory target. |
|
examples/run/clean: examples/run/CMakeFiles/llama-run.dir/clean |
|
.PHONY : examples/run/clean |
|
|
|
#============================================================================= |
|
# Directory level rules for directory examples/save-load-state |
|
|
|
# Recursive "all" directory target. |
|
examples/save-load-state/all: examples/save-load-state/CMakeFiles/llama-save-load-state.dir/all |
|
.PHONY : examples/save-load-state/all |
|
|
|
# Recursive "preinstall" directory target. |
|
examples/save-load-state/preinstall: |
|
.PHONY : examples/save-load-state/preinstall |
|
|
|
# Recursive "clean" directory target. |
|
examples/save-load-state/clean: examples/save-load-state/CMakeFiles/llama-save-load-state.dir/clean |
|
.PHONY : examples/save-load-state/clean |
|
|
|
#============================================================================= |
|
# Directory level rules for directory examples/server |
|
|
|
# Recursive "all" directory target. |
|
examples/server/all: examples/server/CMakeFiles/llama-server.dir/all |
|
.PHONY : examples/server/all |
|
|
|
# Recursive "preinstall" directory target. |
|
examples/server/preinstall: |
|
.PHONY : examples/server/preinstall |
|
|
|
# Recursive "clean" directory target. |
|
examples/server/clean: examples/server/CMakeFiles/llama-server.dir/clean |
|
.PHONY : examples/server/clean |
|
|
|
#============================================================================= |
|
# Directory level rules for directory examples/simple |
|
|
|
# Recursive "all" directory target. |
|
examples/simple/all: examples/simple/CMakeFiles/llama-simple.dir/all |
|
.PHONY : examples/simple/all |
|
|
|
# Recursive "preinstall" directory target. |
|
examples/simple/preinstall: |
|
.PHONY : examples/simple/preinstall |
|
|
|
# Recursive "clean" directory target. |
|
examples/simple/clean: examples/simple/CMakeFiles/llama-simple.dir/clean |
|
.PHONY : examples/simple/clean |
|
|
|
#============================================================================= |
|
# Directory level rules for directory examples/simple-chat |
|
|
|
# Recursive "all" directory target. |
|
examples/simple-chat/all: examples/simple-chat/CMakeFiles/llama-simple-chat.dir/all |
|
.PHONY : examples/simple-chat/all |
|
|
|
# Recursive "preinstall" directory target. |
|
examples/simple-chat/preinstall: |
|
.PHONY : examples/simple-chat/preinstall |
|
|
|
# Recursive "clean" directory target. |
|
examples/simple-chat/clean: examples/simple-chat/CMakeFiles/llama-simple-chat.dir/clean |
|
.PHONY : examples/simple-chat/clean |
|
|
|
#============================================================================= |
|
# Directory level rules for directory examples/speculative |
|
|
|
# Recursive "all" directory target. |
|
examples/speculative/all: examples/speculative/CMakeFiles/llama-speculative.dir/all |
|
.PHONY : examples/speculative/all |
|
|
|
# Recursive "preinstall" directory target. |
|
examples/speculative/preinstall: |
|
.PHONY : examples/speculative/preinstall |
|
|
|
# Recursive "clean" directory target. |
|
examples/speculative/clean: examples/speculative/CMakeFiles/llama-speculative.dir/clean |
|
.PHONY : examples/speculative/clean |
|
|
|
#============================================================================= |
|
# Directory level rules for directory examples/speculative-simple |
|
|
|
# Recursive "all" directory target. |
|
examples/speculative-simple/all: examples/speculative-simple/CMakeFiles/llama-speculative-simple.dir/all |
|
.PHONY : examples/speculative-simple/all |
|
|
|
# Recursive "preinstall" directory target. |
|
examples/speculative-simple/preinstall: |
|
.PHONY : examples/speculative-simple/preinstall |
|
|
|
# Recursive "clean" directory target. |
|
examples/speculative-simple/clean: examples/speculative-simple/CMakeFiles/llama-speculative-simple.dir/clean |
|
.PHONY : examples/speculative-simple/clean |
|
|
|
#============================================================================= |
|
# Directory level rules for directory examples/tokenize |
|
|
|
# Recursive "all" directory target. |
|
examples/tokenize/all: examples/tokenize/CMakeFiles/llama-tokenize.dir/all |
|
.PHONY : examples/tokenize/all |
|
|
|
# Recursive "preinstall" directory target. |
|
examples/tokenize/preinstall: |
|
.PHONY : examples/tokenize/preinstall |
|
|
|
# Recursive "clean" directory target. |
|
examples/tokenize/clean: examples/tokenize/CMakeFiles/llama-tokenize.dir/clean |
|
.PHONY : examples/tokenize/clean |
|
|
|
#============================================================================= |
|
# Directory level rules for directory ggml |
|
|
|
# Recursive "all" directory target. |
|
ggml/all: ggml/src/all |
|
.PHONY : ggml/all |
|
|
|
# Recursive "preinstall" directory target. |
|
ggml/preinstall: ggml/src/preinstall |
|
.PHONY : ggml/preinstall |
|
|
|
# Recursive "clean" directory target. |
|
ggml/clean: ggml/src/clean |
|
.PHONY : ggml/clean |
|
|
|
#============================================================================= |
|
# Directory level rules for directory ggml/src |
|
|
|
# Recursive "all" directory target. |
|
ggml/src/all: ggml/src/CMakeFiles/ggml-base.dir/all |
|
ggml/src/all: ggml/src/CMakeFiles/ggml.dir/all |
|
ggml/src/all: ggml/src/ggml-cpu/all |
|
.PHONY : ggml/src/all |
|
|
|
# Recursive "preinstall" directory target. |
|
ggml/src/preinstall: ggml/src/ggml-cpu/preinstall |
|
.PHONY : ggml/src/preinstall |
|
|
|
# Recursive "clean" directory target. |
|
ggml/src/clean: ggml/src/CMakeFiles/ggml-base.dir/clean |
|
ggml/src/clean: ggml/src/CMakeFiles/ggml.dir/clean |
|
ggml/src/clean: ggml/src/ggml-cpu/clean |
|
.PHONY : ggml/src/clean |
|
|
|
#============================================================================= |
|
# Directory level rules for directory ggml/src/ggml-cpu |
|
|
|
# Recursive "all" directory target. |
|
ggml/src/ggml-cpu/all: ggml/src/ggml-cpu/CMakeFiles/ggml-cpu.dir/all |
|
.PHONY : ggml/src/ggml-cpu/all |
|
|
|
# Recursive "preinstall" directory target. |
|
ggml/src/ggml-cpu/preinstall: |
|
.PHONY : ggml/src/ggml-cpu/preinstall |
|
|
|
# Recursive "clean" directory target. |
|
ggml/src/ggml-cpu/clean: ggml/src/ggml-cpu/CMakeFiles/ggml-cpu.dir/clean |
|
.PHONY : ggml/src/ggml-cpu/clean |
|
|
|
#============================================================================= |
|
# Directory level rules for directory pocs |
|
|
|
# Recursive "all" directory target. |
|
pocs/all: pocs/vdot/all |
|
.PHONY : pocs/all |
|
|
|
# Recursive "preinstall" directory target. |
|
pocs/preinstall: pocs/vdot/preinstall |
|
.PHONY : pocs/preinstall |
|
|
|
# Recursive "clean" directory target. |
|
pocs/clean: pocs/vdot/clean |
|
.PHONY : pocs/clean |
|
|
|
#============================================================================= |
|
# Directory level rules for directory pocs/vdot |
|
|
|
# Recursive "all" directory target. |
|
pocs/vdot/all: pocs/vdot/CMakeFiles/llama-vdot.dir/all |
|
pocs/vdot/all: pocs/vdot/CMakeFiles/llama-q8dot.dir/all |
|
.PHONY : pocs/vdot/all |
|
|
|
# Recursive "preinstall" directory target. |
|
pocs/vdot/preinstall: |
|
.PHONY : pocs/vdot/preinstall |
|
|
|
# Recursive "clean" directory target. |
|
pocs/vdot/clean: pocs/vdot/CMakeFiles/llama-vdot.dir/clean |
|
pocs/vdot/clean: pocs/vdot/CMakeFiles/llama-q8dot.dir/clean |
|
.PHONY : pocs/vdot/clean |
|
|
|
#============================================================================= |
|
# Directory level rules for directory src |
|
|
|
# Recursive "all" directory target. |
|
src/all: src/CMakeFiles/llama.dir/all |
|
.PHONY : src/all |
|
|
|
# Recursive "preinstall" directory target. |
|
src/preinstall: |
|
.PHONY : src/preinstall |
|
|
|
# Recursive "clean" directory target. |
|
src/clean: src/CMakeFiles/llama.dir/clean |
|
.PHONY : src/clean |
|
|
|
#============================================================================= |
|
# Directory level rules for directory tests |
|
|
|
# Recursive "all" directory target. |
|
tests/all: tests/CMakeFiles/test-tokenizer-0.dir/all |
|
tests/all: tests/CMakeFiles/test-tokenizer-1-bpe.dir/all |
|
tests/all: tests/CMakeFiles/test-tokenizer-1-spm.dir/all |
|
tests/all: tests/CMakeFiles/test-log.dir/all |
|
tests/all: tests/CMakeFiles/test-arg-parser.dir/all |
|
tests/all: tests/CMakeFiles/test-sampling.dir/all |
|
tests/all: tests/CMakeFiles/test-chat-template.dir/all |
|
tests/all: tests/CMakeFiles/test-grammar-parser.dir/all |
|
tests/all: tests/CMakeFiles/test-grammar-integration.dir/all |
|
tests/all: tests/CMakeFiles/test-llama-grammar.dir/all |
|
tests/all: tests/CMakeFiles/test-backend-ops.dir/all |
|
tests/all: tests/CMakeFiles/test-model-load-cancel.dir/all |
|
tests/all: tests/CMakeFiles/test-autorelease.dir/all |
|
tests/all: tests/CMakeFiles/test-barrier.dir/all |
|
tests/all: tests/CMakeFiles/test-quantize-fns.dir/all |
|
tests/all: tests/CMakeFiles/test-quantize-perf.dir/all |
|
tests/all: tests/CMakeFiles/test-rope.dir/all |
|
tests/all: tests/CMakeFiles/test-json-schema-to-grammar.dir/all |
|
tests/all: tests/CMakeFiles/test-c.dir/all |
|
.PHONY : tests/all |
|
|
|
# Recursive "preinstall" directory target. |
|
tests/preinstall: |
|
.PHONY : tests/preinstall |
|
|
|
# Recursive "clean" directory target. |
|
tests/clean: tests/CMakeFiles/test-tokenizer-0.dir/clean |
|
tests/clean: tests/CMakeFiles/test-tokenizer-1-bpe.dir/clean |
|
tests/clean: tests/CMakeFiles/test-tokenizer-1-spm.dir/clean |
|
tests/clean: tests/CMakeFiles/test-log.dir/clean |
|
tests/clean: tests/CMakeFiles/test-arg-parser.dir/clean |
|
tests/clean: tests/CMakeFiles/test-sampling.dir/clean |
|
tests/clean: tests/CMakeFiles/test-chat-template.dir/clean |
|
tests/clean: tests/CMakeFiles/test-grammar-parser.dir/clean |
|
tests/clean: tests/CMakeFiles/test-grammar-integration.dir/clean |
|
tests/clean: tests/CMakeFiles/test-llama-grammar.dir/clean |
|
tests/clean: tests/CMakeFiles/test-backend-ops.dir/clean |
|
tests/clean: tests/CMakeFiles/test-model-load-cancel.dir/clean |
|
tests/clean: tests/CMakeFiles/test-autorelease.dir/clean |
|
tests/clean: tests/CMakeFiles/test-barrier.dir/clean |
|
tests/clean: tests/CMakeFiles/test-quantize-fns.dir/clean |
|
tests/clean: tests/CMakeFiles/test-quantize-perf.dir/clean |
|
tests/clean: tests/CMakeFiles/test-rope.dir/clean |
|
tests/clean: tests/CMakeFiles/test-json-schema-to-grammar.dir/clean |
|
tests/clean: tests/CMakeFiles/test-c.dir/clean |
|
.PHONY : tests/clean |
|
|
|
#============================================================================= |
|
# Target rules for target CMakeFiles/Experimental.dir |
|
|
|
# All Build rule for target. |
|
CMakeFiles/Experimental.dir/all: |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Experimental.dir/build.make CMakeFiles/Experimental.dir/depend |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Experimental.dir/build.make CMakeFiles/Experimental.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num= "Built target Experimental" |
|
.PHONY : CMakeFiles/Experimental.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
CMakeFiles/Experimental.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/Experimental.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : CMakeFiles/Experimental.dir/rule |
|
|
|
# Convenience name for target. |
|
Experimental: CMakeFiles/Experimental.dir/rule |
|
.PHONY : Experimental |
|
|
|
# clean rule for target. |
|
CMakeFiles/Experimental.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Experimental.dir/build.make CMakeFiles/Experimental.dir/clean |
|
.PHONY : CMakeFiles/Experimental.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target CMakeFiles/Nightly.dir |
|
|
|
# All Build rule for target. |
|
CMakeFiles/Nightly.dir/all: |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Nightly.dir/build.make CMakeFiles/Nightly.dir/depend |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Nightly.dir/build.make CMakeFiles/Nightly.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num= "Built target Nightly" |
|
.PHONY : CMakeFiles/Nightly.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
CMakeFiles/Nightly.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/Nightly.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : CMakeFiles/Nightly.dir/rule |
|
|
|
# Convenience name for target. |
|
Nightly: CMakeFiles/Nightly.dir/rule |
|
.PHONY : Nightly |
|
|
|
# clean rule for target. |
|
CMakeFiles/Nightly.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Nightly.dir/build.make CMakeFiles/Nightly.dir/clean |
|
.PHONY : CMakeFiles/Nightly.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target CMakeFiles/Continuous.dir |
|
|
|
# All Build rule for target. |
|
CMakeFiles/Continuous.dir/all: |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Continuous.dir/build.make CMakeFiles/Continuous.dir/depend |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Continuous.dir/build.make CMakeFiles/Continuous.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num= "Built target Continuous" |
|
.PHONY : CMakeFiles/Continuous.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
CMakeFiles/Continuous.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/Continuous.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : CMakeFiles/Continuous.dir/rule |
|
|
|
# Convenience name for target. |
|
Continuous: CMakeFiles/Continuous.dir/rule |
|
.PHONY : Continuous |
|
|
|
# clean rule for target. |
|
CMakeFiles/Continuous.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Continuous.dir/build.make CMakeFiles/Continuous.dir/clean |
|
.PHONY : CMakeFiles/Continuous.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target CMakeFiles/NightlyMemoryCheck.dir |
|
|
|
# All Build rule for target. |
|
CMakeFiles/NightlyMemoryCheck.dir/all: |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyMemoryCheck.dir/build.make CMakeFiles/NightlyMemoryCheck.dir/depend |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyMemoryCheck.dir/build.make CMakeFiles/NightlyMemoryCheck.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num= "Built target NightlyMemoryCheck" |
|
.PHONY : CMakeFiles/NightlyMemoryCheck.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
CMakeFiles/NightlyMemoryCheck.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/NightlyMemoryCheck.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : CMakeFiles/NightlyMemoryCheck.dir/rule |
|
|
|
# Convenience name for target. |
|
NightlyMemoryCheck: CMakeFiles/NightlyMemoryCheck.dir/rule |
|
.PHONY : NightlyMemoryCheck |
|
|
|
# clean rule for target. |
|
CMakeFiles/NightlyMemoryCheck.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyMemoryCheck.dir/build.make CMakeFiles/NightlyMemoryCheck.dir/clean |
|
.PHONY : CMakeFiles/NightlyMemoryCheck.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target CMakeFiles/NightlyStart.dir |
|
|
|
# All Build rule for target. |
|
CMakeFiles/NightlyStart.dir/all: |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyStart.dir/build.make CMakeFiles/NightlyStart.dir/depend |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyStart.dir/build.make CMakeFiles/NightlyStart.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num= "Built target NightlyStart" |
|
.PHONY : CMakeFiles/NightlyStart.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
CMakeFiles/NightlyStart.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/NightlyStart.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : CMakeFiles/NightlyStart.dir/rule |
|
|
|
# Convenience name for target. |
|
NightlyStart: CMakeFiles/NightlyStart.dir/rule |
|
.PHONY : NightlyStart |
|
|
|
# clean rule for target. |
|
CMakeFiles/NightlyStart.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyStart.dir/build.make CMakeFiles/NightlyStart.dir/clean |
|
.PHONY : CMakeFiles/NightlyStart.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target CMakeFiles/NightlyUpdate.dir |
|
|
|
# All Build rule for target. |
|
CMakeFiles/NightlyUpdate.dir/all: |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyUpdate.dir/build.make CMakeFiles/NightlyUpdate.dir/depend |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyUpdate.dir/build.make CMakeFiles/NightlyUpdate.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num= "Built target NightlyUpdate" |
|
.PHONY : CMakeFiles/NightlyUpdate.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
CMakeFiles/NightlyUpdate.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/NightlyUpdate.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : CMakeFiles/NightlyUpdate.dir/rule |
|
|
|
# Convenience name for target. |
|
NightlyUpdate: CMakeFiles/NightlyUpdate.dir/rule |
|
.PHONY : NightlyUpdate |
|
|
|
# clean rule for target. |
|
CMakeFiles/NightlyUpdate.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyUpdate.dir/build.make CMakeFiles/NightlyUpdate.dir/clean |
|
.PHONY : CMakeFiles/NightlyUpdate.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target CMakeFiles/NightlyConfigure.dir |
|
|
|
# All Build rule for target. |
|
CMakeFiles/NightlyConfigure.dir/all: |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyConfigure.dir/build.make CMakeFiles/NightlyConfigure.dir/depend |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyConfigure.dir/build.make CMakeFiles/NightlyConfigure.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num= "Built target NightlyConfigure" |
|
.PHONY : CMakeFiles/NightlyConfigure.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
CMakeFiles/NightlyConfigure.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/NightlyConfigure.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : CMakeFiles/NightlyConfigure.dir/rule |
|
|
|
# Convenience name for target. |
|
NightlyConfigure: CMakeFiles/NightlyConfigure.dir/rule |
|
.PHONY : NightlyConfigure |
|
|
|
# clean rule for target. |
|
CMakeFiles/NightlyConfigure.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyConfigure.dir/build.make CMakeFiles/NightlyConfigure.dir/clean |
|
.PHONY : CMakeFiles/NightlyConfigure.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target CMakeFiles/NightlyBuild.dir |
|
|
|
# All Build rule for target. |
|
CMakeFiles/NightlyBuild.dir/all: |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyBuild.dir/build.make CMakeFiles/NightlyBuild.dir/depend |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyBuild.dir/build.make CMakeFiles/NightlyBuild.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num= "Built target NightlyBuild" |
|
.PHONY : CMakeFiles/NightlyBuild.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
CMakeFiles/NightlyBuild.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/NightlyBuild.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : CMakeFiles/NightlyBuild.dir/rule |
|
|
|
# Convenience name for target. |
|
NightlyBuild: CMakeFiles/NightlyBuild.dir/rule |
|
.PHONY : NightlyBuild |
|
|
|
# clean rule for target. |
|
CMakeFiles/NightlyBuild.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyBuild.dir/build.make CMakeFiles/NightlyBuild.dir/clean |
|
.PHONY : CMakeFiles/NightlyBuild.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target CMakeFiles/NightlyTest.dir |
|
|
|
# All Build rule for target. |
|
CMakeFiles/NightlyTest.dir/all: |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyTest.dir/build.make CMakeFiles/NightlyTest.dir/depend |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyTest.dir/build.make CMakeFiles/NightlyTest.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num= "Built target NightlyTest" |
|
.PHONY : CMakeFiles/NightlyTest.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
CMakeFiles/NightlyTest.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/NightlyTest.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : CMakeFiles/NightlyTest.dir/rule |
|
|
|
# Convenience name for target. |
|
NightlyTest: CMakeFiles/NightlyTest.dir/rule |
|
.PHONY : NightlyTest |
|
|
|
# clean rule for target. |
|
CMakeFiles/NightlyTest.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyTest.dir/build.make CMakeFiles/NightlyTest.dir/clean |
|
.PHONY : CMakeFiles/NightlyTest.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target CMakeFiles/NightlyCoverage.dir |
|
|
|
# All Build rule for target. |
|
CMakeFiles/NightlyCoverage.dir/all: |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyCoverage.dir/build.make CMakeFiles/NightlyCoverage.dir/depend |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyCoverage.dir/build.make CMakeFiles/NightlyCoverage.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num= "Built target NightlyCoverage" |
|
.PHONY : CMakeFiles/NightlyCoverage.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
CMakeFiles/NightlyCoverage.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/NightlyCoverage.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : CMakeFiles/NightlyCoverage.dir/rule |
|
|
|
# Convenience name for target. |
|
NightlyCoverage: CMakeFiles/NightlyCoverage.dir/rule |
|
.PHONY : NightlyCoverage |
|
|
|
# clean rule for target. |
|
CMakeFiles/NightlyCoverage.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyCoverage.dir/build.make CMakeFiles/NightlyCoverage.dir/clean |
|
.PHONY : CMakeFiles/NightlyCoverage.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target CMakeFiles/NightlyMemCheck.dir |
|
|
|
# All Build rule for target. |
|
CMakeFiles/NightlyMemCheck.dir/all: |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyMemCheck.dir/build.make CMakeFiles/NightlyMemCheck.dir/depend |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyMemCheck.dir/build.make CMakeFiles/NightlyMemCheck.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num= "Built target NightlyMemCheck" |
|
.PHONY : CMakeFiles/NightlyMemCheck.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
CMakeFiles/NightlyMemCheck.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/NightlyMemCheck.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : CMakeFiles/NightlyMemCheck.dir/rule |
|
|
|
# Convenience name for target. |
|
NightlyMemCheck: CMakeFiles/NightlyMemCheck.dir/rule |
|
.PHONY : NightlyMemCheck |
|
|
|
# clean rule for target. |
|
CMakeFiles/NightlyMemCheck.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyMemCheck.dir/build.make CMakeFiles/NightlyMemCheck.dir/clean |
|
.PHONY : CMakeFiles/NightlyMemCheck.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target CMakeFiles/NightlySubmit.dir |
|
|
|
# All Build rule for target. |
|
CMakeFiles/NightlySubmit.dir/all: |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/NightlySubmit.dir/build.make CMakeFiles/NightlySubmit.dir/depend |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/NightlySubmit.dir/build.make CMakeFiles/NightlySubmit.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num= "Built target NightlySubmit" |
|
.PHONY : CMakeFiles/NightlySubmit.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
CMakeFiles/NightlySubmit.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/NightlySubmit.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : CMakeFiles/NightlySubmit.dir/rule |
|
|
|
# Convenience name for target. |
|
NightlySubmit: CMakeFiles/NightlySubmit.dir/rule |
|
.PHONY : NightlySubmit |
|
|
|
# clean rule for target. |
|
CMakeFiles/NightlySubmit.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/NightlySubmit.dir/build.make CMakeFiles/NightlySubmit.dir/clean |
|
.PHONY : CMakeFiles/NightlySubmit.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target CMakeFiles/ExperimentalStart.dir |
|
|
|
# All Build rule for target. |
|
CMakeFiles/ExperimentalStart.dir/all: |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalStart.dir/build.make CMakeFiles/ExperimentalStart.dir/depend |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalStart.dir/build.make CMakeFiles/ExperimentalStart.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num= "Built target ExperimentalStart" |
|
.PHONY : CMakeFiles/ExperimentalStart.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
CMakeFiles/ExperimentalStart.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/ExperimentalStart.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : CMakeFiles/ExperimentalStart.dir/rule |
|
|
|
# Convenience name for target. |
|
ExperimentalStart: CMakeFiles/ExperimentalStart.dir/rule |
|
.PHONY : ExperimentalStart |
|
|
|
# clean rule for target. |
|
CMakeFiles/ExperimentalStart.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalStart.dir/build.make CMakeFiles/ExperimentalStart.dir/clean |
|
.PHONY : CMakeFiles/ExperimentalStart.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target CMakeFiles/ExperimentalUpdate.dir |
|
|
|
# All Build rule for target. |
|
CMakeFiles/ExperimentalUpdate.dir/all: |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalUpdate.dir/build.make CMakeFiles/ExperimentalUpdate.dir/depend |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalUpdate.dir/build.make CMakeFiles/ExperimentalUpdate.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num= "Built target ExperimentalUpdate" |
|
.PHONY : CMakeFiles/ExperimentalUpdate.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
CMakeFiles/ExperimentalUpdate.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/ExperimentalUpdate.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : CMakeFiles/ExperimentalUpdate.dir/rule |
|
|
|
# Convenience name for target. |
|
ExperimentalUpdate: CMakeFiles/ExperimentalUpdate.dir/rule |
|
.PHONY : ExperimentalUpdate |
|
|
|
# clean rule for target. |
|
CMakeFiles/ExperimentalUpdate.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalUpdate.dir/build.make CMakeFiles/ExperimentalUpdate.dir/clean |
|
.PHONY : CMakeFiles/ExperimentalUpdate.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target CMakeFiles/ExperimentalConfigure.dir |
|
|
|
# All Build rule for target. |
|
CMakeFiles/ExperimentalConfigure.dir/all: |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalConfigure.dir/build.make CMakeFiles/ExperimentalConfigure.dir/depend |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalConfigure.dir/build.make CMakeFiles/ExperimentalConfigure.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num= "Built target ExperimentalConfigure" |
|
.PHONY : CMakeFiles/ExperimentalConfigure.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
CMakeFiles/ExperimentalConfigure.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/ExperimentalConfigure.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : CMakeFiles/ExperimentalConfigure.dir/rule |
|
|
|
# Convenience name for target. |
|
ExperimentalConfigure: CMakeFiles/ExperimentalConfigure.dir/rule |
|
.PHONY : ExperimentalConfigure |
|
|
|
# clean rule for target. |
|
CMakeFiles/ExperimentalConfigure.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalConfigure.dir/build.make CMakeFiles/ExperimentalConfigure.dir/clean |
|
.PHONY : CMakeFiles/ExperimentalConfigure.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target CMakeFiles/ExperimentalBuild.dir |
|
|
|
# All Build rule for target. |
|
CMakeFiles/ExperimentalBuild.dir/all: |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalBuild.dir/build.make CMakeFiles/ExperimentalBuild.dir/depend |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalBuild.dir/build.make CMakeFiles/ExperimentalBuild.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num= "Built target ExperimentalBuild" |
|
.PHONY : CMakeFiles/ExperimentalBuild.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
CMakeFiles/ExperimentalBuild.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/ExperimentalBuild.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : CMakeFiles/ExperimentalBuild.dir/rule |
|
|
|
# Convenience name for target. |
|
ExperimentalBuild: CMakeFiles/ExperimentalBuild.dir/rule |
|
.PHONY : ExperimentalBuild |
|
|
|
# clean rule for target. |
|
CMakeFiles/ExperimentalBuild.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalBuild.dir/build.make CMakeFiles/ExperimentalBuild.dir/clean |
|
.PHONY : CMakeFiles/ExperimentalBuild.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target CMakeFiles/ExperimentalTest.dir |
|
|
|
# All Build rule for target. |
|
CMakeFiles/ExperimentalTest.dir/all: |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalTest.dir/build.make CMakeFiles/ExperimentalTest.dir/depend |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalTest.dir/build.make CMakeFiles/ExperimentalTest.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num= "Built target ExperimentalTest" |
|
.PHONY : CMakeFiles/ExperimentalTest.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
CMakeFiles/ExperimentalTest.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/ExperimentalTest.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : CMakeFiles/ExperimentalTest.dir/rule |
|
|
|
# Convenience name for target. |
|
ExperimentalTest: CMakeFiles/ExperimentalTest.dir/rule |
|
.PHONY : ExperimentalTest |
|
|
|
# clean rule for target. |
|
CMakeFiles/ExperimentalTest.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalTest.dir/build.make CMakeFiles/ExperimentalTest.dir/clean |
|
.PHONY : CMakeFiles/ExperimentalTest.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target CMakeFiles/ExperimentalCoverage.dir |
|
|
|
# All Build rule for target. |
|
CMakeFiles/ExperimentalCoverage.dir/all: |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalCoverage.dir/build.make CMakeFiles/ExperimentalCoverage.dir/depend |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalCoverage.dir/build.make CMakeFiles/ExperimentalCoverage.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num= "Built target ExperimentalCoverage" |
|
.PHONY : CMakeFiles/ExperimentalCoverage.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
CMakeFiles/ExperimentalCoverage.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/ExperimentalCoverage.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : CMakeFiles/ExperimentalCoverage.dir/rule |
|
|
|
# Convenience name for target. |
|
ExperimentalCoverage: CMakeFiles/ExperimentalCoverage.dir/rule |
|
.PHONY : ExperimentalCoverage |
|
|
|
# clean rule for target. |
|
CMakeFiles/ExperimentalCoverage.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalCoverage.dir/build.make CMakeFiles/ExperimentalCoverage.dir/clean |
|
.PHONY : CMakeFiles/ExperimentalCoverage.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target CMakeFiles/ExperimentalMemCheck.dir |
|
|
|
# All Build rule for target. |
|
CMakeFiles/ExperimentalMemCheck.dir/all: |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalMemCheck.dir/build.make CMakeFiles/ExperimentalMemCheck.dir/depend |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalMemCheck.dir/build.make CMakeFiles/ExperimentalMemCheck.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num= "Built target ExperimentalMemCheck" |
|
.PHONY : CMakeFiles/ExperimentalMemCheck.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
CMakeFiles/ExperimentalMemCheck.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/ExperimentalMemCheck.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : CMakeFiles/ExperimentalMemCheck.dir/rule |
|
|
|
# Convenience name for target. |
|
ExperimentalMemCheck: CMakeFiles/ExperimentalMemCheck.dir/rule |
|
.PHONY : ExperimentalMemCheck |
|
|
|
# clean rule for target. |
|
CMakeFiles/ExperimentalMemCheck.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalMemCheck.dir/build.make CMakeFiles/ExperimentalMemCheck.dir/clean |
|
.PHONY : CMakeFiles/ExperimentalMemCheck.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target CMakeFiles/ExperimentalSubmit.dir |
|
|
|
# All Build rule for target. |
|
CMakeFiles/ExperimentalSubmit.dir/all: |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalSubmit.dir/build.make CMakeFiles/ExperimentalSubmit.dir/depend |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalSubmit.dir/build.make CMakeFiles/ExperimentalSubmit.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num= "Built target ExperimentalSubmit" |
|
.PHONY : CMakeFiles/ExperimentalSubmit.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
CMakeFiles/ExperimentalSubmit.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/ExperimentalSubmit.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : CMakeFiles/ExperimentalSubmit.dir/rule |
|
|
|
# Convenience name for target. |
|
ExperimentalSubmit: CMakeFiles/ExperimentalSubmit.dir/rule |
|
.PHONY : ExperimentalSubmit |
|
|
|
# clean rule for target. |
|
CMakeFiles/ExperimentalSubmit.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalSubmit.dir/build.make CMakeFiles/ExperimentalSubmit.dir/clean |
|
.PHONY : CMakeFiles/ExperimentalSubmit.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target CMakeFiles/ContinuousStart.dir |
|
|
|
# All Build rule for target. |
|
CMakeFiles/ContinuousStart.dir/all: |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousStart.dir/build.make CMakeFiles/ContinuousStart.dir/depend |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousStart.dir/build.make CMakeFiles/ContinuousStart.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num= "Built target ContinuousStart" |
|
.PHONY : CMakeFiles/ContinuousStart.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
CMakeFiles/ContinuousStart.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/ContinuousStart.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : CMakeFiles/ContinuousStart.dir/rule |
|
|
|
# Convenience name for target. |
|
ContinuousStart: CMakeFiles/ContinuousStart.dir/rule |
|
.PHONY : ContinuousStart |
|
|
|
# clean rule for target. |
|
CMakeFiles/ContinuousStart.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousStart.dir/build.make CMakeFiles/ContinuousStart.dir/clean |
|
.PHONY : CMakeFiles/ContinuousStart.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target CMakeFiles/ContinuousUpdate.dir |
|
|
|
# All Build rule for target. |
|
CMakeFiles/ContinuousUpdate.dir/all: |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousUpdate.dir/build.make CMakeFiles/ContinuousUpdate.dir/depend |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousUpdate.dir/build.make CMakeFiles/ContinuousUpdate.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num= "Built target ContinuousUpdate" |
|
.PHONY : CMakeFiles/ContinuousUpdate.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
CMakeFiles/ContinuousUpdate.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/ContinuousUpdate.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : CMakeFiles/ContinuousUpdate.dir/rule |
|
|
|
# Convenience name for target. |
|
ContinuousUpdate: CMakeFiles/ContinuousUpdate.dir/rule |
|
.PHONY : ContinuousUpdate |
|
|
|
# clean rule for target. |
|
CMakeFiles/ContinuousUpdate.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousUpdate.dir/build.make CMakeFiles/ContinuousUpdate.dir/clean |
|
.PHONY : CMakeFiles/ContinuousUpdate.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target CMakeFiles/ContinuousConfigure.dir |
|
|
|
# All Build rule for target. |
|
CMakeFiles/ContinuousConfigure.dir/all: |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousConfigure.dir/build.make CMakeFiles/ContinuousConfigure.dir/depend |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousConfigure.dir/build.make CMakeFiles/ContinuousConfigure.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num= "Built target ContinuousConfigure" |
|
.PHONY : CMakeFiles/ContinuousConfigure.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
CMakeFiles/ContinuousConfigure.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/ContinuousConfigure.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : CMakeFiles/ContinuousConfigure.dir/rule |
|
|
|
# Convenience name for target. |
|
ContinuousConfigure: CMakeFiles/ContinuousConfigure.dir/rule |
|
.PHONY : ContinuousConfigure |
|
|
|
# clean rule for target. |
|
CMakeFiles/ContinuousConfigure.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousConfigure.dir/build.make CMakeFiles/ContinuousConfigure.dir/clean |
|
.PHONY : CMakeFiles/ContinuousConfigure.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target CMakeFiles/ContinuousBuild.dir |
|
|
|
# All Build rule for target. |
|
CMakeFiles/ContinuousBuild.dir/all: |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousBuild.dir/build.make CMakeFiles/ContinuousBuild.dir/depend |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousBuild.dir/build.make CMakeFiles/ContinuousBuild.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num= "Built target ContinuousBuild" |
|
.PHONY : CMakeFiles/ContinuousBuild.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
CMakeFiles/ContinuousBuild.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/ContinuousBuild.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : CMakeFiles/ContinuousBuild.dir/rule |
|
|
|
# Convenience name for target. |
|
ContinuousBuild: CMakeFiles/ContinuousBuild.dir/rule |
|
.PHONY : ContinuousBuild |
|
|
|
# clean rule for target. |
|
CMakeFiles/ContinuousBuild.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousBuild.dir/build.make CMakeFiles/ContinuousBuild.dir/clean |
|
.PHONY : CMakeFiles/ContinuousBuild.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target CMakeFiles/ContinuousTest.dir |
|
|
|
# All Build rule for target. |
|
CMakeFiles/ContinuousTest.dir/all: |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousTest.dir/build.make CMakeFiles/ContinuousTest.dir/depend |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousTest.dir/build.make CMakeFiles/ContinuousTest.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num= "Built target ContinuousTest" |
|
.PHONY : CMakeFiles/ContinuousTest.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
CMakeFiles/ContinuousTest.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/ContinuousTest.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : CMakeFiles/ContinuousTest.dir/rule |
|
|
|
# Convenience name for target. |
|
ContinuousTest: CMakeFiles/ContinuousTest.dir/rule |
|
.PHONY : ContinuousTest |
|
|
|
# clean rule for target. |
|
CMakeFiles/ContinuousTest.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousTest.dir/build.make CMakeFiles/ContinuousTest.dir/clean |
|
.PHONY : CMakeFiles/ContinuousTest.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target CMakeFiles/ContinuousCoverage.dir |
|
|
|
# All Build rule for target. |
|
CMakeFiles/ContinuousCoverage.dir/all: |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousCoverage.dir/build.make CMakeFiles/ContinuousCoverage.dir/depend |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousCoverage.dir/build.make CMakeFiles/ContinuousCoverage.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num= "Built target ContinuousCoverage" |
|
.PHONY : CMakeFiles/ContinuousCoverage.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
CMakeFiles/ContinuousCoverage.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/ContinuousCoverage.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : CMakeFiles/ContinuousCoverage.dir/rule |
|
|
|
# Convenience name for target. |
|
ContinuousCoverage: CMakeFiles/ContinuousCoverage.dir/rule |
|
.PHONY : ContinuousCoverage |
|
|
|
# clean rule for target. |
|
CMakeFiles/ContinuousCoverage.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousCoverage.dir/build.make CMakeFiles/ContinuousCoverage.dir/clean |
|
.PHONY : CMakeFiles/ContinuousCoverage.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target CMakeFiles/ContinuousMemCheck.dir |
|
|
|
# All Build rule for target. |
|
CMakeFiles/ContinuousMemCheck.dir/all: |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousMemCheck.dir/build.make CMakeFiles/ContinuousMemCheck.dir/depend |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousMemCheck.dir/build.make CMakeFiles/ContinuousMemCheck.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num= "Built target ContinuousMemCheck" |
|
.PHONY : CMakeFiles/ContinuousMemCheck.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
CMakeFiles/ContinuousMemCheck.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/ContinuousMemCheck.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : CMakeFiles/ContinuousMemCheck.dir/rule |
|
|
|
# Convenience name for target. |
|
ContinuousMemCheck: CMakeFiles/ContinuousMemCheck.dir/rule |
|
.PHONY : ContinuousMemCheck |
|
|
|
# clean rule for target. |
|
CMakeFiles/ContinuousMemCheck.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousMemCheck.dir/build.make CMakeFiles/ContinuousMemCheck.dir/clean |
|
.PHONY : CMakeFiles/ContinuousMemCheck.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target CMakeFiles/ContinuousSubmit.dir |
|
|
|
# All Build rule for target. |
|
CMakeFiles/ContinuousSubmit.dir/all: |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousSubmit.dir/build.make CMakeFiles/ContinuousSubmit.dir/depend |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousSubmit.dir/build.make CMakeFiles/ContinuousSubmit.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num= "Built target ContinuousSubmit" |
|
.PHONY : CMakeFiles/ContinuousSubmit.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
CMakeFiles/ContinuousSubmit.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/ContinuousSubmit.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : CMakeFiles/ContinuousSubmit.dir/rule |
|
|
|
# Convenience name for target. |
|
ContinuousSubmit: CMakeFiles/ContinuousSubmit.dir/rule |
|
.PHONY : ContinuousSubmit |
|
|
|
# clean rule for target. |
|
CMakeFiles/ContinuousSubmit.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousSubmit.dir/build.make CMakeFiles/ContinuousSubmit.dir/clean |
|
.PHONY : CMakeFiles/ContinuousSubmit.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target ggml/src/CMakeFiles/ggml-base.dir |
|
|
|
# All Build rule for target. |
|
ggml/src/CMakeFiles/ggml-base.dir/all: |
|
$(MAKE) $(MAKESILENT) -f ggml/src/CMakeFiles/ggml-base.dir/build.make ggml/src/CMakeFiles/ggml-base.dir/depend |
|
$(MAKE) $(MAKESILENT) -f ggml/src/CMakeFiles/ggml-base.dir/build.make ggml/src/CMakeFiles/ggml-base.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num=8,9,10,11 "Built target ggml-base" |
|
.PHONY : ggml/src/CMakeFiles/ggml-base.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
ggml/src/CMakeFiles/ggml-base.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 4 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ggml/src/CMakeFiles/ggml-base.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : ggml/src/CMakeFiles/ggml-base.dir/rule |
|
|
|
# Convenience name for target. |
|
ggml-base: ggml/src/CMakeFiles/ggml-base.dir/rule |
|
.PHONY : ggml-base |
|
|
|
# clean rule for target. |
|
ggml/src/CMakeFiles/ggml-base.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f ggml/src/CMakeFiles/ggml-base.dir/build.make ggml/src/CMakeFiles/ggml-base.dir/clean |
|
.PHONY : ggml/src/CMakeFiles/ggml-base.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target ggml/src/CMakeFiles/ggml.dir |
|
|
|
# All Build rule for target. |
|
ggml/src/CMakeFiles/ggml.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all |
|
ggml/src/CMakeFiles/ggml.dir/all: ggml/src/ggml-cpu/CMakeFiles/ggml-cpu.dir/all |
|
$(MAKE) $(MAKESILENT) -f ggml/src/CMakeFiles/ggml.dir/build.make ggml/src/CMakeFiles/ggml.dir/depend |
|
$(MAKE) $(MAKESILENT) -f ggml/src/CMakeFiles/ggml.dir/build.make ggml/src/CMakeFiles/ggml.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num=7 "Built target ggml" |
|
.PHONY : ggml/src/CMakeFiles/ggml.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
ggml/src/CMakeFiles/ggml.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 10 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ggml/src/CMakeFiles/ggml.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : ggml/src/CMakeFiles/ggml.dir/rule |
|
|
|
# Convenience name for target. |
|
ggml: ggml/src/CMakeFiles/ggml.dir/rule |
|
.PHONY : ggml |
|
|
|
# clean rule for target. |
|
ggml/src/CMakeFiles/ggml.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f ggml/src/CMakeFiles/ggml.dir/build.make ggml/src/CMakeFiles/ggml.dir/clean |
|
.PHONY : ggml/src/CMakeFiles/ggml.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target ggml/src/ggml-cpu/CMakeFiles/ggml-cpu.dir |
|
|
|
# All Build rule for target. |
|
ggml/src/ggml-cpu/CMakeFiles/ggml-cpu.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all |
|
$(MAKE) $(MAKESILENT) -f ggml/src/ggml-cpu/CMakeFiles/ggml-cpu.dir/build.make ggml/src/ggml-cpu/CMakeFiles/ggml-cpu.dir/depend |
|
$(MAKE) $(MAKESILENT) -f ggml/src/ggml-cpu/CMakeFiles/ggml-cpu.dir/build.make ggml/src/ggml-cpu/CMakeFiles/ggml-cpu.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num=12,13,14,15,16 "Built target ggml-cpu" |
|
.PHONY : ggml/src/ggml-cpu/CMakeFiles/ggml-cpu.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
ggml/src/ggml-cpu/CMakeFiles/ggml-cpu.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 9 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ggml/src/ggml-cpu/CMakeFiles/ggml-cpu.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : ggml/src/ggml-cpu/CMakeFiles/ggml-cpu.dir/rule |
|
|
|
# Convenience name for target. |
|
ggml-cpu: ggml/src/ggml-cpu/CMakeFiles/ggml-cpu.dir/rule |
|
.PHONY : ggml-cpu |
|
|
|
# clean rule for target. |
|
ggml/src/ggml-cpu/CMakeFiles/ggml-cpu.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f ggml/src/ggml-cpu/CMakeFiles/ggml-cpu.dir/build.make ggml/src/ggml-cpu/CMakeFiles/ggml-cpu.dir/clean |
|
.PHONY : ggml/src/ggml-cpu/CMakeFiles/ggml-cpu.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target src/CMakeFiles/llama.dir |
|
|
|
# All Build rule for target. |
|
src/CMakeFiles/llama.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all |
|
src/CMakeFiles/llama.dir/all: ggml/src/CMakeFiles/ggml.dir/all |
|
src/CMakeFiles/llama.dir/all: ggml/src/ggml-cpu/CMakeFiles/ggml-cpu.dir/all |
|
$(MAKE) $(MAKESILENT) -f src/CMakeFiles/llama.dir/build.make src/CMakeFiles/llama.dir/depend |
|
$(MAKE) $(MAKESILENT) -f src/CMakeFiles/llama.dir/build.make src/CMakeFiles/llama.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num=17,18,19,20 "Built target llama" |
|
.PHONY : src/CMakeFiles/llama.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
src/CMakeFiles/llama.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 14 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/CMakeFiles/llama.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : src/CMakeFiles/llama.dir/rule |
|
|
|
# Convenience name for target. |
|
llama: src/CMakeFiles/llama.dir/rule |
|
.PHONY : llama |
|
|
|
# clean rule for target. |
|
src/CMakeFiles/llama.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f src/CMakeFiles/llama.dir/build.make src/CMakeFiles/llama.dir/clean |
|
.PHONY : src/CMakeFiles/llama.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target common/CMakeFiles/build_info.dir |
|
|
|
# All Build rule for target. |
|
common/CMakeFiles/build_info.dir/all: |
|
$(MAKE) $(MAKESILENT) -f common/CMakeFiles/build_info.dir/build.make common/CMakeFiles/build_info.dir/depend |
|
$(MAKE) $(MAKESILENT) -f common/CMakeFiles/build_info.dir/build.make common/CMakeFiles/build_info.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num=1 "Built target build_info" |
|
.PHONY : common/CMakeFiles/build_info.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
common/CMakeFiles/build_info.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 1 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 common/CMakeFiles/build_info.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : common/CMakeFiles/build_info.dir/rule |
|
|
|
# Convenience name for target. |
|
build_info: common/CMakeFiles/build_info.dir/rule |
|
.PHONY : build_info |
|
|
|
# clean rule for target. |
|
common/CMakeFiles/build_info.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f common/CMakeFiles/build_info.dir/build.make common/CMakeFiles/build_info.dir/clean |
|
.PHONY : common/CMakeFiles/build_info.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target common/CMakeFiles/common.dir |
|
|
|
# All Build rule for target. |
|
common/CMakeFiles/common.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all |
|
common/CMakeFiles/common.dir/all: ggml/src/CMakeFiles/ggml.dir/all |
|
common/CMakeFiles/common.dir/all: ggml/src/ggml-cpu/CMakeFiles/ggml-cpu.dir/all |
|
common/CMakeFiles/common.dir/all: src/CMakeFiles/llama.dir/all |
|
common/CMakeFiles/common.dir/all: common/CMakeFiles/build_info.dir/all |
|
$(MAKE) $(MAKESILENT) -f common/CMakeFiles/common.dir/build.make common/CMakeFiles/common.dir/depend |
|
$(MAKE) $(MAKESILENT) -f common/CMakeFiles/common.dir/build.make common/CMakeFiles/common.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num=2,3,4,5,6 "Built target common" |
|
.PHONY : common/CMakeFiles/common.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
common/CMakeFiles/common.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 20 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 common/CMakeFiles/common.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : common/CMakeFiles/common.dir/rule |
|
|
|
# Convenience name for target. |
|
common: common/CMakeFiles/common.dir/rule |
|
.PHONY : common |
|
|
|
# clean rule for target. |
|
common/CMakeFiles/common.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f common/CMakeFiles/common.dir/build.make common/CMakeFiles/common.dir/clean |
|
.PHONY : common/CMakeFiles/common.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target tests/CMakeFiles/test-tokenizer-0.dir |
|
|
|
# All Build rule for target. |
|
tests/CMakeFiles/test-tokenizer-0.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all |
|
tests/CMakeFiles/test-tokenizer-0.dir/all: ggml/src/CMakeFiles/ggml.dir/all |
|
tests/CMakeFiles/test-tokenizer-0.dir/all: ggml/src/ggml-cpu/CMakeFiles/ggml-cpu.dir/all |
|
tests/CMakeFiles/test-tokenizer-0.dir/all: src/CMakeFiles/llama.dir/all |
|
tests/CMakeFiles/test-tokenizer-0.dir/all: common/CMakeFiles/build_info.dir/all |
|
tests/CMakeFiles/test-tokenizer-0.dir/all: common/CMakeFiles/common.dir/all |
|
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-tokenizer-0.dir/build.make tests/CMakeFiles/test-tokenizer-0.dir/depend |
|
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-tokenizer-0.dir/build.make tests/CMakeFiles/test-tokenizer-0.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num=97 "Built target test-tokenizer-0" |
|
.PHONY : tests/CMakeFiles/test-tokenizer-0.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
tests/CMakeFiles/test-tokenizer-0.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 21 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test-tokenizer-0.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : tests/CMakeFiles/test-tokenizer-0.dir/rule |
|
|
|
# Convenience name for target. |
|
test-tokenizer-0: tests/CMakeFiles/test-tokenizer-0.dir/rule |
|
.PHONY : test-tokenizer-0 |
|
|
|
# clean rule for target. |
|
tests/CMakeFiles/test-tokenizer-0.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-tokenizer-0.dir/build.make tests/CMakeFiles/test-tokenizer-0.dir/clean |
|
.PHONY : tests/CMakeFiles/test-tokenizer-0.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target tests/CMakeFiles/test-tokenizer-1-bpe.dir |
|
|
|
# All Build rule for target. |
|
tests/CMakeFiles/test-tokenizer-1-bpe.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all |
|
tests/CMakeFiles/test-tokenizer-1-bpe.dir/all: ggml/src/CMakeFiles/ggml.dir/all |
|
tests/CMakeFiles/test-tokenizer-1-bpe.dir/all: ggml/src/ggml-cpu/CMakeFiles/ggml-cpu.dir/all |
|
tests/CMakeFiles/test-tokenizer-1-bpe.dir/all: src/CMakeFiles/llama.dir/all |
|
tests/CMakeFiles/test-tokenizer-1-bpe.dir/all: common/CMakeFiles/build_info.dir/all |
|
tests/CMakeFiles/test-tokenizer-1-bpe.dir/all: common/CMakeFiles/common.dir/all |
|
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-tokenizer-1-bpe.dir/build.make tests/CMakeFiles/test-tokenizer-1-bpe.dir/depend |
|
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-tokenizer-1-bpe.dir/build.make tests/CMakeFiles/test-tokenizer-1-bpe.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num=98 "Built target test-tokenizer-1-bpe" |
|
.PHONY : tests/CMakeFiles/test-tokenizer-1-bpe.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
tests/CMakeFiles/test-tokenizer-1-bpe.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 21 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test-tokenizer-1-bpe.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : tests/CMakeFiles/test-tokenizer-1-bpe.dir/rule |
|
|
|
# Convenience name for target. |
|
test-tokenizer-1-bpe: tests/CMakeFiles/test-tokenizer-1-bpe.dir/rule |
|
.PHONY : test-tokenizer-1-bpe |
|
|
|
# clean rule for target. |
|
tests/CMakeFiles/test-tokenizer-1-bpe.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-tokenizer-1-bpe.dir/build.make tests/CMakeFiles/test-tokenizer-1-bpe.dir/clean |
|
.PHONY : tests/CMakeFiles/test-tokenizer-1-bpe.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target tests/CMakeFiles/test-tokenizer-1-spm.dir |
|
|
|
# All Build rule for target. |
|
tests/CMakeFiles/test-tokenizer-1-spm.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all |
|
tests/CMakeFiles/test-tokenizer-1-spm.dir/all: ggml/src/CMakeFiles/ggml.dir/all |
|
tests/CMakeFiles/test-tokenizer-1-spm.dir/all: ggml/src/ggml-cpu/CMakeFiles/ggml-cpu.dir/all |
|
tests/CMakeFiles/test-tokenizer-1-spm.dir/all: src/CMakeFiles/llama.dir/all |
|
tests/CMakeFiles/test-tokenizer-1-spm.dir/all: common/CMakeFiles/build_info.dir/all |
|
tests/CMakeFiles/test-tokenizer-1-spm.dir/all: common/CMakeFiles/common.dir/all |
|
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-tokenizer-1-spm.dir/build.make tests/CMakeFiles/test-tokenizer-1-spm.dir/depend |
|
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-tokenizer-1-spm.dir/build.make tests/CMakeFiles/test-tokenizer-1-spm.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num=99 "Built target test-tokenizer-1-spm" |
|
.PHONY : tests/CMakeFiles/test-tokenizer-1-spm.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
tests/CMakeFiles/test-tokenizer-1-spm.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 21 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test-tokenizer-1-spm.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : tests/CMakeFiles/test-tokenizer-1-spm.dir/rule |
|
|
|
# Convenience name for target. |
|
test-tokenizer-1-spm: tests/CMakeFiles/test-tokenizer-1-spm.dir/rule |
|
.PHONY : test-tokenizer-1-spm |
|
|
|
# clean rule for target. |
|
tests/CMakeFiles/test-tokenizer-1-spm.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-tokenizer-1-spm.dir/build.make tests/CMakeFiles/test-tokenizer-1-spm.dir/clean |
|
.PHONY : tests/CMakeFiles/test-tokenizer-1-spm.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target tests/CMakeFiles/test-log.dir |
|
|
|
# All Build rule for target. |
|
tests/CMakeFiles/test-log.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all |
|
tests/CMakeFiles/test-log.dir/all: ggml/src/CMakeFiles/ggml.dir/all |
|
tests/CMakeFiles/test-log.dir/all: ggml/src/ggml-cpu/CMakeFiles/ggml-cpu.dir/all |
|
tests/CMakeFiles/test-log.dir/all: src/CMakeFiles/llama.dir/all |
|
tests/CMakeFiles/test-log.dir/all: common/CMakeFiles/build_info.dir/all |
|
tests/CMakeFiles/test-log.dir/all: common/CMakeFiles/common.dir/all |
|
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-log.dir/build.make tests/CMakeFiles/test-log.dir/depend |
|
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-log.dir/build.make tests/CMakeFiles/test-log.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num=87 "Built target test-log" |
|
.PHONY : tests/CMakeFiles/test-log.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
tests/CMakeFiles/test-log.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 21 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test-log.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : tests/CMakeFiles/test-log.dir/rule |
|
|
|
# Convenience name for target. |
|
test-log: tests/CMakeFiles/test-log.dir/rule |
|
.PHONY : test-log |
|
|
|
# clean rule for target. |
|
tests/CMakeFiles/test-log.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-log.dir/build.make tests/CMakeFiles/test-log.dir/clean |
|
.PHONY : tests/CMakeFiles/test-log.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target tests/CMakeFiles/test-arg-parser.dir |
|
|
|
# All Build rule for target. |
|
tests/CMakeFiles/test-arg-parser.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all |
|
tests/CMakeFiles/test-arg-parser.dir/all: ggml/src/CMakeFiles/ggml.dir/all |
|
tests/CMakeFiles/test-arg-parser.dir/all: ggml/src/ggml-cpu/CMakeFiles/ggml-cpu.dir/all |
|
tests/CMakeFiles/test-arg-parser.dir/all: src/CMakeFiles/llama.dir/all |
|
tests/CMakeFiles/test-arg-parser.dir/all: common/CMakeFiles/build_info.dir/all |
|
tests/CMakeFiles/test-arg-parser.dir/all: common/CMakeFiles/common.dir/all |
|
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-arg-parser.dir/build.make tests/CMakeFiles/test-arg-parser.dir/depend |
|
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-arg-parser.dir/build.make tests/CMakeFiles/test-arg-parser.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num=71 "Built target test-arg-parser" |
|
.PHONY : tests/CMakeFiles/test-arg-parser.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
tests/CMakeFiles/test-arg-parser.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 21 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test-arg-parser.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : tests/CMakeFiles/test-arg-parser.dir/rule |
|
|
|
# Convenience name for target. |
|
test-arg-parser: tests/CMakeFiles/test-arg-parser.dir/rule |
|
.PHONY : test-arg-parser |
|
|
|
# clean rule for target. |
|
tests/CMakeFiles/test-arg-parser.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-arg-parser.dir/build.make tests/CMakeFiles/test-arg-parser.dir/clean |
|
.PHONY : tests/CMakeFiles/test-arg-parser.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target tests/CMakeFiles/test-sampling.dir |
|
|
|
# All Build rule for target. |
|
tests/CMakeFiles/test-sampling.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all |
|
tests/CMakeFiles/test-sampling.dir/all: ggml/src/CMakeFiles/ggml.dir/all |
|
tests/CMakeFiles/test-sampling.dir/all: ggml/src/ggml-cpu/CMakeFiles/ggml-cpu.dir/all |
|
tests/CMakeFiles/test-sampling.dir/all: src/CMakeFiles/llama.dir/all |
|
tests/CMakeFiles/test-sampling.dir/all: common/CMakeFiles/build_info.dir/all |
|
tests/CMakeFiles/test-sampling.dir/all: common/CMakeFiles/common.dir/all |
|
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-sampling.dir/build.make tests/CMakeFiles/test-sampling.dir/depend |
|
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-sampling.dir/build.make tests/CMakeFiles/test-sampling.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num=95,96 "Built target test-sampling" |
|
.PHONY : tests/CMakeFiles/test-sampling.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
tests/CMakeFiles/test-sampling.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 22 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test-sampling.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : tests/CMakeFiles/test-sampling.dir/rule |
|
|
|
# Convenience name for target. |
|
test-sampling: tests/CMakeFiles/test-sampling.dir/rule |
|
.PHONY : test-sampling |
|
|
|
# clean rule for target. |
|
tests/CMakeFiles/test-sampling.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-sampling.dir/build.make tests/CMakeFiles/test-sampling.dir/clean |
|
.PHONY : tests/CMakeFiles/test-sampling.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target tests/CMakeFiles/test-chat-template.dir |
|
|
|
# All Build rule for target. |
|
tests/CMakeFiles/test-chat-template.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all |
|
tests/CMakeFiles/test-chat-template.dir/all: ggml/src/CMakeFiles/ggml.dir/all |
|
tests/CMakeFiles/test-chat-template.dir/all: ggml/src/ggml-cpu/CMakeFiles/ggml-cpu.dir/all |
|
tests/CMakeFiles/test-chat-template.dir/all: src/CMakeFiles/llama.dir/all |
|
tests/CMakeFiles/test-chat-template.dir/all: common/CMakeFiles/build_info.dir/all |
|
tests/CMakeFiles/test-chat-template.dir/all: common/CMakeFiles/common.dir/all |
|
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-chat-template.dir/build.make tests/CMakeFiles/test-chat-template.dir/depend |
|
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-chat-template.dir/build.make tests/CMakeFiles/test-chat-template.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num=79 "Built target test-chat-template" |
|
.PHONY : tests/CMakeFiles/test-chat-template.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
tests/CMakeFiles/test-chat-template.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 21 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test-chat-template.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : tests/CMakeFiles/test-chat-template.dir/rule |
|
|
|
# Convenience name for target. |
|
test-chat-template: tests/CMakeFiles/test-chat-template.dir/rule |
|
.PHONY : test-chat-template |
|
|
|
# clean rule for target. |
|
tests/CMakeFiles/test-chat-template.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-chat-template.dir/build.make tests/CMakeFiles/test-chat-template.dir/clean |
|
.PHONY : tests/CMakeFiles/test-chat-template.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target tests/CMakeFiles/test-grammar-parser.dir |
|
|
|
# All Build rule for target. |
|
tests/CMakeFiles/test-grammar-parser.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all |
|
tests/CMakeFiles/test-grammar-parser.dir/all: ggml/src/CMakeFiles/ggml.dir/all |
|
tests/CMakeFiles/test-grammar-parser.dir/all: ggml/src/ggml-cpu/CMakeFiles/ggml-cpu.dir/all |
|
tests/CMakeFiles/test-grammar-parser.dir/all: src/CMakeFiles/llama.dir/all |
|
tests/CMakeFiles/test-grammar-parser.dir/all: common/CMakeFiles/build_info.dir/all |
|
tests/CMakeFiles/test-grammar-parser.dir/all: common/CMakeFiles/common.dir/all |
|
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-grammar-parser.dir/build.make tests/CMakeFiles/test-grammar-parser.dir/depend |
|
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-grammar-parser.dir/build.make tests/CMakeFiles/test-grammar-parser.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num=82 "Built target test-grammar-parser" |
|
.PHONY : tests/CMakeFiles/test-grammar-parser.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
tests/CMakeFiles/test-grammar-parser.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 21 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test-grammar-parser.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : tests/CMakeFiles/test-grammar-parser.dir/rule |
|
|
|
# Convenience name for target. |
|
test-grammar-parser: tests/CMakeFiles/test-grammar-parser.dir/rule |
|
.PHONY : test-grammar-parser |
|
|
|
# clean rule for target. |
|
tests/CMakeFiles/test-grammar-parser.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-grammar-parser.dir/build.make tests/CMakeFiles/test-grammar-parser.dir/clean |
|
.PHONY : tests/CMakeFiles/test-grammar-parser.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target tests/CMakeFiles/test-grammar-integration.dir |
|
|
|
# All Build rule for target. |
|
tests/CMakeFiles/test-grammar-integration.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all |
|
tests/CMakeFiles/test-grammar-integration.dir/all: ggml/src/CMakeFiles/ggml.dir/all |
|
tests/CMakeFiles/test-grammar-integration.dir/all: ggml/src/ggml-cpu/CMakeFiles/ggml-cpu.dir/all |
|
tests/CMakeFiles/test-grammar-integration.dir/all: src/CMakeFiles/llama.dir/all |
|
tests/CMakeFiles/test-grammar-integration.dir/all: common/CMakeFiles/build_info.dir/all |
|
tests/CMakeFiles/test-grammar-integration.dir/all: common/CMakeFiles/common.dir/all |
|
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-grammar-integration.dir/build.make tests/CMakeFiles/test-grammar-integration.dir/depend |
|
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-grammar-integration.dir/build.make tests/CMakeFiles/test-grammar-integration.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num=80,81 "Built target test-grammar-integration" |
|
.PHONY : tests/CMakeFiles/test-grammar-integration.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
tests/CMakeFiles/test-grammar-integration.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 22 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test-grammar-integration.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : tests/CMakeFiles/test-grammar-integration.dir/rule |
|
|
|
# Convenience name for target. |
|
test-grammar-integration: tests/CMakeFiles/test-grammar-integration.dir/rule |
|
.PHONY : test-grammar-integration |
|
|
|
# clean rule for target. |
|
tests/CMakeFiles/test-grammar-integration.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-grammar-integration.dir/build.make tests/CMakeFiles/test-grammar-integration.dir/clean |
|
.PHONY : tests/CMakeFiles/test-grammar-integration.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target tests/CMakeFiles/test-llama-grammar.dir |
|
|
|
# All Build rule for target. |
|
tests/CMakeFiles/test-llama-grammar.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all |
|
tests/CMakeFiles/test-llama-grammar.dir/all: ggml/src/CMakeFiles/ggml.dir/all |
|
tests/CMakeFiles/test-llama-grammar.dir/all: ggml/src/ggml-cpu/CMakeFiles/ggml-cpu.dir/all |
|
tests/CMakeFiles/test-llama-grammar.dir/all: src/CMakeFiles/llama.dir/all |
|
tests/CMakeFiles/test-llama-grammar.dir/all: common/CMakeFiles/build_info.dir/all |
|
tests/CMakeFiles/test-llama-grammar.dir/all: common/CMakeFiles/common.dir/all |
|
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-llama-grammar.dir/build.make tests/CMakeFiles/test-llama-grammar.dir/depend |
|
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-llama-grammar.dir/build.make tests/CMakeFiles/test-llama-grammar.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num=85,86 "Built target test-llama-grammar" |
|
.PHONY : tests/CMakeFiles/test-llama-grammar.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
tests/CMakeFiles/test-llama-grammar.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 22 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test-llama-grammar.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : tests/CMakeFiles/test-llama-grammar.dir/rule |
|
|
|
# Convenience name for target. |
|
test-llama-grammar: tests/CMakeFiles/test-llama-grammar.dir/rule |
|
.PHONY : test-llama-grammar |
|
|
|
# clean rule for target. |
|
tests/CMakeFiles/test-llama-grammar.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-llama-grammar.dir/build.make tests/CMakeFiles/test-llama-grammar.dir/clean |
|
.PHONY : tests/CMakeFiles/test-llama-grammar.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target tests/CMakeFiles/test-backend-ops.dir |
|
|
|
# All Build rule for target. |
|
tests/CMakeFiles/test-backend-ops.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all |
|
tests/CMakeFiles/test-backend-ops.dir/all: ggml/src/CMakeFiles/ggml.dir/all |
|
tests/CMakeFiles/test-backend-ops.dir/all: ggml/src/ggml-cpu/CMakeFiles/ggml-cpu.dir/all |
|
tests/CMakeFiles/test-backend-ops.dir/all: src/CMakeFiles/llama.dir/all |
|
tests/CMakeFiles/test-backend-ops.dir/all: common/CMakeFiles/build_info.dir/all |
|
tests/CMakeFiles/test-backend-ops.dir/all: common/CMakeFiles/common.dir/all |
|
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-backend-ops.dir/build.make tests/CMakeFiles/test-backend-ops.dir/depend |
|
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-backend-ops.dir/build.make tests/CMakeFiles/test-backend-ops.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num=74,75 "Built target test-backend-ops" |
|
.PHONY : tests/CMakeFiles/test-backend-ops.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
tests/CMakeFiles/test-backend-ops.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 22 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test-backend-ops.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : tests/CMakeFiles/test-backend-ops.dir/rule |
|
|
|
# Convenience name for target. |
|
test-backend-ops: tests/CMakeFiles/test-backend-ops.dir/rule |
|
.PHONY : test-backend-ops |
|
|
|
# clean rule for target. |
|
tests/CMakeFiles/test-backend-ops.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-backend-ops.dir/build.make tests/CMakeFiles/test-backend-ops.dir/clean |
|
.PHONY : tests/CMakeFiles/test-backend-ops.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target tests/CMakeFiles/test-model-load-cancel.dir |
|
|
|
# All Build rule for target. |
|
tests/CMakeFiles/test-model-load-cancel.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all |
|
tests/CMakeFiles/test-model-load-cancel.dir/all: ggml/src/CMakeFiles/ggml.dir/all |
|
tests/CMakeFiles/test-model-load-cancel.dir/all: ggml/src/ggml-cpu/CMakeFiles/ggml-cpu.dir/all |
|
tests/CMakeFiles/test-model-load-cancel.dir/all: src/CMakeFiles/llama.dir/all |
|
tests/CMakeFiles/test-model-load-cancel.dir/all: common/CMakeFiles/build_info.dir/all |
|
tests/CMakeFiles/test-model-load-cancel.dir/all: common/CMakeFiles/common.dir/all |
|
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-model-load-cancel.dir/build.make tests/CMakeFiles/test-model-load-cancel.dir/depend |
|
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-model-load-cancel.dir/build.make tests/CMakeFiles/test-model-load-cancel.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num=88,89 "Built target test-model-load-cancel" |
|
.PHONY : tests/CMakeFiles/test-model-load-cancel.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
tests/CMakeFiles/test-model-load-cancel.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 22 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test-model-load-cancel.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : tests/CMakeFiles/test-model-load-cancel.dir/rule |
|
|
|
# Convenience name for target. |
|
test-model-load-cancel: tests/CMakeFiles/test-model-load-cancel.dir/rule |
|
.PHONY : test-model-load-cancel |
|
|
|
# clean rule for target. |
|
tests/CMakeFiles/test-model-load-cancel.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-model-load-cancel.dir/build.make tests/CMakeFiles/test-model-load-cancel.dir/clean |
|
.PHONY : tests/CMakeFiles/test-model-load-cancel.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target tests/CMakeFiles/test-autorelease.dir |
|
|
|
# All Build rule for target. |
|
tests/CMakeFiles/test-autorelease.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all |
|
tests/CMakeFiles/test-autorelease.dir/all: ggml/src/CMakeFiles/ggml.dir/all |
|
tests/CMakeFiles/test-autorelease.dir/all: ggml/src/ggml-cpu/CMakeFiles/ggml-cpu.dir/all |
|
tests/CMakeFiles/test-autorelease.dir/all: src/CMakeFiles/llama.dir/all |
|
tests/CMakeFiles/test-autorelease.dir/all: common/CMakeFiles/build_info.dir/all |
|
tests/CMakeFiles/test-autorelease.dir/all: common/CMakeFiles/common.dir/all |
|
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-autorelease.dir/build.make tests/CMakeFiles/test-autorelease.dir/depend |
|
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-autorelease.dir/build.make tests/CMakeFiles/test-autorelease.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num=72,73 "Built target test-autorelease" |
|
.PHONY : tests/CMakeFiles/test-autorelease.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
tests/CMakeFiles/test-autorelease.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 22 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test-autorelease.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : tests/CMakeFiles/test-autorelease.dir/rule |
|
|
|
# Convenience name for target. |
|
test-autorelease: tests/CMakeFiles/test-autorelease.dir/rule |
|
.PHONY : test-autorelease |
|
|
|
# clean rule for target. |
|
tests/CMakeFiles/test-autorelease.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-autorelease.dir/build.make tests/CMakeFiles/test-autorelease.dir/clean |
|
.PHONY : tests/CMakeFiles/test-autorelease.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target tests/CMakeFiles/test-barrier.dir |
|
|
|
# All Build rule for target. |
|
tests/CMakeFiles/test-barrier.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all |
|
tests/CMakeFiles/test-barrier.dir/all: ggml/src/CMakeFiles/ggml.dir/all |
|
tests/CMakeFiles/test-barrier.dir/all: ggml/src/ggml-cpu/CMakeFiles/ggml-cpu.dir/all |
|
tests/CMakeFiles/test-barrier.dir/all: src/CMakeFiles/llama.dir/all |
|
tests/CMakeFiles/test-barrier.dir/all: common/CMakeFiles/build_info.dir/all |
|
tests/CMakeFiles/test-barrier.dir/all: common/CMakeFiles/common.dir/all |
|
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-barrier.dir/build.make tests/CMakeFiles/test-barrier.dir/depend |
|
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-barrier.dir/build.make tests/CMakeFiles/test-barrier.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num=76 "Built target test-barrier" |
|
.PHONY : tests/CMakeFiles/test-barrier.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
tests/CMakeFiles/test-barrier.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 21 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test-barrier.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : tests/CMakeFiles/test-barrier.dir/rule |
|
|
|
# Convenience name for target. |
|
test-barrier: tests/CMakeFiles/test-barrier.dir/rule |
|
.PHONY : test-barrier |
|
|
|
# clean rule for target. |
|
tests/CMakeFiles/test-barrier.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-barrier.dir/build.make tests/CMakeFiles/test-barrier.dir/clean |
|
.PHONY : tests/CMakeFiles/test-barrier.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target tests/CMakeFiles/test-quantize-fns.dir |
|
|
|
# All Build rule for target. |
|
tests/CMakeFiles/test-quantize-fns.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all |
|
tests/CMakeFiles/test-quantize-fns.dir/all: ggml/src/CMakeFiles/ggml.dir/all |
|
tests/CMakeFiles/test-quantize-fns.dir/all: ggml/src/ggml-cpu/CMakeFiles/ggml-cpu.dir/all |
|
tests/CMakeFiles/test-quantize-fns.dir/all: src/CMakeFiles/llama.dir/all |
|
tests/CMakeFiles/test-quantize-fns.dir/all: common/CMakeFiles/build_info.dir/all |
|
tests/CMakeFiles/test-quantize-fns.dir/all: common/CMakeFiles/common.dir/all |
|
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-quantize-fns.dir/build.make tests/CMakeFiles/test-quantize-fns.dir/depend |
|
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-quantize-fns.dir/build.make tests/CMakeFiles/test-quantize-fns.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num=90,91 "Built target test-quantize-fns" |
|
.PHONY : tests/CMakeFiles/test-quantize-fns.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
tests/CMakeFiles/test-quantize-fns.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 22 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test-quantize-fns.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : tests/CMakeFiles/test-quantize-fns.dir/rule |
|
|
|
# Convenience name for target. |
|
test-quantize-fns: tests/CMakeFiles/test-quantize-fns.dir/rule |
|
.PHONY : test-quantize-fns |
|
|
|
# clean rule for target. |
|
tests/CMakeFiles/test-quantize-fns.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-quantize-fns.dir/build.make tests/CMakeFiles/test-quantize-fns.dir/clean |
|
.PHONY : tests/CMakeFiles/test-quantize-fns.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target tests/CMakeFiles/test-quantize-perf.dir |
|
|
|
# All Build rule for target. |
|
tests/CMakeFiles/test-quantize-perf.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all |
|
tests/CMakeFiles/test-quantize-perf.dir/all: ggml/src/CMakeFiles/ggml.dir/all |
|
tests/CMakeFiles/test-quantize-perf.dir/all: ggml/src/ggml-cpu/CMakeFiles/ggml-cpu.dir/all |
|
tests/CMakeFiles/test-quantize-perf.dir/all: src/CMakeFiles/llama.dir/all |
|
tests/CMakeFiles/test-quantize-perf.dir/all: common/CMakeFiles/build_info.dir/all |
|
tests/CMakeFiles/test-quantize-perf.dir/all: common/CMakeFiles/common.dir/all |
|
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-quantize-perf.dir/build.make tests/CMakeFiles/test-quantize-perf.dir/depend |
|
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-quantize-perf.dir/build.make tests/CMakeFiles/test-quantize-perf.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num=92 "Built target test-quantize-perf" |
|
.PHONY : tests/CMakeFiles/test-quantize-perf.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
tests/CMakeFiles/test-quantize-perf.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 21 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test-quantize-perf.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : tests/CMakeFiles/test-quantize-perf.dir/rule |
|
|
|
# Convenience name for target. |
|
test-quantize-perf: tests/CMakeFiles/test-quantize-perf.dir/rule |
|
.PHONY : test-quantize-perf |
|
|
|
# clean rule for target. |
|
tests/CMakeFiles/test-quantize-perf.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-quantize-perf.dir/build.make tests/CMakeFiles/test-quantize-perf.dir/clean |
|
.PHONY : tests/CMakeFiles/test-quantize-perf.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target tests/CMakeFiles/test-rope.dir |
|
|
|
# All Build rule for target. |
|
tests/CMakeFiles/test-rope.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all |
|
tests/CMakeFiles/test-rope.dir/all: ggml/src/CMakeFiles/ggml.dir/all |
|
tests/CMakeFiles/test-rope.dir/all: ggml/src/ggml-cpu/CMakeFiles/ggml-cpu.dir/all |
|
tests/CMakeFiles/test-rope.dir/all: src/CMakeFiles/llama.dir/all |
|
tests/CMakeFiles/test-rope.dir/all: common/CMakeFiles/build_info.dir/all |
|
tests/CMakeFiles/test-rope.dir/all: common/CMakeFiles/common.dir/all |
|
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-rope.dir/build.make tests/CMakeFiles/test-rope.dir/depend |
|
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-rope.dir/build.make tests/CMakeFiles/test-rope.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num=93,94 "Built target test-rope" |
|
.PHONY : tests/CMakeFiles/test-rope.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
tests/CMakeFiles/test-rope.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 22 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test-rope.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : tests/CMakeFiles/test-rope.dir/rule |
|
|
|
# Convenience name for target. |
|
test-rope: tests/CMakeFiles/test-rope.dir/rule |
|
.PHONY : test-rope |
|
|
|
# clean rule for target. |
|
tests/CMakeFiles/test-rope.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-rope.dir/build.make tests/CMakeFiles/test-rope.dir/clean |
|
.PHONY : tests/CMakeFiles/test-rope.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target tests/CMakeFiles/test-json-schema-to-grammar.dir |
|
|
|
# All Build rule for target. |
|
tests/CMakeFiles/test-json-schema-to-grammar.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all |
|
tests/CMakeFiles/test-json-schema-to-grammar.dir/all: ggml/src/CMakeFiles/ggml.dir/all |
|
tests/CMakeFiles/test-json-schema-to-grammar.dir/all: ggml/src/ggml-cpu/CMakeFiles/ggml-cpu.dir/all |
|
tests/CMakeFiles/test-json-schema-to-grammar.dir/all: src/CMakeFiles/llama.dir/all |
|
tests/CMakeFiles/test-json-schema-to-grammar.dir/all: common/CMakeFiles/build_info.dir/all |
|
tests/CMakeFiles/test-json-schema-to-grammar.dir/all: common/CMakeFiles/common.dir/all |
|
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-json-schema-to-grammar.dir/build.make tests/CMakeFiles/test-json-schema-to-grammar.dir/depend |
|
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-json-schema-to-grammar.dir/build.make tests/CMakeFiles/test-json-schema-to-grammar.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num=83,84 "Built target test-json-schema-to-grammar" |
|
.PHONY : tests/CMakeFiles/test-json-schema-to-grammar.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
tests/CMakeFiles/test-json-schema-to-grammar.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 22 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test-json-schema-to-grammar.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : tests/CMakeFiles/test-json-schema-to-grammar.dir/rule |
|
|
|
# Convenience name for target. |
|
test-json-schema-to-grammar: tests/CMakeFiles/test-json-schema-to-grammar.dir/rule |
|
.PHONY : test-json-schema-to-grammar |
|
|
|
# clean rule for target. |
|
tests/CMakeFiles/test-json-schema-to-grammar.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-json-schema-to-grammar.dir/build.make tests/CMakeFiles/test-json-schema-to-grammar.dir/clean |
|
.PHONY : tests/CMakeFiles/test-json-schema-to-grammar.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target tests/CMakeFiles/test-c.dir |
|
|
|
# All Build rule for target. |
|
tests/CMakeFiles/test-c.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all |
|
tests/CMakeFiles/test-c.dir/all: ggml/src/CMakeFiles/ggml.dir/all |
|
tests/CMakeFiles/test-c.dir/all: ggml/src/ggml-cpu/CMakeFiles/ggml-cpu.dir/all |
|
tests/CMakeFiles/test-c.dir/all: src/CMakeFiles/llama.dir/all |
|
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-c.dir/build.make tests/CMakeFiles/test-c.dir/depend |
|
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-c.dir/build.make tests/CMakeFiles/test-c.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num=77,78 "Built target test-c" |
|
.PHONY : tests/CMakeFiles/test-c.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
tests/CMakeFiles/test-c.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 16 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/test-c.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : tests/CMakeFiles/test-c.dir/rule |
|
|
|
# Convenience name for target. |
|
test-c: tests/CMakeFiles/test-c.dir/rule |
|
.PHONY : test-c |
|
|
|
# clean rule for target. |
|
tests/CMakeFiles/test-c.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f tests/CMakeFiles/test-c.dir/build.make tests/CMakeFiles/test-c.dir/clean |
|
.PHONY : tests/CMakeFiles/test-c.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target examples/batched-bench/CMakeFiles/llama-batched-bench.dir |
|
|
|
# All Build rule for target. |
|
examples/batched-bench/CMakeFiles/llama-batched-bench.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all |
|
examples/batched-bench/CMakeFiles/llama-batched-bench.dir/all: ggml/src/CMakeFiles/ggml.dir/all |
|
examples/batched-bench/CMakeFiles/llama-batched-bench.dir/all: ggml/src/ggml-cpu/CMakeFiles/ggml-cpu.dir/all |
|
examples/batched-bench/CMakeFiles/llama-batched-bench.dir/all: src/CMakeFiles/llama.dir/all |
|
examples/batched-bench/CMakeFiles/llama-batched-bench.dir/all: common/CMakeFiles/build_info.dir/all |
|
examples/batched-bench/CMakeFiles/llama-batched-bench.dir/all: common/CMakeFiles/common.dir/all |
|
$(MAKE) $(MAKESILENT) -f examples/batched-bench/CMakeFiles/llama-batched-bench.dir/build.make examples/batched-bench/CMakeFiles/llama-batched-bench.dir/depend |
|
$(MAKE) $(MAKESILENT) -f examples/batched-bench/CMakeFiles/llama-batched-bench.dir/build.make examples/batched-bench/CMakeFiles/llama-batched-bench.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num=22 "Built target llama-batched-bench" |
|
.PHONY : examples/batched-bench/CMakeFiles/llama-batched-bench.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
examples/batched-bench/CMakeFiles/llama-batched-bench.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 21 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/batched-bench/CMakeFiles/llama-batched-bench.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : examples/batched-bench/CMakeFiles/llama-batched-bench.dir/rule |
|
|
|
# Convenience name for target. |
|
llama-batched-bench: examples/batched-bench/CMakeFiles/llama-batched-bench.dir/rule |
|
.PHONY : llama-batched-bench |
|
|
|
# clean rule for target. |
|
examples/batched-bench/CMakeFiles/llama-batched-bench.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f examples/batched-bench/CMakeFiles/llama-batched-bench.dir/build.make examples/batched-bench/CMakeFiles/llama-batched-bench.dir/clean |
|
.PHONY : examples/batched-bench/CMakeFiles/llama-batched-bench.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target examples/batched/CMakeFiles/llama-batched.dir |
|
|
|
# All Build rule for target. |
|
examples/batched/CMakeFiles/llama-batched.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all |
|
examples/batched/CMakeFiles/llama-batched.dir/all: ggml/src/CMakeFiles/ggml.dir/all |
|
examples/batched/CMakeFiles/llama-batched.dir/all: ggml/src/ggml-cpu/CMakeFiles/ggml-cpu.dir/all |
|
examples/batched/CMakeFiles/llama-batched.dir/all: src/CMakeFiles/llama.dir/all |
|
examples/batched/CMakeFiles/llama-batched.dir/all: common/CMakeFiles/build_info.dir/all |
|
examples/batched/CMakeFiles/llama-batched.dir/all: common/CMakeFiles/common.dir/all |
|
$(MAKE) $(MAKESILENT) -f examples/batched/CMakeFiles/llama-batched.dir/build.make examples/batched/CMakeFiles/llama-batched.dir/depend |
|
$(MAKE) $(MAKESILENT) -f examples/batched/CMakeFiles/llama-batched.dir/build.make examples/batched/CMakeFiles/llama-batched.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num=21 "Built target llama-batched" |
|
.PHONY : examples/batched/CMakeFiles/llama-batched.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
examples/batched/CMakeFiles/llama-batched.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 21 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/batched/CMakeFiles/llama-batched.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : examples/batched/CMakeFiles/llama-batched.dir/rule |
|
|
|
# Convenience name for target. |
|
llama-batched: examples/batched/CMakeFiles/llama-batched.dir/rule |
|
.PHONY : llama-batched |
|
|
|
# clean rule for target. |
|
examples/batched/CMakeFiles/llama-batched.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f examples/batched/CMakeFiles/llama-batched.dir/build.make examples/batched/CMakeFiles/llama-batched.dir/clean |
|
.PHONY : examples/batched/CMakeFiles/llama-batched.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target examples/embedding/CMakeFiles/llama-embedding.dir |
|
|
|
# All Build rule for target. |
|
examples/embedding/CMakeFiles/llama-embedding.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all |
|
examples/embedding/CMakeFiles/llama-embedding.dir/all: ggml/src/CMakeFiles/ggml.dir/all |
|
examples/embedding/CMakeFiles/llama-embedding.dir/all: ggml/src/ggml-cpu/CMakeFiles/ggml-cpu.dir/all |
|
examples/embedding/CMakeFiles/llama-embedding.dir/all: src/CMakeFiles/llama.dir/all |
|
examples/embedding/CMakeFiles/llama-embedding.dir/all: common/CMakeFiles/build_info.dir/all |
|
examples/embedding/CMakeFiles/llama-embedding.dir/all: common/CMakeFiles/common.dir/all |
|
$(MAKE) $(MAKESILENT) -f examples/embedding/CMakeFiles/llama-embedding.dir/build.make examples/embedding/CMakeFiles/llama-embedding.dir/depend |
|
$(MAKE) $(MAKESILENT) -f examples/embedding/CMakeFiles/llama-embedding.dir/build.make examples/embedding/CMakeFiles/llama-embedding.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num=27,28 "Built target llama-embedding" |
|
.PHONY : examples/embedding/CMakeFiles/llama-embedding.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
examples/embedding/CMakeFiles/llama-embedding.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 22 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/embedding/CMakeFiles/llama-embedding.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : examples/embedding/CMakeFiles/llama-embedding.dir/rule |
|
|
|
# Convenience name for target. |
|
llama-embedding: examples/embedding/CMakeFiles/llama-embedding.dir/rule |
|
.PHONY : llama-embedding |
|
|
|
# clean rule for target. |
|
examples/embedding/CMakeFiles/llama-embedding.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f examples/embedding/CMakeFiles/llama-embedding.dir/build.make examples/embedding/CMakeFiles/llama-embedding.dir/clean |
|
.PHONY : examples/embedding/CMakeFiles/llama-embedding.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target examples/eval-callback/CMakeFiles/llama-eval-callback.dir |
|
|
|
# All Build rule for target. |
|
examples/eval-callback/CMakeFiles/llama-eval-callback.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all |
|
examples/eval-callback/CMakeFiles/llama-eval-callback.dir/all: ggml/src/CMakeFiles/ggml.dir/all |
|
examples/eval-callback/CMakeFiles/llama-eval-callback.dir/all: ggml/src/ggml-cpu/CMakeFiles/ggml-cpu.dir/all |
|
examples/eval-callback/CMakeFiles/llama-eval-callback.dir/all: src/CMakeFiles/llama.dir/all |
|
examples/eval-callback/CMakeFiles/llama-eval-callback.dir/all: common/CMakeFiles/build_info.dir/all |
|
examples/eval-callback/CMakeFiles/llama-eval-callback.dir/all: common/CMakeFiles/common.dir/all |
|
$(MAKE) $(MAKESILENT) -f examples/eval-callback/CMakeFiles/llama-eval-callback.dir/build.make examples/eval-callback/CMakeFiles/llama-eval-callback.dir/depend |
|
$(MAKE) $(MAKESILENT) -f examples/eval-callback/CMakeFiles/llama-eval-callback.dir/build.make examples/eval-callback/CMakeFiles/llama-eval-callback.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num=29 "Built target llama-eval-callback" |
|
.PHONY : examples/eval-callback/CMakeFiles/llama-eval-callback.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
examples/eval-callback/CMakeFiles/llama-eval-callback.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 21 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/eval-callback/CMakeFiles/llama-eval-callback.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : examples/eval-callback/CMakeFiles/llama-eval-callback.dir/rule |
|
|
|
# Convenience name for target. |
|
llama-eval-callback: examples/eval-callback/CMakeFiles/llama-eval-callback.dir/rule |
|
.PHONY : llama-eval-callback |
|
|
|
# clean rule for target. |
|
examples/eval-callback/CMakeFiles/llama-eval-callback.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f examples/eval-callback/CMakeFiles/llama-eval-callback.dir/build.make examples/eval-callback/CMakeFiles/llama-eval-callback.dir/clean |
|
.PHONY : examples/eval-callback/CMakeFiles/llama-eval-callback.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target examples/gbnf-validator/CMakeFiles/llama-gbnf-validator.dir |
|
|
|
# All Build rule for target. |
|
examples/gbnf-validator/CMakeFiles/llama-gbnf-validator.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all |
|
examples/gbnf-validator/CMakeFiles/llama-gbnf-validator.dir/all: ggml/src/CMakeFiles/ggml.dir/all |
|
examples/gbnf-validator/CMakeFiles/llama-gbnf-validator.dir/all: ggml/src/ggml-cpu/CMakeFiles/ggml-cpu.dir/all |
|
examples/gbnf-validator/CMakeFiles/llama-gbnf-validator.dir/all: src/CMakeFiles/llama.dir/all |
|
examples/gbnf-validator/CMakeFiles/llama-gbnf-validator.dir/all: common/CMakeFiles/build_info.dir/all |
|
examples/gbnf-validator/CMakeFiles/llama-gbnf-validator.dir/all: common/CMakeFiles/common.dir/all |
|
$(MAKE) $(MAKESILENT) -f examples/gbnf-validator/CMakeFiles/llama-gbnf-validator.dir/build.make examples/gbnf-validator/CMakeFiles/llama-gbnf-validator.dir/depend |
|
$(MAKE) $(MAKESILENT) -f examples/gbnf-validator/CMakeFiles/llama-gbnf-validator.dir/build.make examples/gbnf-validator/CMakeFiles/llama-gbnf-validator.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num=31 "Built target llama-gbnf-validator" |
|
.PHONY : examples/gbnf-validator/CMakeFiles/llama-gbnf-validator.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
examples/gbnf-validator/CMakeFiles/llama-gbnf-validator.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 21 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/gbnf-validator/CMakeFiles/llama-gbnf-validator.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : examples/gbnf-validator/CMakeFiles/llama-gbnf-validator.dir/rule |
|
|
|
# Convenience name for target. |
|
llama-gbnf-validator: examples/gbnf-validator/CMakeFiles/llama-gbnf-validator.dir/rule |
|
.PHONY : llama-gbnf-validator |
|
|
|
# clean rule for target. |
|
examples/gbnf-validator/CMakeFiles/llama-gbnf-validator.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f examples/gbnf-validator/CMakeFiles/llama-gbnf-validator.dir/build.make examples/gbnf-validator/CMakeFiles/llama-gbnf-validator.dir/clean |
|
.PHONY : examples/gbnf-validator/CMakeFiles/llama-gbnf-validator.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target examples/gguf-hash/CMakeFiles/llama-gguf-hash.dir |
|
|
|
# All Build rule for target. |
|
examples/gguf-hash/CMakeFiles/llama-gguf-hash.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all |
|
examples/gguf-hash/CMakeFiles/llama-gguf-hash.dir/all: ggml/src/CMakeFiles/ggml.dir/all |
|
examples/gguf-hash/CMakeFiles/llama-gguf-hash.dir/all: ggml/src/ggml-cpu/CMakeFiles/ggml-cpu.dir/all |
|
examples/gguf-hash/CMakeFiles/llama-gguf-hash.dir/all: examples/gguf-hash/CMakeFiles/xxhash.dir/all |
|
examples/gguf-hash/CMakeFiles/llama-gguf-hash.dir/all: examples/gguf-hash/CMakeFiles/sha1.dir/all |
|
examples/gguf-hash/CMakeFiles/llama-gguf-hash.dir/all: examples/gguf-hash/CMakeFiles/sha256.dir/all |
|
$(MAKE) $(MAKESILENT) -f examples/gguf-hash/CMakeFiles/llama-gguf-hash.dir/build.make examples/gguf-hash/CMakeFiles/llama-gguf-hash.dir/depend |
|
$(MAKE) $(MAKESILENT) -f examples/gguf-hash/CMakeFiles/llama-gguf-hash.dir/build.make examples/gguf-hash/CMakeFiles/llama-gguf-hash.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num=33 "Built target llama-gguf-hash" |
|
.PHONY : examples/gguf-hash/CMakeFiles/llama-gguf-hash.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
examples/gguf-hash/CMakeFiles/llama-gguf-hash.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 13 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/gguf-hash/CMakeFiles/llama-gguf-hash.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : examples/gguf-hash/CMakeFiles/llama-gguf-hash.dir/rule |
|
|
|
# Convenience name for target. |
|
llama-gguf-hash: examples/gguf-hash/CMakeFiles/llama-gguf-hash.dir/rule |
|
.PHONY : llama-gguf-hash |
|
|
|
# clean rule for target. |
|
examples/gguf-hash/CMakeFiles/llama-gguf-hash.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f examples/gguf-hash/CMakeFiles/llama-gguf-hash.dir/build.make examples/gguf-hash/CMakeFiles/llama-gguf-hash.dir/clean |
|
.PHONY : examples/gguf-hash/CMakeFiles/llama-gguf-hash.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target examples/gguf-hash/CMakeFiles/xxhash.dir |
|
|
|
# All Build rule for target. |
|
examples/gguf-hash/CMakeFiles/xxhash.dir/all: |
|
$(MAKE) $(MAKESILENT) -f examples/gguf-hash/CMakeFiles/xxhash.dir/build.make examples/gguf-hash/CMakeFiles/xxhash.dir/depend |
|
$(MAKE) $(MAKESILENT) -f examples/gguf-hash/CMakeFiles/xxhash.dir/build.make examples/gguf-hash/CMakeFiles/xxhash.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num=100 "Built target xxhash" |
|
.PHONY : examples/gguf-hash/CMakeFiles/xxhash.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
examples/gguf-hash/CMakeFiles/xxhash.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 1 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/gguf-hash/CMakeFiles/xxhash.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : examples/gguf-hash/CMakeFiles/xxhash.dir/rule |
|
|
|
# Convenience name for target. |
|
xxhash: examples/gguf-hash/CMakeFiles/xxhash.dir/rule |
|
.PHONY : xxhash |
|
|
|
# clean rule for target. |
|
examples/gguf-hash/CMakeFiles/xxhash.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f examples/gguf-hash/CMakeFiles/xxhash.dir/build.make examples/gguf-hash/CMakeFiles/xxhash.dir/clean |
|
.PHONY : examples/gguf-hash/CMakeFiles/xxhash.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target examples/gguf-hash/CMakeFiles/sha1.dir |
|
|
|
# All Build rule for target. |
|
examples/gguf-hash/CMakeFiles/sha1.dir/all: |
|
$(MAKE) $(MAKESILENT) -f examples/gguf-hash/CMakeFiles/sha1.dir/build.make examples/gguf-hash/CMakeFiles/sha1.dir/depend |
|
$(MAKE) $(MAKESILENT) -f examples/gguf-hash/CMakeFiles/sha1.dir/build.make examples/gguf-hash/CMakeFiles/sha1.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num= "Built target sha1" |
|
.PHONY : examples/gguf-hash/CMakeFiles/sha1.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
examples/gguf-hash/CMakeFiles/sha1.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/gguf-hash/CMakeFiles/sha1.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : examples/gguf-hash/CMakeFiles/sha1.dir/rule |
|
|
|
# Convenience name for target. |
|
sha1: examples/gguf-hash/CMakeFiles/sha1.dir/rule |
|
.PHONY : sha1 |
|
|
|
# clean rule for target. |
|
examples/gguf-hash/CMakeFiles/sha1.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f examples/gguf-hash/CMakeFiles/sha1.dir/build.make examples/gguf-hash/CMakeFiles/sha1.dir/clean |
|
.PHONY : examples/gguf-hash/CMakeFiles/sha1.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target examples/gguf-hash/CMakeFiles/sha256.dir |
|
|
|
# All Build rule for target. |
|
examples/gguf-hash/CMakeFiles/sha256.dir/all: |
|
$(MAKE) $(MAKESILENT) -f examples/gguf-hash/CMakeFiles/sha256.dir/build.make examples/gguf-hash/CMakeFiles/sha256.dir/depend |
|
$(MAKE) $(MAKESILENT) -f examples/gguf-hash/CMakeFiles/sha256.dir/build.make examples/gguf-hash/CMakeFiles/sha256.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num=70 "Built target sha256" |
|
.PHONY : examples/gguf-hash/CMakeFiles/sha256.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
examples/gguf-hash/CMakeFiles/sha256.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 1 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/gguf-hash/CMakeFiles/sha256.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : examples/gguf-hash/CMakeFiles/sha256.dir/rule |
|
|
|
# Convenience name for target. |
|
sha256: examples/gguf-hash/CMakeFiles/sha256.dir/rule |
|
.PHONY : sha256 |
|
|
|
# clean rule for target. |
|
examples/gguf-hash/CMakeFiles/sha256.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f examples/gguf-hash/CMakeFiles/sha256.dir/build.make examples/gguf-hash/CMakeFiles/sha256.dir/clean |
|
.PHONY : examples/gguf-hash/CMakeFiles/sha256.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target examples/gguf-split/CMakeFiles/llama-gguf-split.dir |
|
|
|
# All Build rule for target. |
|
examples/gguf-split/CMakeFiles/llama-gguf-split.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all |
|
examples/gguf-split/CMakeFiles/llama-gguf-split.dir/all: ggml/src/CMakeFiles/ggml.dir/all |
|
examples/gguf-split/CMakeFiles/llama-gguf-split.dir/all: ggml/src/ggml-cpu/CMakeFiles/ggml-cpu.dir/all |
|
examples/gguf-split/CMakeFiles/llama-gguf-split.dir/all: src/CMakeFiles/llama.dir/all |
|
examples/gguf-split/CMakeFiles/llama-gguf-split.dir/all: common/CMakeFiles/build_info.dir/all |
|
examples/gguf-split/CMakeFiles/llama-gguf-split.dir/all: common/CMakeFiles/common.dir/all |
|
$(MAKE) $(MAKESILENT) -f examples/gguf-split/CMakeFiles/llama-gguf-split.dir/build.make examples/gguf-split/CMakeFiles/llama-gguf-split.dir/depend |
|
$(MAKE) $(MAKESILENT) -f examples/gguf-split/CMakeFiles/llama-gguf-split.dir/build.make examples/gguf-split/CMakeFiles/llama-gguf-split.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num=34 "Built target llama-gguf-split" |
|
.PHONY : examples/gguf-split/CMakeFiles/llama-gguf-split.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
examples/gguf-split/CMakeFiles/llama-gguf-split.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 21 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/gguf-split/CMakeFiles/llama-gguf-split.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : examples/gguf-split/CMakeFiles/llama-gguf-split.dir/rule |
|
|
|
# Convenience name for target. |
|
llama-gguf-split: examples/gguf-split/CMakeFiles/llama-gguf-split.dir/rule |
|
.PHONY : llama-gguf-split |
|
|
|
# clean rule for target. |
|
examples/gguf-split/CMakeFiles/llama-gguf-split.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f examples/gguf-split/CMakeFiles/llama-gguf-split.dir/build.make examples/gguf-split/CMakeFiles/llama-gguf-split.dir/clean |
|
.PHONY : examples/gguf-split/CMakeFiles/llama-gguf-split.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target examples/gguf/CMakeFiles/llama-gguf.dir |
|
|
|
# All Build rule for target. |
|
examples/gguf/CMakeFiles/llama-gguf.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all |
|
examples/gguf/CMakeFiles/llama-gguf.dir/all: ggml/src/CMakeFiles/ggml.dir/all |
|
examples/gguf/CMakeFiles/llama-gguf.dir/all: ggml/src/ggml-cpu/CMakeFiles/ggml-cpu.dir/all |
|
$(MAKE) $(MAKESILENT) -f examples/gguf/CMakeFiles/llama-gguf.dir/build.make examples/gguf/CMakeFiles/llama-gguf.dir/depend |
|
$(MAKE) $(MAKESILENT) -f examples/gguf/CMakeFiles/llama-gguf.dir/build.make examples/gguf/CMakeFiles/llama-gguf.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num=32 "Built target llama-gguf" |
|
.PHONY : examples/gguf/CMakeFiles/llama-gguf.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
examples/gguf/CMakeFiles/llama-gguf.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 11 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/gguf/CMakeFiles/llama-gguf.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : examples/gguf/CMakeFiles/llama-gguf.dir/rule |
|
|
|
# Convenience name for target. |
|
llama-gguf: examples/gguf/CMakeFiles/llama-gguf.dir/rule |
|
.PHONY : llama-gguf |
|
|
|
# clean rule for target. |
|
examples/gguf/CMakeFiles/llama-gguf.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f examples/gguf/CMakeFiles/llama-gguf.dir/build.make examples/gguf/CMakeFiles/llama-gguf.dir/clean |
|
.PHONY : examples/gguf/CMakeFiles/llama-gguf.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target examples/gritlm/CMakeFiles/llama-gritlm.dir |
|
|
|
# All Build rule for target. |
|
examples/gritlm/CMakeFiles/llama-gritlm.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all |
|
examples/gritlm/CMakeFiles/llama-gritlm.dir/all: ggml/src/CMakeFiles/ggml.dir/all |
|
examples/gritlm/CMakeFiles/llama-gritlm.dir/all: ggml/src/ggml-cpu/CMakeFiles/ggml-cpu.dir/all |
|
examples/gritlm/CMakeFiles/llama-gritlm.dir/all: src/CMakeFiles/llama.dir/all |
|
examples/gritlm/CMakeFiles/llama-gritlm.dir/all: common/CMakeFiles/build_info.dir/all |
|
examples/gritlm/CMakeFiles/llama-gritlm.dir/all: common/CMakeFiles/common.dir/all |
|
$(MAKE) $(MAKESILENT) -f examples/gritlm/CMakeFiles/llama-gritlm.dir/build.make examples/gritlm/CMakeFiles/llama-gritlm.dir/depend |
|
$(MAKE) $(MAKESILENT) -f examples/gritlm/CMakeFiles/llama-gritlm.dir/build.make examples/gritlm/CMakeFiles/llama-gritlm.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num=35 "Built target llama-gritlm" |
|
.PHONY : examples/gritlm/CMakeFiles/llama-gritlm.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
examples/gritlm/CMakeFiles/llama-gritlm.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 21 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/gritlm/CMakeFiles/llama-gritlm.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : examples/gritlm/CMakeFiles/llama-gritlm.dir/rule |
|
|
|
# Convenience name for target. |
|
llama-gritlm: examples/gritlm/CMakeFiles/llama-gritlm.dir/rule |
|
.PHONY : llama-gritlm |
|
|
|
# clean rule for target. |
|
examples/gritlm/CMakeFiles/llama-gritlm.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f examples/gritlm/CMakeFiles/llama-gritlm.dir/build.make examples/gritlm/CMakeFiles/llama-gritlm.dir/clean |
|
.PHONY : examples/gritlm/CMakeFiles/llama-gritlm.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target examples/imatrix/CMakeFiles/llama-imatrix.dir |
|
|
|
# All Build rule for target. |
|
examples/imatrix/CMakeFiles/llama-imatrix.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all |
|
examples/imatrix/CMakeFiles/llama-imatrix.dir/all: ggml/src/CMakeFiles/ggml.dir/all |
|
examples/imatrix/CMakeFiles/llama-imatrix.dir/all: ggml/src/ggml-cpu/CMakeFiles/ggml-cpu.dir/all |
|
examples/imatrix/CMakeFiles/llama-imatrix.dir/all: src/CMakeFiles/llama.dir/all |
|
examples/imatrix/CMakeFiles/llama-imatrix.dir/all: common/CMakeFiles/build_info.dir/all |
|
examples/imatrix/CMakeFiles/llama-imatrix.dir/all: common/CMakeFiles/common.dir/all |
|
$(MAKE) $(MAKESILENT) -f examples/imatrix/CMakeFiles/llama-imatrix.dir/build.make examples/imatrix/CMakeFiles/llama-imatrix.dir/depend |
|
$(MAKE) $(MAKESILENT) -f examples/imatrix/CMakeFiles/llama-imatrix.dir/build.make examples/imatrix/CMakeFiles/llama-imatrix.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num=36 "Built target llama-imatrix" |
|
.PHONY : examples/imatrix/CMakeFiles/llama-imatrix.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
examples/imatrix/CMakeFiles/llama-imatrix.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 21 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/imatrix/CMakeFiles/llama-imatrix.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : examples/imatrix/CMakeFiles/llama-imatrix.dir/rule |
|
|
|
# Convenience name for target. |
|
llama-imatrix: examples/imatrix/CMakeFiles/llama-imatrix.dir/rule |
|
.PHONY : llama-imatrix |
|
|
|
# clean rule for target. |
|
examples/imatrix/CMakeFiles/llama-imatrix.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f examples/imatrix/CMakeFiles/llama-imatrix.dir/build.make examples/imatrix/CMakeFiles/llama-imatrix.dir/clean |
|
.PHONY : examples/imatrix/CMakeFiles/llama-imatrix.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target examples/infill/CMakeFiles/llama-infill.dir |
|
|
|
# All Build rule for target. |
|
examples/infill/CMakeFiles/llama-infill.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all |
|
examples/infill/CMakeFiles/llama-infill.dir/all: ggml/src/CMakeFiles/ggml.dir/all |
|
examples/infill/CMakeFiles/llama-infill.dir/all: ggml/src/ggml-cpu/CMakeFiles/ggml-cpu.dir/all |
|
examples/infill/CMakeFiles/llama-infill.dir/all: src/CMakeFiles/llama.dir/all |
|
examples/infill/CMakeFiles/llama-infill.dir/all: common/CMakeFiles/build_info.dir/all |
|
examples/infill/CMakeFiles/llama-infill.dir/all: common/CMakeFiles/common.dir/all |
|
$(MAKE) $(MAKESILENT) -f examples/infill/CMakeFiles/llama-infill.dir/build.make examples/infill/CMakeFiles/llama-infill.dir/depend |
|
$(MAKE) $(MAKESILENT) -f examples/infill/CMakeFiles/llama-infill.dir/build.make examples/infill/CMakeFiles/llama-infill.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num=37 "Built target llama-infill" |
|
.PHONY : examples/infill/CMakeFiles/llama-infill.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
examples/infill/CMakeFiles/llama-infill.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 21 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/infill/CMakeFiles/llama-infill.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : examples/infill/CMakeFiles/llama-infill.dir/rule |
|
|
|
# Convenience name for target. |
|
llama-infill: examples/infill/CMakeFiles/llama-infill.dir/rule |
|
.PHONY : llama-infill |
|
|
|
# clean rule for target. |
|
examples/infill/CMakeFiles/llama-infill.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f examples/infill/CMakeFiles/llama-infill.dir/build.make examples/infill/CMakeFiles/llama-infill.dir/clean |
|
.PHONY : examples/infill/CMakeFiles/llama-infill.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target examples/llama-bench/CMakeFiles/llama-bench.dir |
|
|
|
# All Build rule for target. |
|
examples/llama-bench/CMakeFiles/llama-bench.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all |
|
examples/llama-bench/CMakeFiles/llama-bench.dir/all: ggml/src/CMakeFiles/ggml.dir/all |
|
examples/llama-bench/CMakeFiles/llama-bench.dir/all: ggml/src/ggml-cpu/CMakeFiles/ggml-cpu.dir/all |
|
examples/llama-bench/CMakeFiles/llama-bench.dir/all: src/CMakeFiles/llama.dir/all |
|
examples/llama-bench/CMakeFiles/llama-bench.dir/all: common/CMakeFiles/build_info.dir/all |
|
examples/llama-bench/CMakeFiles/llama-bench.dir/all: common/CMakeFiles/common.dir/all |
|
$(MAKE) $(MAKESILENT) -f examples/llama-bench/CMakeFiles/llama-bench.dir/build.make examples/llama-bench/CMakeFiles/llama-bench.dir/depend |
|
$(MAKE) $(MAKESILENT) -f examples/llama-bench/CMakeFiles/llama-bench.dir/build.make examples/llama-bench/CMakeFiles/llama-bench.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num=23 "Built target llama-bench" |
|
.PHONY : examples/llama-bench/CMakeFiles/llama-bench.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
examples/llama-bench/CMakeFiles/llama-bench.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 21 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/llama-bench/CMakeFiles/llama-bench.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : examples/llama-bench/CMakeFiles/llama-bench.dir/rule |
|
|
|
# Convenience name for target. |
|
llama-bench: examples/llama-bench/CMakeFiles/llama-bench.dir/rule |
|
.PHONY : llama-bench |
|
|
|
# clean rule for target. |
|
examples/llama-bench/CMakeFiles/llama-bench.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f examples/llama-bench/CMakeFiles/llama-bench.dir/build.make examples/llama-bench/CMakeFiles/llama-bench.dir/clean |
|
.PHONY : examples/llama-bench/CMakeFiles/llama-bench.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target examples/lookahead/CMakeFiles/llama-lookahead.dir |
|
|
|
# All Build rule for target. |
|
examples/lookahead/CMakeFiles/llama-lookahead.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all |
|
examples/lookahead/CMakeFiles/llama-lookahead.dir/all: ggml/src/CMakeFiles/ggml.dir/all |
|
examples/lookahead/CMakeFiles/llama-lookahead.dir/all: ggml/src/ggml-cpu/CMakeFiles/ggml-cpu.dir/all |
|
examples/lookahead/CMakeFiles/llama-lookahead.dir/all: src/CMakeFiles/llama.dir/all |
|
examples/lookahead/CMakeFiles/llama-lookahead.dir/all: common/CMakeFiles/build_info.dir/all |
|
examples/lookahead/CMakeFiles/llama-lookahead.dir/all: common/CMakeFiles/common.dir/all |
|
$(MAKE) $(MAKESILENT) -f examples/lookahead/CMakeFiles/llama-lookahead.dir/build.make examples/lookahead/CMakeFiles/llama-lookahead.dir/depend |
|
$(MAKE) $(MAKESILENT) -f examples/lookahead/CMakeFiles/llama-lookahead.dir/build.make examples/lookahead/CMakeFiles/llama-lookahead.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num=40 "Built target llama-lookahead" |
|
.PHONY : examples/lookahead/CMakeFiles/llama-lookahead.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
examples/lookahead/CMakeFiles/llama-lookahead.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 21 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/lookahead/CMakeFiles/llama-lookahead.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : examples/lookahead/CMakeFiles/llama-lookahead.dir/rule |
|
|
|
# Convenience name for target. |
|
llama-lookahead: examples/lookahead/CMakeFiles/llama-lookahead.dir/rule |
|
.PHONY : llama-lookahead |
|
|
|
# clean rule for target. |
|
examples/lookahead/CMakeFiles/llama-lookahead.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f examples/lookahead/CMakeFiles/llama-lookahead.dir/build.make examples/lookahead/CMakeFiles/llama-lookahead.dir/clean |
|
.PHONY : examples/lookahead/CMakeFiles/llama-lookahead.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target examples/lookup/CMakeFiles/llama-lookup.dir |
|
|
|
# All Build rule for target. |
|
examples/lookup/CMakeFiles/llama-lookup.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all |
|
examples/lookup/CMakeFiles/llama-lookup.dir/all: ggml/src/CMakeFiles/ggml.dir/all |
|
examples/lookup/CMakeFiles/llama-lookup.dir/all: ggml/src/ggml-cpu/CMakeFiles/ggml-cpu.dir/all |
|
examples/lookup/CMakeFiles/llama-lookup.dir/all: src/CMakeFiles/llama.dir/all |
|
examples/lookup/CMakeFiles/llama-lookup.dir/all: common/CMakeFiles/build_info.dir/all |
|
examples/lookup/CMakeFiles/llama-lookup.dir/all: common/CMakeFiles/common.dir/all |
|
$(MAKE) $(MAKESILENT) -f examples/lookup/CMakeFiles/llama-lookup.dir/build.make examples/lookup/CMakeFiles/llama-lookup.dir/depend |
|
$(MAKE) $(MAKESILENT) -f examples/lookup/CMakeFiles/llama-lookup.dir/build.make examples/lookup/CMakeFiles/llama-lookup.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num=41 "Built target llama-lookup" |
|
.PHONY : examples/lookup/CMakeFiles/llama-lookup.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
examples/lookup/CMakeFiles/llama-lookup.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 21 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/lookup/CMakeFiles/llama-lookup.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : examples/lookup/CMakeFiles/llama-lookup.dir/rule |
|
|
|
# Convenience name for target. |
|
llama-lookup: examples/lookup/CMakeFiles/llama-lookup.dir/rule |
|
.PHONY : llama-lookup |
|
|
|
# clean rule for target. |
|
examples/lookup/CMakeFiles/llama-lookup.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f examples/lookup/CMakeFiles/llama-lookup.dir/build.make examples/lookup/CMakeFiles/llama-lookup.dir/clean |
|
.PHONY : examples/lookup/CMakeFiles/llama-lookup.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target examples/lookup/CMakeFiles/llama-lookup-create.dir |
|
|
|
# All Build rule for target. |
|
examples/lookup/CMakeFiles/llama-lookup-create.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all |
|
examples/lookup/CMakeFiles/llama-lookup-create.dir/all: ggml/src/CMakeFiles/ggml.dir/all |
|
examples/lookup/CMakeFiles/llama-lookup-create.dir/all: ggml/src/ggml-cpu/CMakeFiles/ggml-cpu.dir/all |
|
examples/lookup/CMakeFiles/llama-lookup-create.dir/all: src/CMakeFiles/llama.dir/all |
|
examples/lookup/CMakeFiles/llama-lookup-create.dir/all: common/CMakeFiles/build_info.dir/all |
|
examples/lookup/CMakeFiles/llama-lookup-create.dir/all: common/CMakeFiles/common.dir/all |
|
$(MAKE) $(MAKESILENT) -f examples/lookup/CMakeFiles/llama-lookup-create.dir/build.make examples/lookup/CMakeFiles/llama-lookup-create.dir/depend |
|
$(MAKE) $(MAKESILENT) -f examples/lookup/CMakeFiles/llama-lookup-create.dir/build.make examples/lookup/CMakeFiles/llama-lookup-create.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num=42 "Built target llama-lookup-create" |
|
.PHONY : examples/lookup/CMakeFiles/llama-lookup-create.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
examples/lookup/CMakeFiles/llama-lookup-create.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 21 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/lookup/CMakeFiles/llama-lookup-create.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : examples/lookup/CMakeFiles/llama-lookup-create.dir/rule |
|
|
|
# Convenience name for target. |
|
llama-lookup-create: examples/lookup/CMakeFiles/llama-lookup-create.dir/rule |
|
.PHONY : llama-lookup-create |
|
|
|
# clean rule for target. |
|
examples/lookup/CMakeFiles/llama-lookup-create.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f examples/lookup/CMakeFiles/llama-lookup-create.dir/build.make examples/lookup/CMakeFiles/llama-lookup-create.dir/clean |
|
.PHONY : examples/lookup/CMakeFiles/llama-lookup-create.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target examples/lookup/CMakeFiles/llama-lookup-merge.dir |
|
|
|
# All Build rule for target. |
|
examples/lookup/CMakeFiles/llama-lookup-merge.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all |
|
examples/lookup/CMakeFiles/llama-lookup-merge.dir/all: ggml/src/CMakeFiles/ggml.dir/all |
|
examples/lookup/CMakeFiles/llama-lookup-merge.dir/all: ggml/src/ggml-cpu/CMakeFiles/ggml-cpu.dir/all |
|
examples/lookup/CMakeFiles/llama-lookup-merge.dir/all: src/CMakeFiles/llama.dir/all |
|
examples/lookup/CMakeFiles/llama-lookup-merge.dir/all: common/CMakeFiles/build_info.dir/all |
|
examples/lookup/CMakeFiles/llama-lookup-merge.dir/all: common/CMakeFiles/common.dir/all |
|
$(MAKE) $(MAKESILENT) -f examples/lookup/CMakeFiles/llama-lookup-merge.dir/build.make examples/lookup/CMakeFiles/llama-lookup-merge.dir/depend |
|
$(MAKE) $(MAKESILENT) -f examples/lookup/CMakeFiles/llama-lookup-merge.dir/build.make examples/lookup/CMakeFiles/llama-lookup-merge.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num=43 "Built target llama-lookup-merge" |
|
.PHONY : examples/lookup/CMakeFiles/llama-lookup-merge.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
examples/lookup/CMakeFiles/llama-lookup-merge.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 21 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/lookup/CMakeFiles/llama-lookup-merge.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : examples/lookup/CMakeFiles/llama-lookup-merge.dir/rule |
|
|
|
# Convenience name for target. |
|
llama-lookup-merge: examples/lookup/CMakeFiles/llama-lookup-merge.dir/rule |
|
.PHONY : llama-lookup-merge |
|
|
|
# clean rule for target. |
|
examples/lookup/CMakeFiles/llama-lookup-merge.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f examples/lookup/CMakeFiles/llama-lookup-merge.dir/build.make examples/lookup/CMakeFiles/llama-lookup-merge.dir/clean |
|
.PHONY : examples/lookup/CMakeFiles/llama-lookup-merge.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target examples/lookup/CMakeFiles/llama-lookup-stats.dir |
|
|
|
# All Build rule for target. |
|
examples/lookup/CMakeFiles/llama-lookup-stats.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all |
|
examples/lookup/CMakeFiles/llama-lookup-stats.dir/all: ggml/src/CMakeFiles/ggml.dir/all |
|
examples/lookup/CMakeFiles/llama-lookup-stats.dir/all: ggml/src/ggml-cpu/CMakeFiles/ggml-cpu.dir/all |
|
examples/lookup/CMakeFiles/llama-lookup-stats.dir/all: src/CMakeFiles/llama.dir/all |
|
examples/lookup/CMakeFiles/llama-lookup-stats.dir/all: common/CMakeFiles/build_info.dir/all |
|
examples/lookup/CMakeFiles/llama-lookup-stats.dir/all: common/CMakeFiles/common.dir/all |
|
$(MAKE) $(MAKESILENT) -f examples/lookup/CMakeFiles/llama-lookup-stats.dir/build.make examples/lookup/CMakeFiles/llama-lookup-stats.dir/depend |
|
$(MAKE) $(MAKESILENT) -f examples/lookup/CMakeFiles/llama-lookup-stats.dir/build.make examples/lookup/CMakeFiles/llama-lookup-stats.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num=44 "Built target llama-lookup-stats" |
|
.PHONY : examples/lookup/CMakeFiles/llama-lookup-stats.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
examples/lookup/CMakeFiles/llama-lookup-stats.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 21 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/lookup/CMakeFiles/llama-lookup-stats.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : examples/lookup/CMakeFiles/llama-lookup-stats.dir/rule |
|
|
|
# Convenience name for target. |
|
llama-lookup-stats: examples/lookup/CMakeFiles/llama-lookup-stats.dir/rule |
|
.PHONY : llama-lookup-stats |
|
|
|
# clean rule for target. |
|
examples/lookup/CMakeFiles/llama-lookup-stats.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f examples/lookup/CMakeFiles/llama-lookup-stats.dir/build.make examples/lookup/CMakeFiles/llama-lookup-stats.dir/clean |
|
.PHONY : examples/lookup/CMakeFiles/llama-lookup-stats.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target examples/main/CMakeFiles/llama-cli.dir |
|
|
|
# All Build rule for target. |
|
examples/main/CMakeFiles/llama-cli.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all |
|
examples/main/CMakeFiles/llama-cli.dir/all: ggml/src/CMakeFiles/ggml.dir/all |
|
examples/main/CMakeFiles/llama-cli.dir/all: ggml/src/ggml-cpu/CMakeFiles/ggml-cpu.dir/all |
|
examples/main/CMakeFiles/llama-cli.dir/all: src/CMakeFiles/llama.dir/all |
|
examples/main/CMakeFiles/llama-cli.dir/all: common/CMakeFiles/build_info.dir/all |
|
examples/main/CMakeFiles/llama-cli.dir/all: common/CMakeFiles/common.dir/all |
|
$(MAKE) $(MAKESILENT) -f examples/main/CMakeFiles/llama-cli.dir/build.make examples/main/CMakeFiles/llama-cli.dir/depend |
|
$(MAKE) $(MAKESILENT) -f examples/main/CMakeFiles/llama-cli.dir/build.make examples/main/CMakeFiles/llama-cli.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num=24 "Built target llama-cli" |
|
.PHONY : examples/main/CMakeFiles/llama-cli.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
examples/main/CMakeFiles/llama-cli.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 21 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/main/CMakeFiles/llama-cli.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : examples/main/CMakeFiles/llama-cli.dir/rule |
|
|
|
# Convenience name for target. |
|
llama-cli: examples/main/CMakeFiles/llama-cli.dir/rule |
|
.PHONY : llama-cli |
|
|
|
# clean rule for target. |
|
examples/main/CMakeFiles/llama-cli.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f examples/main/CMakeFiles/llama-cli.dir/build.make examples/main/CMakeFiles/llama-cli.dir/clean |
|
.PHONY : examples/main/CMakeFiles/llama-cli.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target examples/parallel/CMakeFiles/llama-parallel.dir |
|
|
|
# All Build rule for target. |
|
examples/parallel/CMakeFiles/llama-parallel.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all |
|
examples/parallel/CMakeFiles/llama-parallel.dir/all: ggml/src/CMakeFiles/ggml.dir/all |
|
examples/parallel/CMakeFiles/llama-parallel.dir/all: ggml/src/ggml-cpu/CMakeFiles/ggml-cpu.dir/all |
|
examples/parallel/CMakeFiles/llama-parallel.dir/all: src/CMakeFiles/llama.dir/all |
|
examples/parallel/CMakeFiles/llama-parallel.dir/all: common/CMakeFiles/build_info.dir/all |
|
examples/parallel/CMakeFiles/llama-parallel.dir/all: common/CMakeFiles/common.dir/all |
|
$(MAKE) $(MAKESILENT) -f examples/parallel/CMakeFiles/llama-parallel.dir/build.make examples/parallel/CMakeFiles/llama-parallel.dir/depend |
|
$(MAKE) $(MAKESILENT) -f examples/parallel/CMakeFiles/llama-parallel.dir/build.make examples/parallel/CMakeFiles/llama-parallel.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num=46 "Built target llama-parallel" |
|
.PHONY : examples/parallel/CMakeFiles/llama-parallel.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
examples/parallel/CMakeFiles/llama-parallel.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 21 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/parallel/CMakeFiles/llama-parallel.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : examples/parallel/CMakeFiles/llama-parallel.dir/rule |
|
|
|
# Convenience name for target. |
|
llama-parallel: examples/parallel/CMakeFiles/llama-parallel.dir/rule |
|
.PHONY : llama-parallel |
|
|
|
# clean rule for target. |
|
examples/parallel/CMakeFiles/llama-parallel.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f examples/parallel/CMakeFiles/llama-parallel.dir/build.make examples/parallel/CMakeFiles/llama-parallel.dir/clean |
|
.PHONY : examples/parallel/CMakeFiles/llama-parallel.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target examples/passkey/CMakeFiles/llama-passkey.dir |
|
|
|
# All Build rule for target. |
|
examples/passkey/CMakeFiles/llama-passkey.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all |
|
examples/passkey/CMakeFiles/llama-passkey.dir/all: ggml/src/CMakeFiles/ggml.dir/all |
|
examples/passkey/CMakeFiles/llama-passkey.dir/all: ggml/src/ggml-cpu/CMakeFiles/ggml-cpu.dir/all |
|
examples/passkey/CMakeFiles/llama-passkey.dir/all: src/CMakeFiles/llama.dir/all |
|
examples/passkey/CMakeFiles/llama-passkey.dir/all: common/CMakeFiles/build_info.dir/all |
|
examples/passkey/CMakeFiles/llama-passkey.dir/all: common/CMakeFiles/common.dir/all |
|
$(MAKE) $(MAKESILENT) -f examples/passkey/CMakeFiles/llama-passkey.dir/build.make examples/passkey/CMakeFiles/llama-passkey.dir/depend |
|
$(MAKE) $(MAKESILENT) -f examples/passkey/CMakeFiles/llama-passkey.dir/build.make examples/passkey/CMakeFiles/llama-passkey.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num=47 "Built target llama-passkey" |
|
.PHONY : examples/passkey/CMakeFiles/llama-passkey.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
examples/passkey/CMakeFiles/llama-passkey.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 21 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/passkey/CMakeFiles/llama-passkey.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : examples/passkey/CMakeFiles/llama-passkey.dir/rule |
|
|
|
# Convenience name for target. |
|
llama-passkey: examples/passkey/CMakeFiles/llama-passkey.dir/rule |
|
.PHONY : llama-passkey |
|
|
|
# clean rule for target. |
|
examples/passkey/CMakeFiles/llama-passkey.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f examples/passkey/CMakeFiles/llama-passkey.dir/build.make examples/passkey/CMakeFiles/llama-passkey.dir/clean |
|
.PHONY : examples/passkey/CMakeFiles/llama-passkey.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target examples/perplexity/CMakeFiles/llama-perplexity.dir |
|
|
|
# All Build rule for target. |
|
examples/perplexity/CMakeFiles/llama-perplexity.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all |
|
examples/perplexity/CMakeFiles/llama-perplexity.dir/all: ggml/src/CMakeFiles/ggml.dir/all |
|
examples/perplexity/CMakeFiles/llama-perplexity.dir/all: ggml/src/ggml-cpu/CMakeFiles/ggml-cpu.dir/all |
|
examples/perplexity/CMakeFiles/llama-perplexity.dir/all: src/CMakeFiles/llama.dir/all |
|
examples/perplexity/CMakeFiles/llama-perplexity.dir/all: common/CMakeFiles/build_info.dir/all |
|
examples/perplexity/CMakeFiles/llama-perplexity.dir/all: common/CMakeFiles/common.dir/all |
|
$(MAKE) $(MAKESILENT) -f examples/perplexity/CMakeFiles/llama-perplexity.dir/build.make examples/perplexity/CMakeFiles/llama-perplexity.dir/depend |
|
$(MAKE) $(MAKESILENT) -f examples/perplexity/CMakeFiles/llama-perplexity.dir/build.make examples/perplexity/CMakeFiles/llama-perplexity.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num=48 "Built target llama-perplexity" |
|
.PHONY : examples/perplexity/CMakeFiles/llama-perplexity.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
examples/perplexity/CMakeFiles/llama-perplexity.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 21 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/perplexity/CMakeFiles/llama-perplexity.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : examples/perplexity/CMakeFiles/llama-perplexity.dir/rule |
|
|
|
# Convenience name for target. |
|
llama-perplexity: examples/perplexity/CMakeFiles/llama-perplexity.dir/rule |
|
.PHONY : llama-perplexity |
|
|
|
# clean rule for target. |
|
examples/perplexity/CMakeFiles/llama-perplexity.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f examples/perplexity/CMakeFiles/llama-perplexity.dir/build.make examples/perplexity/CMakeFiles/llama-perplexity.dir/clean |
|
.PHONY : examples/perplexity/CMakeFiles/llama-perplexity.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target examples/quantize/CMakeFiles/llama-quantize.dir |
|
|
|
# All Build rule for target. |
|
examples/quantize/CMakeFiles/llama-quantize.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all |
|
examples/quantize/CMakeFiles/llama-quantize.dir/all: ggml/src/CMakeFiles/ggml.dir/all |
|
examples/quantize/CMakeFiles/llama-quantize.dir/all: ggml/src/ggml-cpu/CMakeFiles/ggml-cpu.dir/all |
|
examples/quantize/CMakeFiles/llama-quantize.dir/all: src/CMakeFiles/llama.dir/all |
|
examples/quantize/CMakeFiles/llama-quantize.dir/all: common/CMakeFiles/build_info.dir/all |
|
examples/quantize/CMakeFiles/llama-quantize.dir/all: common/CMakeFiles/common.dir/all |
|
$(MAKE) $(MAKESILENT) -f examples/quantize/CMakeFiles/llama-quantize.dir/build.make examples/quantize/CMakeFiles/llama-quantize.dir/depend |
|
$(MAKE) $(MAKESILENT) -f examples/quantize/CMakeFiles/llama-quantize.dir/build.make examples/quantize/CMakeFiles/llama-quantize.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num=51 "Built target llama-quantize" |
|
.PHONY : examples/quantize/CMakeFiles/llama-quantize.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
examples/quantize/CMakeFiles/llama-quantize.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 21 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/quantize/CMakeFiles/llama-quantize.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : examples/quantize/CMakeFiles/llama-quantize.dir/rule |
|
|
|
# Convenience name for target. |
|
llama-quantize: examples/quantize/CMakeFiles/llama-quantize.dir/rule |
|
.PHONY : llama-quantize |
|
|
|
# clean rule for target. |
|
examples/quantize/CMakeFiles/llama-quantize.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f examples/quantize/CMakeFiles/llama-quantize.dir/build.make examples/quantize/CMakeFiles/llama-quantize.dir/clean |
|
.PHONY : examples/quantize/CMakeFiles/llama-quantize.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target examples/retrieval/CMakeFiles/llama-retrieval.dir |
|
|
|
# All Build rule for target. |
|
examples/retrieval/CMakeFiles/llama-retrieval.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all |
|
examples/retrieval/CMakeFiles/llama-retrieval.dir/all: ggml/src/CMakeFiles/ggml.dir/all |
|
examples/retrieval/CMakeFiles/llama-retrieval.dir/all: ggml/src/ggml-cpu/CMakeFiles/ggml-cpu.dir/all |
|
examples/retrieval/CMakeFiles/llama-retrieval.dir/all: src/CMakeFiles/llama.dir/all |
|
examples/retrieval/CMakeFiles/llama-retrieval.dir/all: common/CMakeFiles/build_info.dir/all |
|
examples/retrieval/CMakeFiles/llama-retrieval.dir/all: common/CMakeFiles/common.dir/all |
|
$(MAKE) $(MAKESILENT) -f examples/retrieval/CMakeFiles/llama-retrieval.dir/build.make examples/retrieval/CMakeFiles/llama-retrieval.dir/depend |
|
$(MAKE) $(MAKESILENT) -f examples/retrieval/CMakeFiles/llama-retrieval.dir/build.make examples/retrieval/CMakeFiles/llama-retrieval.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num=53 "Built target llama-retrieval" |
|
.PHONY : examples/retrieval/CMakeFiles/llama-retrieval.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
examples/retrieval/CMakeFiles/llama-retrieval.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 21 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/retrieval/CMakeFiles/llama-retrieval.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : examples/retrieval/CMakeFiles/llama-retrieval.dir/rule |
|
|
|
# Convenience name for target. |
|
llama-retrieval: examples/retrieval/CMakeFiles/llama-retrieval.dir/rule |
|
.PHONY : llama-retrieval |
|
|
|
# clean rule for target. |
|
examples/retrieval/CMakeFiles/llama-retrieval.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f examples/retrieval/CMakeFiles/llama-retrieval.dir/build.make examples/retrieval/CMakeFiles/llama-retrieval.dir/clean |
|
.PHONY : examples/retrieval/CMakeFiles/llama-retrieval.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target examples/server/CMakeFiles/llama-server.dir |
|
|
|
# All Build rule for target. |
|
examples/server/CMakeFiles/llama-server.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all |
|
examples/server/CMakeFiles/llama-server.dir/all: ggml/src/CMakeFiles/ggml.dir/all |
|
examples/server/CMakeFiles/llama-server.dir/all: ggml/src/ggml-cpu/CMakeFiles/ggml-cpu.dir/all |
|
examples/server/CMakeFiles/llama-server.dir/all: src/CMakeFiles/llama.dir/all |
|
examples/server/CMakeFiles/llama-server.dir/all: common/CMakeFiles/build_info.dir/all |
|
examples/server/CMakeFiles/llama-server.dir/all: common/CMakeFiles/common.dir/all |
|
$(MAKE) $(MAKESILENT) -f examples/server/CMakeFiles/llama-server.dir/build.make examples/server/CMakeFiles/llama-server.dir/depend |
|
$(MAKE) $(MAKESILENT) -f examples/server/CMakeFiles/llama-server.dir/build.make examples/server/CMakeFiles/llama-server.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num=56,57,58,59,60 "Built target llama-server" |
|
.PHONY : examples/server/CMakeFiles/llama-server.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
examples/server/CMakeFiles/llama-server.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 25 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/server/CMakeFiles/llama-server.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : examples/server/CMakeFiles/llama-server.dir/rule |
|
|
|
# Convenience name for target. |
|
llama-server: examples/server/CMakeFiles/llama-server.dir/rule |
|
.PHONY : llama-server |
|
|
|
# clean rule for target. |
|
examples/server/CMakeFiles/llama-server.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f examples/server/CMakeFiles/llama-server.dir/build.make examples/server/CMakeFiles/llama-server.dir/clean |
|
.PHONY : examples/server/CMakeFiles/llama-server.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target examples/save-load-state/CMakeFiles/llama-save-load-state.dir |
|
|
|
# All Build rule for target. |
|
examples/save-load-state/CMakeFiles/llama-save-load-state.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all |
|
examples/save-load-state/CMakeFiles/llama-save-load-state.dir/all: ggml/src/CMakeFiles/ggml.dir/all |
|
examples/save-load-state/CMakeFiles/llama-save-load-state.dir/all: ggml/src/ggml-cpu/CMakeFiles/ggml-cpu.dir/all |
|
examples/save-load-state/CMakeFiles/llama-save-load-state.dir/all: src/CMakeFiles/llama.dir/all |
|
examples/save-load-state/CMakeFiles/llama-save-load-state.dir/all: common/CMakeFiles/build_info.dir/all |
|
examples/save-load-state/CMakeFiles/llama-save-load-state.dir/all: common/CMakeFiles/common.dir/all |
|
$(MAKE) $(MAKESILENT) -f examples/save-load-state/CMakeFiles/llama-save-load-state.dir/build.make examples/save-load-state/CMakeFiles/llama-save-load-state.dir/depend |
|
$(MAKE) $(MAKESILENT) -f examples/save-load-state/CMakeFiles/llama-save-load-state.dir/build.make examples/save-load-state/CMakeFiles/llama-save-load-state.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num=55 "Built target llama-save-load-state" |
|
.PHONY : examples/save-load-state/CMakeFiles/llama-save-load-state.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
examples/save-load-state/CMakeFiles/llama-save-load-state.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 21 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/save-load-state/CMakeFiles/llama-save-load-state.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : examples/save-load-state/CMakeFiles/llama-save-load-state.dir/rule |
|
|
|
# Convenience name for target. |
|
llama-save-load-state: examples/save-load-state/CMakeFiles/llama-save-load-state.dir/rule |
|
.PHONY : llama-save-load-state |
|
|
|
# clean rule for target. |
|
examples/save-load-state/CMakeFiles/llama-save-load-state.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f examples/save-load-state/CMakeFiles/llama-save-load-state.dir/build.make examples/save-load-state/CMakeFiles/llama-save-load-state.dir/clean |
|
.PHONY : examples/save-load-state/CMakeFiles/llama-save-load-state.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target examples/run/CMakeFiles/llama-run.dir |
|
|
|
# All Build rule for target. |
|
examples/run/CMakeFiles/llama-run.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all |
|
examples/run/CMakeFiles/llama-run.dir/all: ggml/src/CMakeFiles/ggml.dir/all |
|
examples/run/CMakeFiles/llama-run.dir/all: ggml/src/ggml-cpu/CMakeFiles/ggml-cpu.dir/all |
|
examples/run/CMakeFiles/llama-run.dir/all: src/CMakeFiles/llama.dir/all |
|
$(MAKE) $(MAKESILENT) -f examples/run/CMakeFiles/llama-run.dir/build.make examples/run/CMakeFiles/llama-run.dir/depend |
|
$(MAKE) $(MAKESILENT) -f examples/run/CMakeFiles/llama-run.dir/build.make examples/run/CMakeFiles/llama-run.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num=54 "Built target llama-run" |
|
.PHONY : examples/run/CMakeFiles/llama-run.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
examples/run/CMakeFiles/llama-run.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 15 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/run/CMakeFiles/llama-run.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : examples/run/CMakeFiles/llama-run.dir/rule |
|
|
|
# Convenience name for target. |
|
llama-run: examples/run/CMakeFiles/llama-run.dir/rule |
|
.PHONY : llama-run |
|
|
|
# clean rule for target. |
|
examples/run/CMakeFiles/llama-run.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f examples/run/CMakeFiles/llama-run.dir/build.make examples/run/CMakeFiles/llama-run.dir/clean |
|
.PHONY : examples/run/CMakeFiles/llama-run.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target examples/simple/CMakeFiles/llama-simple.dir |
|
|
|
# All Build rule for target. |
|
examples/simple/CMakeFiles/llama-simple.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all |
|
examples/simple/CMakeFiles/llama-simple.dir/all: ggml/src/CMakeFiles/ggml.dir/all |
|
examples/simple/CMakeFiles/llama-simple.dir/all: ggml/src/ggml-cpu/CMakeFiles/ggml-cpu.dir/all |
|
examples/simple/CMakeFiles/llama-simple.dir/all: src/CMakeFiles/llama.dir/all |
|
$(MAKE) $(MAKESILENT) -f examples/simple/CMakeFiles/llama-simple.dir/build.make examples/simple/CMakeFiles/llama-simple.dir/depend |
|
$(MAKE) $(MAKESILENT) -f examples/simple/CMakeFiles/llama-simple.dir/build.make examples/simple/CMakeFiles/llama-simple.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num=61 "Built target llama-simple" |
|
.PHONY : examples/simple/CMakeFiles/llama-simple.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
examples/simple/CMakeFiles/llama-simple.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 15 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/simple/CMakeFiles/llama-simple.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : examples/simple/CMakeFiles/llama-simple.dir/rule |
|
|
|
# Convenience name for target. |
|
llama-simple: examples/simple/CMakeFiles/llama-simple.dir/rule |
|
.PHONY : llama-simple |
|
|
|
# clean rule for target. |
|
examples/simple/CMakeFiles/llama-simple.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f examples/simple/CMakeFiles/llama-simple.dir/build.make examples/simple/CMakeFiles/llama-simple.dir/clean |
|
.PHONY : examples/simple/CMakeFiles/llama-simple.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target examples/simple-chat/CMakeFiles/llama-simple-chat.dir |
|
|
|
# All Build rule for target. |
|
examples/simple-chat/CMakeFiles/llama-simple-chat.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all |
|
examples/simple-chat/CMakeFiles/llama-simple-chat.dir/all: ggml/src/CMakeFiles/ggml.dir/all |
|
examples/simple-chat/CMakeFiles/llama-simple-chat.dir/all: ggml/src/ggml-cpu/CMakeFiles/ggml-cpu.dir/all |
|
examples/simple-chat/CMakeFiles/llama-simple-chat.dir/all: src/CMakeFiles/llama.dir/all |
|
$(MAKE) $(MAKESILENT) -f examples/simple-chat/CMakeFiles/llama-simple-chat.dir/build.make examples/simple-chat/CMakeFiles/llama-simple-chat.dir/depend |
|
$(MAKE) $(MAKESILENT) -f examples/simple-chat/CMakeFiles/llama-simple-chat.dir/build.make examples/simple-chat/CMakeFiles/llama-simple-chat.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num=62 "Built target llama-simple-chat" |
|
.PHONY : examples/simple-chat/CMakeFiles/llama-simple-chat.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
examples/simple-chat/CMakeFiles/llama-simple-chat.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 15 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/simple-chat/CMakeFiles/llama-simple-chat.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : examples/simple-chat/CMakeFiles/llama-simple-chat.dir/rule |
|
|
|
# Convenience name for target. |
|
llama-simple-chat: examples/simple-chat/CMakeFiles/llama-simple-chat.dir/rule |
|
.PHONY : llama-simple-chat |
|
|
|
# clean rule for target. |
|
examples/simple-chat/CMakeFiles/llama-simple-chat.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f examples/simple-chat/CMakeFiles/llama-simple-chat.dir/build.make examples/simple-chat/CMakeFiles/llama-simple-chat.dir/clean |
|
.PHONY : examples/simple-chat/CMakeFiles/llama-simple-chat.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target examples/speculative/CMakeFiles/llama-speculative.dir |
|
|
|
# All Build rule for target. |
|
examples/speculative/CMakeFiles/llama-speculative.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all |
|
examples/speculative/CMakeFiles/llama-speculative.dir/all: ggml/src/CMakeFiles/ggml.dir/all |
|
examples/speculative/CMakeFiles/llama-speculative.dir/all: ggml/src/ggml-cpu/CMakeFiles/ggml-cpu.dir/all |
|
examples/speculative/CMakeFiles/llama-speculative.dir/all: src/CMakeFiles/llama.dir/all |
|
examples/speculative/CMakeFiles/llama-speculative.dir/all: common/CMakeFiles/build_info.dir/all |
|
examples/speculative/CMakeFiles/llama-speculative.dir/all: common/CMakeFiles/common.dir/all |
|
$(MAKE) $(MAKESILENT) -f examples/speculative/CMakeFiles/llama-speculative.dir/build.make examples/speculative/CMakeFiles/llama-speculative.dir/depend |
|
$(MAKE) $(MAKESILENT) -f examples/speculative/CMakeFiles/llama-speculative.dir/build.make examples/speculative/CMakeFiles/llama-speculative.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num=63 "Built target llama-speculative" |
|
.PHONY : examples/speculative/CMakeFiles/llama-speculative.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
examples/speculative/CMakeFiles/llama-speculative.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 21 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/speculative/CMakeFiles/llama-speculative.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : examples/speculative/CMakeFiles/llama-speculative.dir/rule |
|
|
|
# Convenience name for target. |
|
llama-speculative: examples/speculative/CMakeFiles/llama-speculative.dir/rule |
|
.PHONY : llama-speculative |
|
|
|
# clean rule for target. |
|
examples/speculative/CMakeFiles/llama-speculative.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f examples/speculative/CMakeFiles/llama-speculative.dir/build.make examples/speculative/CMakeFiles/llama-speculative.dir/clean |
|
.PHONY : examples/speculative/CMakeFiles/llama-speculative.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target examples/speculative-simple/CMakeFiles/llama-speculative-simple.dir |
|
|
|
# All Build rule for target. |
|
examples/speculative-simple/CMakeFiles/llama-speculative-simple.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all |
|
examples/speculative-simple/CMakeFiles/llama-speculative-simple.dir/all: ggml/src/CMakeFiles/ggml.dir/all |
|
examples/speculative-simple/CMakeFiles/llama-speculative-simple.dir/all: ggml/src/ggml-cpu/CMakeFiles/ggml-cpu.dir/all |
|
examples/speculative-simple/CMakeFiles/llama-speculative-simple.dir/all: src/CMakeFiles/llama.dir/all |
|
examples/speculative-simple/CMakeFiles/llama-speculative-simple.dir/all: common/CMakeFiles/build_info.dir/all |
|
examples/speculative-simple/CMakeFiles/llama-speculative-simple.dir/all: common/CMakeFiles/common.dir/all |
|
$(MAKE) $(MAKESILENT) -f examples/speculative-simple/CMakeFiles/llama-speculative-simple.dir/build.make examples/speculative-simple/CMakeFiles/llama-speculative-simple.dir/depend |
|
$(MAKE) $(MAKESILENT) -f examples/speculative-simple/CMakeFiles/llama-speculative-simple.dir/build.make examples/speculative-simple/CMakeFiles/llama-speculative-simple.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num=64 "Built target llama-speculative-simple" |
|
.PHONY : examples/speculative-simple/CMakeFiles/llama-speculative-simple.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
examples/speculative-simple/CMakeFiles/llama-speculative-simple.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 21 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/speculative-simple/CMakeFiles/llama-speculative-simple.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : examples/speculative-simple/CMakeFiles/llama-speculative-simple.dir/rule |
|
|
|
# Convenience name for target. |
|
llama-speculative-simple: examples/speculative-simple/CMakeFiles/llama-speculative-simple.dir/rule |
|
.PHONY : llama-speculative-simple |
|
|
|
# clean rule for target. |
|
examples/speculative-simple/CMakeFiles/llama-speculative-simple.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f examples/speculative-simple/CMakeFiles/llama-speculative-simple.dir/build.make examples/speculative-simple/CMakeFiles/llama-speculative-simple.dir/clean |
|
.PHONY : examples/speculative-simple/CMakeFiles/llama-speculative-simple.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target examples/tokenize/CMakeFiles/llama-tokenize.dir |
|
|
|
# All Build rule for target. |
|
examples/tokenize/CMakeFiles/llama-tokenize.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all |
|
examples/tokenize/CMakeFiles/llama-tokenize.dir/all: ggml/src/CMakeFiles/ggml.dir/all |
|
examples/tokenize/CMakeFiles/llama-tokenize.dir/all: ggml/src/ggml-cpu/CMakeFiles/ggml-cpu.dir/all |
|
examples/tokenize/CMakeFiles/llama-tokenize.dir/all: src/CMakeFiles/llama.dir/all |
|
examples/tokenize/CMakeFiles/llama-tokenize.dir/all: common/CMakeFiles/build_info.dir/all |
|
examples/tokenize/CMakeFiles/llama-tokenize.dir/all: common/CMakeFiles/common.dir/all |
|
$(MAKE) $(MAKESILENT) -f examples/tokenize/CMakeFiles/llama-tokenize.dir/build.make examples/tokenize/CMakeFiles/llama-tokenize.dir/depend |
|
$(MAKE) $(MAKESILENT) -f examples/tokenize/CMakeFiles/llama-tokenize.dir/build.make examples/tokenize/CMakeFiles/llama-tokenize.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num=65 "Built target llama-tokenize" |
|
.PHONY : examples/tokenize/CMakeFiles/llama-tokenize.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
examples/tokenize/CMakeFiles/llama-tokenize.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 21 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/tokenize/CMakeFiles/llama-tokenize.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : examples/tokenize/CMakeFiles/llama-tokenize.dir/rule |
|
|
|
# Convenience name for target. |
|
llama-tokenize: examples/tokenize/CMakeFiles/llama-tokenize.dir/rule |
|
.PHONY : llama-tokenize |
|
|
|
# clean rule for target. |
|
examples/tokenize/CMakeFiles/llama-tokenize.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f examples/tokenize/CMakeFiles/llama-tokenize.dir/build.make examples/tokenize/CMakeFiles/llama-tokenize.dir/clean |
|
.PHONY : examples/tokenize/CMakeFiles/llama-tokenize.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target examples/convert-llama2c-to-ggml/CMakeFiles/llama-convert-llama2c-to-ggml.dir |
|
|
|
# All Build rule for target. |
|
examples/convert-llama2c-to-ggml/CMakeFiles/llama-convert-llama2c-to-ggml.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all |
|
examples/convert-llama2c-to-ggml/CMakeFiles/llama-convert-llama2c-to-ggml.dir/all: ggml/src/CMakeFiles/ggml.dir/all |
|
examples/convert-llama2c-to-ggml/CMakeFiles/llama-convert-llama2c-to-ggml.dir/all: ggml/src/ggml-cpu/CMakeFiles/ggml-cpu.dir/all |
|
examples/convert-llama2c-to-ggml/CMakeFiles/llama-convert-llama2c-to-ggml.dir/all: src/CMakeFiles/llama.dir/all |
|
examples/convert-llama2c-to-ggml/CMakeFiles/llama-convert-llama2c-to-ggml.dir/all: common/CMakeFiles/build_info.dir/all |
|
examples/convert-llama2c-to-ggml/CMakeFiles/llama-convert-llama2c-to-ggml.dir/all: common/CMakeFiles/common.dir/all |
|
$(MAKE) $(MAKESILENT) -f examples/convert-llama2c-to-ggml/CMakeFiles/llama-convert-llama2c-to-ggml.dir/build.make examples/convert-llama2c-to-ggml/CMakeFiles/llama-convert-llama2c-to-ggml.dir/depend |
|
$(MAKE) $(MAKESILENT) -f examples/convert-llama2c-to-ggml/CMakeFiles/llama-convert-llama2c-to-ggml.dir/build.make examples/convert-llama2c-to-ggml/CMakeFiles/llama-convert-llama2c-to-ggml.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num=25 "Built target llama-convert-llama2c-to-ggml" |
|
.PHONY : examples/convert-llama2c-to-ggml/CMakeFiles/llama-convert-llama2c-to-ggml.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
examples/convert-llama2c-to-ggml/CMakeFiles/llama-convert-llama2c-to-ggml.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 21 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/convert-llama2c-to-ggml/CMakeFiles/llama-convert-llama2c-to-ggml.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : examples/convert-llama2c-to-ggml/CMakeFiles/llama-convert-llama2c-to-ggml.dir/rule |
|
|
|
# Convenience name for target. |
|
llama-convert-llama2c-to-ggml: examples/convert-llama2c-to-ggml/CMakeFiles/llama-convert-llama2c-to-ggml.dir/rule |
|
.PHONY : llama-convert-llama2c-to-ggml |
|
|
|
# clean rule for target. |
|
examples/convert-llama2c-to-ggml/CMakeFiles/llama-convert-llama2c-to-ggml.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f examples/convert-llama2c-to-ggml/CMakeFiles/llama-convert-llama2c-to-ggml.dir/build.make examples/convert-llama2c-to-ggml/CMakeFiles/llama-convert-llama2c-to-ggml.dir/clean |
|
.PHONY : examples/convert-llama2c-to-ggml/CMakeFiles/llama-convert-llama2c-to-ggml.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target examples/cvector-generator/CMakeFiles/llama-cvector-generator.dir |
|
|
|
# All Build rule for target. |
|
examples/cvector-generator/CMakeFiles/llama-cvector-generator.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all |
|
examples/cvector-generator/CMakeFiles/llama-cvector-generator.dir/all: ggml/src/CMakeFiles/ggml.dir/all |
|
examples/cvector-generator/CMakeFiles/llama-cvector-generator.dir/all: ggml/src/ggml-cpu/CMakeFiles/ggml-cpu.dir/all |
|
examples/cvector-generator/CMakeFiles/llama-cvector-generator.dir/all: src/CMakeFiles/llama.dir/all |
|
examples/cvector-generator/CMakeFiles/llama-cvector-generator.dir/all: common/CMakeFiles/build_info.dir/all |
|
examples/cvector-generator/CMakeFiles/llama-cvector-generator.dir/all: common/CMakeFiles/common.dir/all |
|
$(MAKE) $(MAKESILENT) -f examples/cvector-generator/CMakeFiles/llama-cvector-generator.dir/build.make examples/cvector-generator/CMakeFiles/llama-cvector-generator.dir/depend |
|
$(MAKE) $(MAKESILENT) -f examples/cvector-generator/CMakeFiles/llama-cvector-generator.dir/build.make examples/cvector-generator/CMakeFiles/llama-cvector-generator.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num=26 "Built target llama-cvector-generator" |
|
.PHONY : examples/cvector-generator/CMakeFiles/llama-cvector-generator.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
examples/cvector-generator/CMakeFiles/llama-cvector-generator.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 21 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/cvector-generator/CMakeFiles/llama-cvector-generator.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : examples/cvector-generator/CMakeFiles/llama-cvector-generator.dir/rule |
|
|
|
# Convenience name for target. |
|
llama-cvector-generator: examples/cvector-generator/CMakeFiles/llama-cvector-generator.dir/rule |
|
.PHONY : llama-cvector-generator |
|
|
|
# clean rule for target. |
|
examples/cvector-generator/CMakeFiles/llama-cvector-generator.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f examples/cvector-generator/CMakeFiles/llama-cvector-generator.dir/build.make examples/cvector-generator/CMakeFiles/llama-cvector-generator.dir/clean |
|
.PHONY : examples/cvector-generator/CMakeFiles/llama-cvector-generator.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target examples/export-lora/CMakeFiles/llama-export-lora.dir |
|
|
|
# All Build rule for target. |
|
examples/export-lora/CMakeFiles/llama-export-lora.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all |
|
examples/export-lora/CMakeFiles/llama-export-lora.dir/all: ggml/src/CMakeFiles/ggml.dir/all |
|
examples/export-lora/CMakeFiles/llama-export-lora.dir/all: ggml/src/ggml-cpu/CMakeFiles/ggml-cpu.dir/all |
|
examples/export-lora/CMakeFiles/llama-export-lora.dir/all: src/CMakeFiles/llama.dir/all |
|
examples/export-lora/CMakeFiles/llama-export-lora.dir/all: common/CMakeFiles/build_info.dir/all |
|
examples/export-lora/CMakeFiles/llama-export-lora.dir/all: common/CMakeFiles/common.dir/all |
|
$(MAKE) $(MAKESILENT) -f examples/export-lora/CMakeFiles/llama-export-lora.dir/build.make examples/export-lora/CMakeFiles/llama-export-lora.dir/depend |
|
$(MAKE) $(MAKESILENT) -f examples/export-lora/CMakeFiles/llama-export-lora.dir/build.make examples/export-lora/CMakeFiles/llama-export-lora.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num=30 "Built target llama-export-lora" |
|
.PHONY : examples/export-lora/CMakeFiles/llama-export-lora.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
examples/export-lora/CMakeFiles/llama-export-lora.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 21 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/export-lora/CMakeFiles/llama-export-lora.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : examples/export-lora/CMakeFiles/llama-export-lora.dir/rule |
|
|
|
# Convenience name for target. |
|
llama-export-lora: examples/export-lora/CMakeFiles/llama-export-lora.dir/rule |
|
.PHONY : llama-export-lora |
|
|
|
# clean rule for target. |
|
examples/export-lora/CMakeFiles/llama-export-lora.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f examples/export-lora/CMakeFiles/llama-export-lora.dir/build.make examples/export-lora/CMakeFiles/llama-export-lora.dir/clean |
|
.PHONY : examples/export-lora/CMakeFiles/llama-export-lora.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target examples/quantize-stats/CMakeFiles/llama-quantize-stats.dir |
|
|
|
# All Build rule for target. |
|
examples/quantize-stats/CMakeFiles/llama-quantize-stats.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all |
|
examples/quantize-stats/CMakeFiles/llama-quantize-stats.dir/all: ggml/src/CMakeFiles/ggml.dir/all |
|
examples/quantize-stats/CMakeFiles/llama-quantize-stats.dir/all: ggml/src/ggml-cpu/CMakeFiles/ggml-cpu.dir/all |
|
examples/quantize-stats/CMakeFiles/llama-quantize-stats.dir/all: src/CMakeFiles/llama.dir/all |
|
examples/quantize-stats/CMakeFiles/llama-quantize-stats.dir/all: common/CMakeFiles/build_info.dir/all |
|
$(MAKE) $(MAKESILENT) -f examples/quantize-stats/CMakeFiles/llama-quantize-stats.dir/build.make examples/quantize-stats/CMakeFiles/llama-quantize-stats.dir/depend |
|
$(MAKE) $(MAKESILENT) -f examples/quantize-stats/CMakeFiles/llama-quantize-stats.dir/build.make examples/quantize-stats/CMakeFiles/llama-quantize-stats.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num=52 "Built target llama-quantize-stats" |
|
.PHONY : examples/quantize-stats/CMakeFiles/llama-quantize-stats.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
examples/quantize-stats/CMakeFiles/llama-quantize-stats.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 16 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/quantize-stats/CMakeFiles/llama-quantize-stats.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : examples/quantize-stats/CMakeFiles/llama-quantize-stats.dir/rule |
|
|
|
# Convenience name for target. |
|
llama-quantize-stats: examples/quantize-stats/CMakeFiles/llama-quantize-stats.dir/rule |
|
.PHONY : llama-quantize-stats |
|
|
|
# clean rule for target. |
|
examples/quantize-stats/CMakeFiles/llama-quantize-stats.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f examples/quantize-stats/CMakeFiles/llama-quantize-stats.dir/build.make examples/quantize-stats/CMakeFiles/llama-quantize-stats.dir/clean |
|
.PHONY : examples/quantize-stats/CMakeFiles/llama-quantize-stats.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target examples/llava/CMakeFiles/llava.dir |
|
|
|
# All Build rule for target. |
|
examples/llava/CMakeFiles/llava.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all |
|
examples/llava/CMakeFiles/llava.dir/all: ggml/src/CMakeFiles/ggml.dir/all |
|
examples/llava/CMakeFiles/llava.dir/all: ggml/src/ggml-cpu/CMakeFiles/ggml-cpu.dir/all |
|
examples/llava/CMakeFiles/llava.dir/all: src/CMakeFiles/llama.dir/all |
|
$(MAKE) $(MAKESILENT) -f examples/llava/CMakeFiles/llava.dir/build.make examples/llava/CMakeFiles/llava.dir/depend |
|
$(MAKE) $(MAKESILENT) -f examples/llava/CMakeFiles/llava.dir/build.make examples/llava/CMakeFiles/llava.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num=68 "Built target llava" |
|
.PHONY : examples/llava/CMakeFiles/llava.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
examples/llava/CMakeFiles/llava.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 15 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/llava/CMakeFiles/llava.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : examples/llava/CMakeFiles/llava.dir/rule |
|
|
|
# Convenience name for target. |
|
llava: examples/llava/CMakeFiles/llava.dir/rule |
|
.PHONY : llava |
|
|
|
# clean rule for target. |
|
examples/llava/CMakeFiles/llava.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f examples/llava/CMakeFiles/llava.dir/build.make examples/llava/CMakeFiles/llava.dir/clean |
|
.PHONY : examples/llava/CMakeFiles/llava.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target examples/llava/CMakeFiles/llava_static.dir |
|
|
|
# All Build rule for target. |
|
examples/llava/CMakeFiles/llava_static.dir/all: examples/llava/CMakeFiles/llava.dir/all |
|
$(MAKE) $(MAKESILENT) -f examples/llava/CMakeFiles/llava_static.dir/build.make examples/llava/CMakeFiles/llava_static.dir/depend |
|
$(MAKE) $(MAKESILENT) -f examples/llava/CMakeFiles/llava_static.dir/build.make examples/llava/CMakeFiles/llava_static.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num=69 "Built target llava_static" |
|
.PHONY : examples/llava/CMakeFiles/llava_static.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
examples/llava/CMakeFiles/llava_static.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 16 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/llava/CMakeFiles/llava_static.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : examples/llava/CMakeFiles/llava_static.dir/rule |
|
|
|
# Convenience name for target. |
|
llava_static: examples/llava/CMakeFiles/llava_static.dir/rule |
|
.PHONY : llava_static |
|
|
|
# clean rule for target. |
|
examples/llava/CMakeFiles/llava_static.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f examples/llava/CMakeFiles/llava_static.dir/build.make examples/llava/CMakeFiles/llava_static.dir/clean |
|
.PHONY : examples/llava/CMakeFiles/llava_static.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target examples/llava/CMakeFiles/llava_shared.dir |
|
|
|
# All Build rule for target. |
|
examples/llava/CMakeFiles/llava_shared.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all |
|
examples/llava/CMakeFiles/llava_shared.dir/all: ggml/src/CMakeFiles/ggml.dir/all |
|
examples/llava/CMakeFiles/llava_shared.dir/all: ggml/src/ggml-cpu/CMakeFiles/ggml-cpu.dir/all |
|
examples/llava/CMakeFiles/llava_shared.dir/all: src/CMakeFiles/llama.dir/all |
|
examples/llava/CMakeFiles/llava_shared.dir/all: examples/llava/CMakeFiles/llava.dir/all |
|
$(MAKE) $(MAKESILENT) -f examples/llava/CMakeFiles/llava_shared.dir/build.make examples/llava/CMakeFiles/llava_shared.dir/depend |
|
$(MAKE) $(MAKESILENT) -f examples/llava/CMakeFiles/llava_shared.dir/build.make examples/llava/CMakeFiles/llava_shared.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num= "Built target llava_shared" |
|
.PHONY : examples/llava/CMakeFiles/llava_shared.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
examples/llava/CMakeFiles/llava_shared.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 15 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/llava/CMakeFiles/llava_shared.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : examples/llava/CMakeFiles/llava_shared.dir/rule |
|
|
|
# Convenience name for target. |
|
llava_shared: examples/llava/CMakeFiles/llava_shared.dir/rule |
|
.PHONY : llava_shared |
|
|
|
# clean rule for target. |
|
examples/llava/CMakeFiles/llava_shared.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f examples/llava/CMakeFiles/llava_shared.dir/build.make examples/llava/CMakeFiles/llava_shared.dir/clean |
|
.PHONY : examples/llava/CMakeFiles/llava_shared.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target examples/llava/CMakeFiles/llama-llava-cli.dir |
|
|
|
# All Build rule for target. |
|
examples/llava/CMakeFiles/llama-llava-cli.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all |
|
examples/llava/CMakeFiles/llama-llava-cli.dir/all: ggml/src/CMakeFiles/ggml.dir/all |
|
examples/llava/CMakeFiles/llama-llava-cli.dir/all: ggml/src/ggml-cpu/CMakeFiles/ggml-cpu.dir/all |
|
examples/llava/CMakeFiles/llama-llava-cli.dir/all: src/CMakeFiles/llama.dir/all |
|
examples/llava/CMakeFiles/llama-llava-cli.dir/all: common/CMakeFiles/build_info.dir/all |
|
examples/llava/CMakeFiles/llama-llava-cli.dir/all: common/CMakeFiles/common.dir/all |
|
examples/llava/CMakeFiles/llama-llava-cli.dir/all: examples/llava/CMakeFiles/llava.dir/all |
|
$(MAKE) $(MAKESILENT) -f examples/llava/CMakeFiles/llama-llava-cli.dir/build.make examples/llava/CMakeFiles/llama-llava-cli.dir/depend |
|
$(MAKE) $(MAKESILENT) -f examples/llava/CMakeFiles/llama-llava-cli.dir/build.make examples/llava/CMakeFiles/llama-llava-cli.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num=38,39 "Built target llama-llava-cli" |
|
.PHONY : examples/llava/CMakeFiles/llama-llava-cli.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
examples/llava/CMakeFiles/llama-llava-cli.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 23 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/llava/CMakeFiles/llama-llava-cli.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.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 |
|
|
|
# clean rule for target. |
|
examples/llava/CMakeFiles/llama-llava-cli.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f examples/llava/CMakeFiles/llama-llava-cli.dir/build.make examples/llava/CMakeFiles/llama-llava-cli.dir/clean |
|
.PHONY : examples/llava/CMakeFiles/llama-llava-cli.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target examples/llava/CMakeFiles/llama-minicpmv-cli.dir |
|
|
|
# All Build rule for target. |
|
examples/llava/CMakeFiles/llama-minicpmv-cli.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all |
|
examples/llava/CMakeFiles/llama-minicpmv-cli.dir/all: ggml/src/CMakeFiles/ggml.dir/all |
|
examples/llava/CMakeFiles/llama-minicpmv-cli.dir/all: ggml/src/ggml-cpu/CMakeFiles/ggml-cpu.dir/all |
|
examples/llava/CMakeFiles/llama-minicpmv-cli.dir/all: src/CMakeFiles/llama.dir/all |
|
examples/llava/CMakeFiles/llama-minicpmv-cli.dir/all: common/CMakeFiles/build_info.dir/all |
|
examples/llava/CMakeFiles/llama-minicpmv-cli.dir/all: common/CMakeFiles/common.dir/all |
|
examples/llava/CMakeFiles/llama-minicpmv-cli.dir/all: examples/llava/CMakeFiles/llava.dir/all |
|
$(MAKE) $(MAKESILENT) -f examples/llava/CMakeFiles/llama-minicpmv-cli.dir/build.make examples/llava/CMakeFiles/llama-minicpmv-cli.dir/depend |
|
$(MAKE) $(MAKESILENT) -f examples/llava/CMakeFiles/llama-minicpmv-cli.dir/build.make examples/llava/CMakeFiles/llama-minicpmv-cli.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num=45 "Built target llama-minicpmv-cli" |
|
.PHONY : examples/llava/CMakeFiles/llama-minicpmv-cli.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
examples/llava/CMakeFiles/llama-minicpmv-cli.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 22 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/llava/CMakeFiles/llama-minicpmv-cli.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.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 |
|
|
|
# clean rule for target. |
|
examples/llava/CMakeFiles/llama-minicpmv-cli.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f examples/llava/CMakeFiles/llama-minicpmv-cli.dir/build.make examples/llava/CMakeFiles/llama-minicpmv-cli.dir/clean |
|
.PHONY : examples/llava/CMakeFiles/llama-minicpmv-cli.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target pocs/vdot/CMakeFiles/llama-vdot.dir |
|
|
|
# All Build rule for target. |
|
pocs/vdot/CMakeFiles/llama-vdot.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all |
|
pocs/vdot/CMakeFiles/llama-vdot.dir/all: ggml/src/CMakeFiles/ggml.dir/all |
|
pocs/vdot/CMakeFiles/llama-vdot.dir/all: ggml/src/ggml-cpu/CMakeFiles/ggml-cpu.dir/all |
|
pocs/vdot/CMakeFiles/llama-vdot.dir/all: src/CMakeFiles/llama.dir/all |
|
pocs/vdot/CMakeFiles/llama-vdot.dir/all: common/CMakeFiles/build_info.dir/all |
|
pocs/vdot/CMakeFiles/llama-vdot.dir/all: common/CMakeFiles/common.dir/all |
|
$(MAKE) $(MAKESILENT) -f pocs/vdot/CMakeFiles/llama-vdot.dir/build.make pocs/vdot/CMakeFiles/llama-vdot.dir/depend |
|
$(MAKE) $(MAKESILENT) -f pocs/vdot/CMakeFiles/llama-vdot.dir/build.make pocs/vdot/CMakeFiles/llama-vdot.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num=66,67 "Built target llama-vdot" |
|
.PHONY : pocs/vdot/CMakeFiles/llama-vdot.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
pocs/vdot/CMakeFiles/llama-vdot.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 22 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pocs/vdot/CMakeFiles/llama-vdot.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : pocs/vdot/CMakeFiles/llama-vdot.dir/rule |
|
|
|
# Convenience name for target. |
|
llama-vdot: pocs/vdot/CMakeFiles/llama-vdot.dir/rule |
|
.PHONY : llama-vdot |
|
|
|
# clean rule for target. |
|
pocs/vdot/CMakeFiles/llama-vdot.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f pocs/vdot/CMakeFiles/llama-vdot.dir/build.make pocs/vdot/CMakeFiles/llama-vdot.dir/clean |
|
.PHONY : pocs/vdot/CMakeFiles/llama-vdot.dir/clean |
|
|
|
#============================================================================= |
|
# Target rules for target pocs/vdot/CMakeFiles/llama-q8dot.dir |
|
|
|
# All Build rule for target. |
|
pocs/vdot/CMakeFiles/llama-q8dot.dir/all: ggml/src/CMakeFiles/ggml-base.dir/all |
|
pocs/vdot/CMakeFiles/llama-q8dot.dir/all: ggml/src/CMakeFiles/ggml.dir/all |
|
pocs/vdot/CMakeFiles/llama-q8dot.dir/all: ggml/src/ggml-cpu/CMakeFiles/ggml-cpu.dir/all |
|
pocs/vdot/CMakeFiles/llama-q8dot.dir/all: src/CMakeFiles/llama.dir/all |
|
pocs/vdot/CMakeFiles/llama-q8dot.dir/all: common/CMakeFiles/build_info.dir/all |
|
pocs/vdot/CMakeFiles/llama-q8dot.dir/all: common/CMakeFiles/common.dir/all |
|
$(MAKE) $(MAKESILENT) -f pocs/vdot/CMakeFiles/llama-q8dot.dir/build.make pocs/vdot/CMakeFiles/llama-q8dot.dir/depend |
|
$(MAKE) $(MAKESILENT) -f pocs/vdot/CMakeFiles/llama-q8dot.dir/build.make pocs/vdot/CMakeFiles/llama-q8dot.dir/build |
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir="/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" --progress-num=49,50 "Built target llama-q8dot" |
|
.PHONY : pocs/vdot/CMakeFiles/llama-q8dot.dir/all |
|
|
|
# Build rule for subdir invocation for target. |
|
pocs/vdot/CMakeFiles/llama-q8dot.dir/rule: cmake_check_build_system |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 22 |
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pocs/vdot/CMakeFiles/llama-q8dot.dir/all |
|
$(CMAKE_COMMAND) -E cmake_progress_start "/home/mathis-portable/Documents/KTH/Scalable Machine Learning/lab_project/ID2224_Lab2/llama.cpp/build/CMakeFiles" 0 |
|
.PHONY : pocs/vdot/CMakeFiles/llama-q8dot.dir/rule |
|
|
|
# Convenience name for target. |
|
llama-q8dot: pocs/vdot/CMakeFiles/llama-q8dot.dir/rule |
|
.PHONY : llama-q8dot |
|
|
|
# clean rule for target. |
|
pocs/vdot/CMakeFiles/llama-q8dot.dir/clean: |
|
$(MAKE) $(MAKESILENT) -f pocs/vdot/CMakeFiles/llama-q8dot.dir/build.make pocs/vdot/CMakeFiles/llama-q8dot.dir/clean |
|
.PHONY : pocs/vdot/CMakeFiles/llama-q8dot.dir/clean |
|
|
|
#============================================================================= |
|
# 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 |
|
|
|
|