Instructions to use H4CH3D3VT3ch/KAIROS_DESTILADO_V1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use H4CH3D3VT3ch/KAIROS_DESTILADO_V1 with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="H4CH3D3VT3ch/KAIROS_DESTILADO_V1", filename="kairos_destilado-00001-of-00011.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use H4CH3D3VT3ch/KAIROS_DESTILADO_V1 with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf H4CH3D3VT3ch/KAIROS_DESTILADO_V1 # Run inference directly in the terminal: llama cli -hf H4CH3D3VT3ch/KAIROS_DESTILADO_V1
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf H4CH3D3VT3ch/KAIROS_DESTILADO_V1 # Run inference directly in the terminal: llama cli -hf H4CH3D3VT3ch/KAIROS_DESTILADO_V1
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf H4CH3D3VT3ch/KAIROS_DESTILADO_V1 # Run inference directly in the terminal: ./llama-cli -hf H4CH3D3VT3ch/KAIROS_DESTILADO_V1
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf H4CH3D3VT3ch/KAIROS_DESTILADO_V1 # Run inference directly in the terminal: ./build/bin/llama-cli -hf H4CH3D3VT3ch/KAIROS_DESTILADO_V1
Use Docker
docker model run hf.co/H4CH3D3VT3ch/KAIROS_DESTILADO_V1
- LM Studio
- Jan
- Ollama
How to use H4CH3D3VT3ch/KAIROS_DESTILADO_V1 with Ollama:
ollama run hf.co/H4CH3D3VT3ch/KAIROS_DESTILADO_V1
- Unsloth Studio
How to use H4CH3D3VT3ch/KAIROS_DESTILADO_V1 with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for H4CH3D3VT3ch/KAIROS_DESTILADO_V1 to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for H4CH3D3VT3ch/KAIROS_DESTILADO_V1 to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for H4CH3D3VT3ch/KAIROS_DESTILADO_V1 to start chatting
- Atomic Chat new
- Docker Model Runner
How to use H4CH3D3VT3ch/KAIROS_DESTILADO_V1 with Docker Model Runner:
docker model run hf.co/H4CH3D3VT3ch/KAIROS_DESTILADO_V1
- Lemonade
How to use H4CH3D3VT3ch/KAIROS_DESTILADO_V1 with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull H4CH3D3VT3ch/KAIROS_DESTILADO_V1
Run and chat with the model
lemonade run user.KAIROS_DESTILADO_V1-{{QUANT_TAG}}List all available models
lemonade list
| [ | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/cc -DGGML_BUILD -DGGML_COMMIT=\\\"a04c2b06a\\\" -DGGML_SCHED_MAX_COPIES=4 -DGGML_SHARED -DGGML_VERSION=\\\"0.9.5\\\" -D_GNU_SOURCE -D_XOPEN_SOURCE=600 -Dggml_base_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/ggml/src/. -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -std=gnu11 -fPIC -Wshadow -Wstrict-prototypes -Wpointer-arith -Wmissing-prototypes -Werror=implicit-int -Werror=implicit-function-declaration -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wdouble-promotion -pthread -o ggml/src/CMakeFiles/ggml-base.dir/ggml.c.o -c /data/data/com.termux/files/home/llama.cpp/ggml/src/ggml.c", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/ggml/src/ggml.c", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/ggml/src/CMakeFiles/ggml-base.dir/ggml.c.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BUILD -DGGML_COMMIT=\\\"a04c2b06a\\\" -DGGML_SCHED_MAX_COPIES=4 -DGGML_SHARED -DGGML_VERSION=\\\"0.9.5\\\" -D_GNU_SOURCE -D_XOPEN_SOURCE=600 -Dggml_base_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/ggml/src/. -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -std=gnu++17 -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o ggml/src/CMakeFiles/ggml-base.dir/ggml.cpp.o -c /data/data/com.termux/files/home/llama.cpp/ggml/src/ggml.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/ggml/src/ggml.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/ggml/src/CMakeFiles/ggml-base.dir/ggml.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/cc -DGGML_BUILD -DGGML_COMMIT=\\\"a04c2b06a\\\" -DGGML_SCHED_MAX_COPIES=4 -DGGML_SHARED -DGGML_VERSION=\\\"0.9.5\\\" -D_GNU_SOURCE -D_XOPEN_SOURCE=600 -Dggml_base_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/ggml/src/. -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -std=gnu11 -fPIC -Wshadow -Wstrict-prototypes -Wpointer-arith -Wmissing-prototypes -Werror=implicit-int -Werror=implicit-function-declaration -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wdouble-promotion -pthread -o ggml/src/CMakeFiles/ggml-base.dir/ggml-alloc.c.o -c /data/data/com.termux/files/home/llama.cpp/ggml/src/ggml-alloc.c", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/ggml/src/ggml-alloc.c", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/ggml/src/CMakeFiles/ggml-base.dir/ggml-alloc.c.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BUILD -DGGML_COMMIT=\\\"a04c2b06a\\\" -DGGML_SCHED_MAX_COPIES=4 -DGGML_SHARED -DGGML_VERSION=\\\"0.9.5\\\" -D_GNU_SOURCE -D_XOPEN_SOURCE=600 -Dggml_base_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/ggml/src/. -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -std=gnu++17 -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o ggml/src/CMakeFiles/ggml-base.dir/ggml-backend.cpp.o -c /data/data/com.termux/files/home/llama.cpp/ggml/src/ggml-backend.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/ggml/src/ggml-backend.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/ggml/src/CMakeFiles/ggml-base.dir/ggml-backend.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BUILD -DGGML_COMMIT=\\\"a04c2b06a\\\" -DGGML_SCHED_MAX_COPIES=4 -DGGML_SHARED -DGGML_VERSION=\\\"0.9.5\\\" -D_GNU_SOURCE -D_XOPEN_SOURCE=600 -Dggml_base_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/ggml/src/. -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -std=gnu++17 -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o ggml/src/CMakeFiles/ggml-base.dir/ggml-opt.cpp.o -c /data/data/com.termux/files/home/llama.cpp/ggml/src/ggml-opt.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/ggml/src/ggml-opt.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/ggml/src/CMakeFiles/ggml-base.dir/ggml-opt.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BUILD -DGGML_COMMIT=\\\"a04c2b06a\\\" -DGGML_SCHED_MAX_COPIES=4 -DGGML_SHARED -DGGML_VERSION=\\\"0.9.5\\\" -D_GNU_SOURCE -D_XOPEN_SOURCE=600 -Dggml_base_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/ggml/src/. -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -std=gnu++17 -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o ggml/src/CMakeFiles/ggml-base.dir/ggml-threading.cpp.o -c /data/data/com.termux/files/home/llama.cpp/ggml/src/ggml-threading.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/ggml/src/ggml-threading.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/ggml/src/CMakeFiles/ggml-base.dir/ggml-threading.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/cc -DGGML_BUILD -DGGML_COMMIT=\\\"a04c2b06a\\\" -DGGML_SCHED_MAX_COPIES=4 -DGGML_SHARED -DGGML_VERSION=\\\"0.9.5\\\" -D_GNU_SOURCE -D_XOPEN_SOURCE=600 -Dggml_base_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/ggml/src/. -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -std=gnu11 -fPIC -Wshadow -Wstrict-prototypes -Wpointer-arith -Wmissing-prototypes -Werror=implicit-int -Werror=implicit-function-declaration -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wdouble-promotion -pthread -o ggml/src/CMakeFiles/ggml-base.dir/ggml-quants.c.o -c /data/data/com.termux/files/home/llama.cpp/ggml/src/ggml-quants.c", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/ggml/src/ggml-quants.c", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/ggml/src/CMakeFiles/ggml-base.dir/ggml-quants.c.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BUILD -DGGML_COMMIT=\\\"a04c2b06a\\\" -DGGML_SCHED_MAX_COPIES=4 -DGGML_SHARED -DGGML_VERSION=\\\"0.9.5\\\" -D_GNU_SOURCE -D_XOPEN_SOURCE=600 -Dggml_base_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/ggml/src/. -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -std=gnu++17 -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o ggml/src/CMakeFiles/ggml-base.dir/gguf.cpp.o -c /data/data/com.termux/files/home/llama.cpp/ggml/src/gguf.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/ggml/src/gguf.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/ggml/src/CMakeFiles/ggml-base.dir/gguf.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_BUILD -DGGML_SCHED_MAX_COPIES=4 -DGGML_SHARED -DGGML_USE_CPU -D_GNU_SOURCE -D_XOPEN_SOURCE=600 -Dggml_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -std=gnu++17 -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o ggml/src/CMakeFiles/ggml.dir/ggml-backend-reg.cpp.o -c /data/data/com.termux/files/home/llama.cpp/ggml/src/ggml-backend-reg.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/ggml/src/ggml-backend-reg.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/ggml/src/CMakeFiles/ggml.dir/ggml-backend-reg.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/cc -DGGML_BACKEND_BUILD -DGGML_BACKEND_SHARED -DGGML_SCHED_MAX_COPIES=4 -DGGML_SHARED -DGGML_USE_CPU_REPACK -DGGML_USE_LLAMAFILE -DGGML_USE_OPENMP -D_GNU_SOURCE -D_XOPEN_SOURCE=600 -Dggml_cpu_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/ggml/src/.. -I/data/data/com.termux/files/home/llama.cpp/ggml/src/. -I/data/data/com.termux/files/home/llama.cpp/ggml/src/ggml-cpu -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -std=gnu11 -fPIC -Wshadow -Wstrict-prototypes -Wpointer-arith -Wmissing-prototypes -Werror=implicit-int -Werror=implicit-function-declaration -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wdouble-promotion -U__ARM_FEATURE_MATMUL_INT8 -U__ARM_FEATURE_SVE -U__ARM_FEATURE_SME -mcpu=native+dotprod+noi8mm+nosve+nosme -fopenmp=libomp -o ggml/src/CMakeFiles/ggml-cpu.dir/ggml-cpu/ggml-cpu.c.o -c /data/data/com.termux/files/home/llama.cpp/ggml/src/ggml-cpu/ggml-cpu.c", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/ggml/src/ggml-cpu/ggml-cpu.c", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/ggml/src/CMakeFiles/ggml-cpu.dir/ggml-cpu/ggml-cpu.c.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_BUILD -DGGML_BACKEND_SHARED -DGGML_SCHED_MAX_COPIES=4 -DGGML_SHARED -DGGML_USE_CPU_REPACK -DGGML_USE_LLAMAFILE -DGGML_USE_OPENMP -D_GNU_SOURCE -D_XOPEN_SOURCE=600 -Dggml_cpu_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/ggml/src/.. -I/data/data/com.termux/files/home/llama.cpp/ggml/src/. -I/data/data/com.termux/files/home/llama.cpp/ggml/src/ggml-cpu -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -std=gnu++17 -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -U__ARM_FEATURE_MATMUL_INT8 -U__ARM_FEATURE_SVE -U__ARM_FEATURE_SME -mcpu=native+dotprod+noi8mm+nosve+nosme -fopenmp=libomp -o ggml/src/CMakeFiles/ggml-cpu.dir/ggml-cpu/ggml-cpu.cpp.o -c /data/data/com.termux/files/home/llama.cpp/ggml/src/ggml-cpu/ggml-cpu.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/ggml/src/ggml-cpu/ggml-cpu.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/ggml/src/CMakeFiles/ggml-cpu.dir/ggml-cpu/ggml-cpu.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_BUILD -DGGML_BACKEND_SHARED -DGGML_SCHED_MAX_COPIES=4 -DGGML_SHARED -DGGML_USE_CPU_REPACK -DGGML_USE_LLAMAFILE -DGGML_USE_OPENMP -D_GNU_SOURCE -D_XOPEN_SOURCE=600 -Dggml_cpu_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/ggml/src/.. -I/data/data/com.termux/files/home/llama.cpp/ggml/src/. -I/data/data/com.termux/files/home/llama.cpp/ggml/src/ggml-cpu -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -std=gnu++17 -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -U__ARM_FEATURE_MATMUL_INT8 -U__ARM_FEATURE_SVE -U__ARM_FEATURE_SME -mcpu=native+dotprod+noi8mm+nosve+nosme -fopenmp=libomp -o ggml/src/CMakeFiles/ggml-cpu.dir/ggml-cpu/repack.cpp.o -c /data/data/com.termux/files/home/llama.cpp/ggml/src/ggml-cpu/repack.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/ggml/src/ggml-cpu/repack.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/ggml/src/CMakeFiles/ggml-cpu.dir/ggml-cpu/repack.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_BUILD -DGGML_BACKEND_SHARED -DGGML_SCHED_MAX_COPIES=4 -DGGML_SHARED -DGGML_USE_CPU_REPACK -DGGML_USE_LLAMAFILE -DGGML_USE_OPENMP -D_GNU_SOURCE -D_XOPEN_SOURCE=600 -Dggml_cpu_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/ggml/src/.. -I/data/data/com.termux/files/home/llama.cpp/ggml/src/. -I/data/data/com.termux/files/home/llama.cpp/ggml/src/ggml-cpu -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -std=gnu++17 -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -U__ARM_FEATURE_MATMUL_INT8 -U__ARM_FEATURE_SVE -U__ARM_FEATURE_SME -mcpu=native+dotprod+noi8mm+nosve+nosme -fopenmp=libomp -o ggml/src/CMakeFiles/ggml-cpu.dir/ggml-cpu/hbm.cpp.o -c /data/data/com.termux/files/home/llama.cpp/ggml/src/ggml-cpu/hbm.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/ggml/src/ggml-cpu/hbm.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/ggml/src/CMakeFiles/ggml-cpu.dir/ggml-cpu/hbm.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/cc -DGGML_BACKEND_BUILD -DGGML_BACKEND_SHARED -DGGML_SCHED_MAX_COPIES=4 -DGGML_SHARED -DGGML_USE_CPU_REPACK -DGGML_USE_LLAMAFILE -DGGML_USE_OPENMP -D_GNU_SOURCE -D_XOPEN_SOURCE=600 -Dggml_cpu_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/ggml/src/.. -I/data/data/com.termux/files/home/llama.cpp/ggml/src/. -I/data/data/com.termux/files/home/llama.cpp/ggml/src/ggml-cpu -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -std=gnu11 -fPIC -Wshadow -Wstrict-prototypes -Wpointer-arith -Wmissing-prototypes -Werror=implicit-int -Werror=implicit-function-declaration -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wdouble-promotion -U__ARM_FEATURE_MATMUL_INT8 -U__ARM_FEATURE_SVE -U__ARM_FEATURE_SME -mcpu=native+dotprod+noi8mm+nosve+nosme -fopenmp=libomp -o ggml/src/CMakeFiles/ggml-cpu.dir/ggml-cpu/quants.c.o -c /data/data/com.termux/files/home/llama.cpp/ggml/src/ggml-cpu/quants.c", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/ggml/src/ggml-cpu/quants.c", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/ggml/src/CMakeFiles/ggml-cpu.dir/ggml-cpu/quants.c.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_BUILD -DGGML_BACKEND_SHARED -DGGML_SCHED_MAX_COPIES=4 -DGGML_SHARED -DGGML_USE_CPU_REPACK -DGGML_USE_LLAMAFILE -DGGML_USE_OPENMP -D_GNU_SOURCE -D_XOPEN_SOURCE=600 -Dggml_cpu_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/ggml/src/.. -I/data/data/com.termux/files/home/llama.cpp/ggml/src/. -I/data/data/com.termux/files/home/llama.cpp/ggml/src/ggml-cpu -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -std=gnu++17 -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -U__ARM_FEATURE_MATMUL_INT8 -U__ARM_FEATURE_SVE -U__ARM_FEATURE_SME -mcpu=native+dotprod+noi8mm+nosve+nosme -fopenmp=libomp -o ggml/src/CMakeFiles/ggml-cpu.dir/ggml-cpu/traits.cpp.o -c /data/data/com.termux/files/home/llama.cpp/ggml/src/ggml-cpu/traits.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/ggml/src/ggml-cpu/traits.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/ggml/src/CMakeFiles/ggml-cpu.dir/ggml-cpu/traits.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_BUILD -DGGML_BACKEND_SHARED -DGGML_SCHED_MAX_COPIES=4 -DGGML_SHARED -DGGML_USE_CPU_REPACK -DGGML_USE_LLAMAFILE -DGGML_USE_OPENMP -D_GNU_SOURCE -D_XOPEN_SOURCE=600 -Dggml_cpu_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/ggml/src/.. -I/data/data/com.termux/files/home/llama.cpp/ggml/src/. -I/data/data/com.termux/files/home/llama.cpp/ggml/src/ggml-cpu -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -std=gnu++17 -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -U__ARM_FEATURE_MATMUL_INT8 -U__ARM_FEATURE_SVE -U__ARM_FEATURE_SME -mcpu=native+dotprod+noi8mm+nosve+nosme -fopenmp=libomp -o ggml/src/CMakeFiles/ggml-cpu.dir/ggml-cpu/amx/amx.cpp.o -c /data/data/com.termux/files/home/llama.cpp/ggml/src/ggml-cpu/amx/amx.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/ggml/src/ggml-cpu/amx/amx.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/ggml/src/CMakeFiles/ggml-cpu.dir/ggml-cpu/amx/amx.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_BUILD -DGGML_BACKEND_SHARED -DGGML_SCHED_MAX_COPIES=4 -DGGML_SHARED -DGGML_USE_CPU_REPACK -DGGML_USE_LLAMAFILE -DGGML_USE_OPENMP -D_GNU_SOURCE -D_XOPEN_SOURCE=600 -Dggml_cpu_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/ggml/src/.. -I/data/data/com.termux/files/home/llama.cpp/ggml/src/. -I/data/data/com.termux/files/home/llama.cpp/ggml/src/ggml-cpu -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -std=gnu++17 -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -U__ARM_FEATURE_MATMUL_INT8 -U__ARM_FEATURE_SVE -U__ARM_FEATURE_SME -mcpu=native+dotprod+noi8mm+nosve+nosme -fopenmp=libomp -o ggml/src/CMakeFiles/ggml-cpu.dir/ggml-cpu/amx/mmq.cpp.o -c /data/data/com.termux/files/home/llama.cpp/ggml/src/ggml-cpu/amx/mmq.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/ggml/src/ggml-cpu/amx/mmq.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/ggml/src/CMakeFiles/ggml-cpu.dir/ggml-cpu/amx/mmq.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_BUILD -DGGML_BACKEND_SHARED -DGGML_SCHED_MAX_COPIES=4 -DGGML_SHARED -DGGML_USE_CPU_REPACK -DGGML_USE_LLAMAFILE -DGGML_USE_OPENMP -D_GNU_SOURCE -D_XOPEN_SOURCE=600 -Dggml_cpu_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/ggml/src/.. -I/data/data/com.termux/files/home/llama.cpp/ggml/src/. -I/data/data/com.termux/files/home/llama.cpp/ggml/src/ggml-cpu -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -std=gnu++17 -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -U__ARM_FEATURE_MATMUL_INT8 -U__ARM_FEATURE_SVE -U__ARM_FEATURE_SME -mcpu=native+dotprod+noi8mm+nosve+nosme -fopenmp=libomp -o ggml/src/CMakeFiles/ggml-cpu.dir/ggml-cpu/binary-ops.cpp.o -c /data/data/com.termux/files/home/llama.cpp/ggml/src/ggml-cpu/binary-ops.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/ggml/src/ggml-cpu/binary-ops.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/ggml/src/CMakeFiles/ggml-cpu.dir/ggml-cpu/binary-ops.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_BUILD -DGGML_BACKEND_SHARED -DGGML_SCHED_MAX_COPIES=4 -DGGML_SHARED -DGGML_USE_CPU_REPACK -DGGML_USE_LLAMAFILE -DGGML_USE_OPENMP -D_GNU_SOURCE -D_XOPEN_SOURCE=600 -Dggml_cpu_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/ggml/src/.. -I/data/data/com.termux/files/home/llama.cpp/ggml/src/. -I/data/data/com.termux/files/home/llama.cpp/ggml/src/ggml-cpu -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -std=gnu++17 -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -U__ARM_FEATURE_MATMUL_INT8 -U__ARM_FEATURE_SVE -U__ARM_FEATURE_SME -mcpu=native+dotprod+noi8mm+nosve+nosme -fopenmp=libomp -o ggml/src/CMakeFiles/ggml-cpu.dir/ggml-cpu/unary-ops.cpp.o -c /data/data/com.termux/files/home/llama.cpp/ggml/src/ggml-cpu/unary-ops.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/ggml/src/ggml-cpu/unary-ops.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/ggml/src/CMakeFiles/ggml-cpu.dir/ggml-cpu/unary-ops.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_BUILD -DGGML_BACKEND_SHARED -DGGML_SCHED_MAX_COPIES=4 -DGGML_SHARED -DGGML_USE_CPU_REPACK -DGGML_USE_LLAMAFILE -DGGML_USE_OPENMP -D_GNU_SOURCE -D_XOPEN_SOURCE=600 -Dggml_cpu_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/ggml/src/.. -I/data/data/com.termux/files/home/llama.cpp/ggml/src/. -I/data/data/com.termux/files/home/llama.cpp/ggml/src/ggml-cpu -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -std=gnu++17 -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -U__ARM_FEATURE_MATMUL_INT8 -U__ARM_FEATURE_SVE -U__ARM_FEATURE_SME -mcpu=native+dotprod+noi8mm+nosve+nosme -fopenmp=libomp -o ggml/src/CMakeFiles/ggml-cpu.dir/ggml-cpu/vec.cpp.o -c /data/data/com.termux/files/home/llama.cpp/ggml/src/ggml-cpu/vec.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/ggml/src/ggml-cpu/vec.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/ggml/src/CMakeFiles/ggml-cpu.dir/ggml-cpu/vec.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_BUILD -DGGML_BACKEND_SHARED -DGGML_SCHED_MAX_COPIES=4 -DGGML_SHARED -DGGML_USE_CPU_REPACK -DGGML_USE_LLAMAFILE -DGGML_USE_OPENMP -D_GNU_SOURCE -D_XOPEN_SOURCE=600 -Dggml_cpu_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/ggml/src/.. -I/data/data/com.termux/files/home/llama.cpp/ggml/src/. -I/data/data/com.termux/files/home/llama.cpp/ggml/src/ggml-cpu -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -std=gnu++17 -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -U__ARM_FEATURE_MATMUL_INT8 -U__ARM_FEATURE_SVE -U__ARM_FEATURE_SME -mcpu=native+dotprod+noi8mm+nosve+nosme -fopenmp=libomp -o ggml/src/CMakeFiles/ggml-cpu.dir/ggml-cpu/ops.cpp.o -c /data/data/com.termux/files/home/llama.cpp/ggml/src/ggml-cpu/ops.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/ggml/src/ggml-cpu/ops.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/ggml/src/CMakeFiles/ggml-cpu.dir/ggml-cpu/ops.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_BUILD -DGGML_BACKEND_SHARED -DGGML_SCHED_MAX_COPIES=4 -DGGML_SHARED -DGGML_USE_CPU_REPACK -DGGML_USE_LLAMAFILE -DGGML_USE_OPENMP -D_GNU_SOURCE -D_XOPEN_SOURCE=600 -Dggml_cpu_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/ggml/src/.. -I/data/data/com.termux/files/home/llama.cpp/ggml/src/. -I/data/data/com.termux/files/home/llama.cpp/ggml/src/ggml-cpu -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -std=gnu++17 -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -U__ARM_FEATURE_MATMUL_INT8 -U__ARM_FEATURE_SVE -U__ARM_FEATURE_SME -mcpu=native+dotprod+noi8mm+nosve+nosme -fopenmp=libomp -o ggml/src/CMakeFiles/ggml-cpu.dir/ggml-cpu/llamafile/sgemm.cpp.o -c /data/data/com.termux/files/home/llama.cpp/ggml/src/ggml-cpu/llamafile/sgemm.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/ggml/src/ggml-cpu/llamafile/sgemm.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/ggml/src/CMakeFiles/ggml-cpu.dir/ggml-cpu/llamafile/sgemm.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/cc -DGGML_BACKEND_BUILD -DGGML_BACKEND_SHARED -DGGML_SCHED_MAX_COPIES=4 -DGGML_SHARED -DGGML_USE_CPU_REPACK -DGGML_USE_LLAMAFILE -DGGML_USE_OPENMP -D_GNU_SOURCE -D_XOPEN_SOURCE=600 -Dggml_cpu_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/ggml/src/.. -I/data/data/com.termux/files/home/llama.cpp/ggml/src/. -I/data/data/com.termux/files/home/llama.cpp/ggml/src/ggml-cpu -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -std=gnu11 -fPIC -Wshadow -Wstrict-prototypes -Wpointer-arith -Wmissing-prototypes -Werror=implicit-int -Werror=implicit-function-declaration -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wdouble-promotion -U__ARM_FEATURE_MATMUL_INT8 -U__ARM_FEATURE_SVE -U__ARM_FEATURE_SME -mcpu=native+dotprod+noi8mm+nosve+nosme -fopenmp=libomp -o ggml/src/CMakeFiles/ggml-cpu.dir/ggml-cpu/arch/arm/quants.c.o -c /data/data/com.termux/files/home/llama.cpp/ggml/src/ggml-cpu/arch/arm/quants.c", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/ggml/src/ggml-cpu/arch/arm/quants.c", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/ggml/src/CMakeFiles/ggml-cpu.dir/ggml-cpu/arch/arm/quants.c.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_BUILD -DGGML_BACKEND_SHARED -DGGML_SCHED_MAX_COPIES=4 -DGGML_SHARED -DGGML_USE_CPU_REPACK -DGGML_USE_LLAMAFILE -DGGML_USE_OPENMP -D_GNU_SOURCE -D_XOPEN_SOURCE=600 -Dggml_cpu_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/ggml/src/.. -I/data/data/com.termux/files/home/llama.cpp/ggml/src/. -I/data/data/com.termux/files/home/llama.cpp/ggml/src/ggml-cpu -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -std=gnu++17 -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -U__ARM_FEATURE_MATMUL_INT8 -U__ARM_FEATURE_SVE -U__ARM_FEATURE_SME -mcpu=native+dotprod+noi8mm+nosve+nosme -fopenmp=libomp -o ggml/src/CMakeFiles/ggml-cpu.dir/ggml-cpu/arch/arm/repack.cpp.o -c /data/data/com.termux/files/home/llama.cpp/ggml/src/ggml-cpu/arch/arm/repack.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/ggml/src/ggml-cpu/arch/arm/repack.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/ggml/src/CMakeFiles/ggml-cpu.dir/ggml-cpu/arch/arm/repack.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/llama.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/llama.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/llama.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/llama.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/llama-adapter.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/llama-adapter.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/llama-adapter.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/llama-adapter.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/llama-arch.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/llama-arch.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/llama-arch.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/llama-arch.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/llama-batch.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/llama-batch.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/llama-batch.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/llama-batch.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/llama-chat.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/llama-chat.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/llama-chat.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/llama-chat.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/llama-context.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/llama-context.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/llama-context.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/llama-context.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/llama-cparams.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/llama-cparams.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/llama-cparams.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/llama-cparams.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/llama-grammar.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/llama-grammar.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/llama-grammar.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/llama-grammar.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/llama-graph.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/llama-graph.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/llama-graph.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/llama-graph.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/llama-hparams.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/llama-hparams.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/llama-hparams.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/llama-hparams.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/llama-impl.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/llama-impl.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/llama-impl.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/llama-impl.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/llama-io.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/llama-io.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/llama-io.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/llama-io.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/llama-kv-cache.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/llama-kv-cache.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/llama-kv-cache.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/llama-kv-cache.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/llama-kv-cache-iswa.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/llama-kv-cache-iswa.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/llama-kv-cache-iswa.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/llama-kv-cache-iswa.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/llama-memory.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/llama-memory.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/llama-memory.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/llama-memory.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/llama-memory-hybrid.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/llama-memory-hybrid.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/llama-memory-hybrid.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/llama-memory-hybrid.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/llama-memory-recurrent.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/llama-memory-recurrent.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/llama-memory-recurrent.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/llama-memory-recurrent.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/llama-mmap.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/llama-mmap.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/llama-mmap.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/llama-mmap.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/llama-model-loader.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/llama-model-loader.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/llama-model-loader.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/llama-model-loader.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/llama-model-saver.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/llama-model-saver.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/llama-model-saver.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/llama-model-saver.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/llama-model.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/llama-model.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/llama-model.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/llama-model.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/llama-quant.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/llama-quant.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/llama-quant.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/llama-quant.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/llama-sampling.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/llama-sampling.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/llama-sampling.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/llama-sampling.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/llama-vocab.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/llama-vocab.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/llama-vocab.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/llama-vocab.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/unicode-data.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/unicode-data.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/unicode-data.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/unicode-data.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/unicode.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/unicode.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/unicode.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/unicode.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/afmoe.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/afmoe.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/afmoe.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/afmoe.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/apertus.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/apertus.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/apertus.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/apertus.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/arcee.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/arcee.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/arcee.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/arcee.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/arctic.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/arctic.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/arctic.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/arctic.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/arwkv7.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/arwkv7.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/arwkv7.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/arwkv7.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/baichuan.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/baichuan.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/baichuan.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/baichuan.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/bailingmoe.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/bailingmoe.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/bailingmoe.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/bailingmoe.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/bailingmoe2.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/bailingmoe2.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/bailingmoe2.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/bailingmoe2.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/bert.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/bert.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/bert.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/bert.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/bitnet.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/bitnet.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/bitnet.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/bitnet.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/bloom.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/bloom.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/bloom.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/bloom.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/chameleon.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/chameleon.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/chameleon.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/chameleon.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/chatglm.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/chatglm.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/chatglm.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/chatglm.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/codeshell.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/codeshell.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/codeshell.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/codeshell.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/cogvlm.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/cogvlm.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/cogvlm.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/cogvlm.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/cohere2-iswa.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/cohere2-iswa.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/cohere2-iswa.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/cohere2-iswa.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/command-r.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/command-r.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/command-r.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/command-r.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/dbrx.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/dbrx.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/dbrx.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/dbrx.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/deci.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/deci.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/deci.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/deci.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/deepseek.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/deepseek.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/deepseek.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/deepseek.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/deepseek2.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/deepseek2.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/deepseek2.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/deepseek2.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/dots1.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/dots1.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/dots1.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/dots1.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/dream.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/dream.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/dream.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/dream.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/ernie4-5-moe.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/ernie4-5-moe.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/ernie4-5-moe.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/ernie4-5-moe.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/ernie4-5.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/ernie4-5.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/ernie4-5.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/ernie4-5.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/exaone.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/exaone.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/exaone.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/exaone.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/exaone4.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/exaone4.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/exaone4.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/exaone4.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/exaone-moe.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/exaone-moe.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/exaone-moe.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/exaone-moe.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/falcon-h1.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/falcon-h1.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/falcon-h1.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/falcon-h1.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/falcon.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/falcon.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/falcon.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/falcon.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/gemma-embedding.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/gemma-embedding.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/gemma-embedding.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/gemma-embedding.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/gemma.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/gemma.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/gemma.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/gemma.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/gemma2-iswa.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/gemma2-iswa.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/gemma2-iswa.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/gemma2-iswa.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/gemma3.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/gemma3.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/gemma3.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/gemma3.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/gemma3n-iswa.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/gemma3n-iswa.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/gemma3n-iswa.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/gemma3n-iswa.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/glm4-moe.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/glm4-moe.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/glm4-moe.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/glm4-moe.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/glm4.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/glm4.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/glm4.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/glm4.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/gpt2.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/gpt2.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/gpt2.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/gpt2.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/gptneox.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/gptneox.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/gptneox.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/gptneox.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/granite-hybrid.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/granite-hybrid.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/granite-hybrid.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/granite-hybrid.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/granite.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/granite.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/granite.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/granite.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/grok.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/grok.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/grok.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/grok.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/grovemoe.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/grovemoe.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/grovemoe.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/grovemoe.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/hunyuan-dense.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/hunyuan-dense.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/hunyuan-dense.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/hunyuan-dense.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/hunyuan-moe.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/hunyuan-moe.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/hunyuan-moe.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/hunyuan-moe.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/internlm2.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/internlm2.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/internlm2.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/internlm2.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/jais.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/jais.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/jais.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/jais.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/jamba.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/jamba.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/jamba.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/jamba.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/lfm2.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/lfm2.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/lfm2.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/lfm2.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/llada-moe.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/llada-moe.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/llada-moe.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/llada-moe.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/llada.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/llada.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/llada.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/llada.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/llama-iswa.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/llama-iswa.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/llama-iswa.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/llama-iswa.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/llama.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/llama.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/llama.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/llama.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/maincoder.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/maincoder.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/maincoder.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/maincoder.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/mamba.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/mamba.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/mamba.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/mamba.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/mimo2-iswa.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/mimo2-iswa.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/mimo2-iswa.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/mimo2-iswa.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/minicpm3.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/minicpm3.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/minicpm3.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/minicpm3.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/minimax-m2.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/minimax-m2.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/minimax-m2.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/minimax-m2.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/modern-bert.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/modern-bert.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/modern-bert.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/modern-bert.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/mpt.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/mpt.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/mpt.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/mpt.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/nemotron-h.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/nemotron-h.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/nemotron-h.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/nemotron-h.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/nemotron.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/nemotron.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/nemotron.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/nemotron.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/neo-bert.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/neo-bert.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/neo-bert.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/neo-bert.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/olmo.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/olmo.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/olmo.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/olmo.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/olmo2.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/olmo2.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/olmo2.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/olmo2.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/olmoe.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/olmoe.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/olmoe.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/olmoe.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/openai-moe-iswa.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/openai-moe-iswa.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/openai-moe-iswa.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/openai-moe-iswa.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/openelm.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/openelm.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/openelm.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/openelm.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/orion.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/orion.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/orion.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/orion.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/pangu-embedded.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/pangu-embedded.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/pangu-embedded.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/pangu-embedded.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/phi2.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/phi2.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/phi2.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/phi2.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/phi3.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/phi3.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/phi3.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/phi3.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/plamo.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/plamo.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/plamo.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/plamo.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/plamo2.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/plamo2.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/plamo2.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/plamo2.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/plamo3.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/plamo3.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/plamo3.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/plamo3.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/plm.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/plm.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/plm.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/plm.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/qwen.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/qwen.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/qwen.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/qwen.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/qwen2.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/qwen2.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/qwen2.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/qwen2.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/qwen2moe.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/qwen2moe.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/qwen2moe.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/qwen2moe.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/qwen2vl.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/qwen2vl.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/qwen2vl.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/qwen2vl.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/qwen3.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/qwen3.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/qwen3.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/qwen3.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/qwen3vl.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/qwen3vl.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/qwen3vl.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/qwen3vl.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/qwen3vl-moe.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/qwen3vl-moe.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/qwen3vl-moe.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/qwen3vl-moe.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/qwen3moe.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/qwen3moe.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/qwen3moe.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/qwen3moe.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/qwen3next.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/qwen3next.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/qwen3next.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/qwen3next.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/refact.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/refact.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/refact.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/refact.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/rnd1.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/rnd1.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/rnd1.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/rnd1.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/rwkv6-base.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/rwkv6-base.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/rwkv6-base.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/rwkv6-base.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/rwkv6.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/rwkv6.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/rwkv6.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/rwkv6.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/rwkv6qwen2.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/rwkv6qwen2.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/rwkv6qwen2.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/rwkv6qwen2.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/rwkv7-base.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/rwkv7-base.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/rwkv7-base.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/rwkv7-base.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/rwkv7.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/rwkv7.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/rwkv7.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/rwkv7.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/seed-oss.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/seed-oss.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/seed-oss.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/seed-oss.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/smallthinker.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/smallthinker.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/smallthinker.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/smallthinker.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/smollm3.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/smollm3.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/smollm3.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/smollm3.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/stablelm.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/stablelm.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/stablelm.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/stablelm.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/starcoder.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/starcoder.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/starcoder.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/starcoder.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/starcoder2.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/starcoder2.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/starcoder2.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/starcoder2.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/t5-dec.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/t5-dec.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/t5-dec.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/t5-dec.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/t5-enc.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/t5-enc.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/t5-enc.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/t5-enc.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/wavtokenizer-dec.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/wavtokenizer-dec.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/wavtokenizer-dec.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/wavtokenizer-dec.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/xverse.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/xverse.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/xverse.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/xverse.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/mistral3.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/mistral3.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/mistral3.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/mistral3.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dllama_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/src/. -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o src/CMakeFiles/llama.dir/models/graph-context-mamba.cpp.o -c /data/data/com.termux/files/home/llama.cpp/src/models/graph-context-mamba.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/src/models/graph-context-mamba.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/src/CMakeFiles/llama.dir/models/graph-context-mamba.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o common/CMakeFiles/build_info.dir/build-info.cpp.o -c /data/data/com.termux/files/home/llama.cpp/build/common/build-info.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/build/common/build-info.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/common/CMakeFiles/build_info.dir/build-info.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DCPPHTTPLIB_OPENSSL_SUPPORT -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o common/CMakeFiles/common.dir/arg.cpp.o -c /data/data/com.termux/files/home/llama.cpp/common/arg.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/common/arg.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/common/CMakeFiles/common.dir/arg.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DCPPHTTPLIB_OPENSSL_SUPPORT -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o common/CMakeFiles/common.dir/chat-parser.cpp.o -c /data/data/com.termux/files/home/llama.cpp/common/chat-parser.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/common/chat-parser.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/common/CMakeFiles/common.dir/chat-parser.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DCPPHTTPLIB_OPENSSL_SUPPORT -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o common/CMakeFiles/common.dir/chat-parser-xml-toolcall.cpp.o -c /data/data/com.termux/files/home/llama.cpp/common/chat-parser-xml-toolcall.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/common/chat-parser-xml-toolcall.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/common/CMakeFiles/common.dir/chat-parser-xml-toolcall.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DCPPHTTPLIB_OPENSSL_SUPPORT -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o common/CMakeFiles/common.dir/chat-peg-parser.cpp.o -c /data/data/com.termux/files/home/llama.cpp/common/chat-peg-parser.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/common/chat-peg-parser.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/common/CMakeFiles/common.dir/chat-peg-parser.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DCPPHTTPLIB_OPENSSL_SUPPORT -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o common/CMakeFiles/common.dir/chat.cpp.o -c /data/data/com.termux/files/home/llama.cpp/common/chat.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/common/chat.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/common/CMakeFiles/common.dir/chat.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DCPPHTTPLIB_OPENSSL_SUPPORT -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o common/CMakeFiles/common.dir/common.cpp.o -c /data/data/com.termux/files/home/llama.cpp/common/common.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/common/common.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/common/CMakeFiles/common.dir/common.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DCPPHTTPLIB_OPENSSL_SUPPORT -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o common/CMakeFiles/common.dir/console.cpp.o -c /data/data/com.termux/files/home/llama.cpp/common/console.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/common/console.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/common/CMakeFiles/common.dir/console.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DCPPHTTPLIB_OPENSSL_SUPPORT -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o common/CMakeFiles/common.dir/debug.cpp.o -c /data/data/com.termux/files/home/llama.cpp/common/debug.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/common/debug.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/common/CMakeFiles/common.dir/debug.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DCPPHTTPLIB_OPENSSL_SUPPORT -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o common/CMakeFiles/common.dir/download.cpp.o -c /data/data/com.termux/files/home/llama.cpp/common/download.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/common/download.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/common/CMakeFiles/common.dir/download.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DCPPHTTPLIB_OPENSSL_SUPPORT -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o common/CMakeFiles/common.dir/json-partial.cpp.o -c /data/data/com.termux/files/home/llama.cpp/common/json-partial.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/common/json-partial.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/common/CMakeFiles/common.dir/json-partial.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DCPPHTTPLIB_OPENSSL_SUPPORT -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o common/CMakeFiles/common.dir/json-schema-to-grammar.cpp.o -c /data/data/com.termux/files/home/llama.cpp/common/json-schema-to-grammar.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/common/json-schema-to-grammar.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/common/CMakeFiles/common.dir/json-schema-to-grammar.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DCPPHTTPLIB_OPENSSL_SUPPORT -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o common/CMakeFiles/common.dir/llguidance.cpp.o -c /data/data/com.termux/files/home/llama.cpp/common/llguidance.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/common/llguidance.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/common/CMakeFiles/common.dir/llguidance.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DCPPHTTPLIB_OPENSSL_SUPPORT -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o common/CMakeFiles/common.dir/log.cpp.o -c /data/data/com.termux/files/home/llama.cpp/common/log.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/common/log.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/common/CMakeFiles/common.dir/log.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DCPPHTTPLIB_OPENSSL_SUPPORT -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o common/CMakeFiles/common.dir/ngram-cache.cpp.o -c /data/data/com.termux/files/home/llama.cpp/common/ngram-cache.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/common/ngram-cache.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/common/CMakeFiles/common.dir/ngram-cache.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DCPPHTTPLIB_OPENSSL_SUPPORT -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o common/CMakeFiles/common.dir/peg-parser.cpp.o -c /data/data/com.termux/files/home/llama.cpp/common/peg-parser.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/common/peg-parser.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/common/CMakeFiles/common.dir/peg-parser.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DCPPHTTPLIB_OPENSSL_SUPPORT -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o common/CMakeFiles/common.dir/preset.cpp.o -c /data/data/com.termux/files/home/llama.cpp/common/preset.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/common/preset.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/common/CMakeFiles/common.dir/preset.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DCPPHTTPLIB_OPENSSL_SUPPORT -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o common/CMakeFiles/common.dir/regex-partial.cpp.o -c /data/data/com.termux/files/home/llama.cpp/common/regex-partial.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/common/regex-partial.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/common/CMakeFiles/common.dir/regex-partial.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DCPPHTTPLIB_OPENSSL_SUPPORT -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o common/CMakeFiles/common.dir/sampling.cpp.o -c /data/data/com.termux/files/home/llama.cpp/common/sampling.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/common/sampling.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/common/CMakeFiles/common.dir/sampling.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DCPPHTTPLIB_OPENSSL_SUPPORT -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o common/CMakeFiles/common.dir/speculative.cpp.o -c /data/data/com.termux/files/home/llama.cpp/common/speculative.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/common/speculative.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/common/CMakeFiles/common.dir/speculative.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DCPPHTTPLIB_OPENSSL_SUPPORT -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o common/CMakeFiles/common.dir/unicode.cpp.o -c /data/data/com.termux/files/home/llama.cpp/common/unicode.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/common/unicode.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/common/CMakeFiles/common.dir/unicode.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DCPPHTTPLIB_OPENSSL_SUPPORT -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o common/CMakeFiles/common.dir/__/license.cpp.o -c /data/data/com.termux/files/home/llama.cpp/build/license.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/build/license.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/common/CMakeFiles/common.dir/__/license.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DCPPHTTPLIB_FORM_URL_ENCODED_PAYLOAD_MAX_LENGTH=1048576 -DCPPHTTPLIB_LISTEN_BACKLOG=512 -DCPPHTTPLIB_OPENSSL_SUPPORT -DCPPHTTPLIB_REQUEST_URI_MAX_LENGTH=32768 -DCPPHTTPLIB_TCP_NODELAY=1 -O2 -g -DNDEBUG -w -pthread -o vendor/cpp-httplib/CMakeFiles/cpp-httplib.dir/httplib.cpp.o -c /data/data/com.termux/files/home/llama.cpp/vendor/cpp-httplib/httplib.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/vendor/cpp-httplib/httplib.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/vendor/cpp-httplib/CMakeFiles/cpp-httplib.dir/httplib.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tests/CMakeFiles/test-tokenizer-0.dir/test-tokenizer-0.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tests/test-tokenizer-0.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tests/test-tokenizer-0.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tests/CMakeFiles/test-tokenizer-0.dir/test-tokenizer-0.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tests/CMakeFiles/test-sampling.dir/test-sampling.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tests/test-sampling.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tests/test-sampling.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tests/CMakeFiles/test-sampling.dir/test-sampling.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tests/CMakeFiles/test-sampling.dir/get-model.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tests/get-model.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tests/get-model.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tests/CMakeFiles/test-sampling.dir/get-model.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tests/CMakeFiles/test-grammar-parser.dir/test-grammar-parser.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tests/test-grammar-parser.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tests/test-grammar-parser.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tests/CMakeFiles/test-grammar-parser.dir/test-grammar-parser.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tests/CMakeFiles/test-grammar-parser.dir/get-model.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tests/get-model.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tests/get-model.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tests/CMakeFiles/test-grammar-parser.dir/get-model.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tests/CMakeFiles/test-grammar-integration.dir/test-grammar-integration.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tests/test-grammar-integration.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tests/test-grammar-integration.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tests/CMakeFiles/test-grammar-integration.dir/test-grammar-integration.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tests/CMakeFiles/test-grammar-integration.dir/get-model.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tests/get-model.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tests/get-model.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tests/CMakeFiles/test-grammar-integration.dir/get-model.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tests/CMakeFiles/test-llama-grammar.dir/test-llama-grammar.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tests/test-llama-grammar.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tests/test-llama-grammar.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tests/CMakeFiles/test-llama-grammar.dir/test-llama-grammar.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tests/CMakeFiles/test-llama-grammar.dir/get-model.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tests/get-model.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tests/get-model.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tests/CMakeFiles/test-llama-grammar.dir/get-model.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tests/CMakeFiles/test-chat.dir/test-chat.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tests/test-chat.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tests/test-chat.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tests/CMakeFiles/test-chat.dir/test-chat.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tests/CMakeFiles/test-chat.dir/get-model.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tests/get-model.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tests/get-model.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tests/CMakeFiles/test-chat.dir/get-model.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/tools/server -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tests/CMakeFiles/test-json-schema-to-grammar.dir/test-json-schema-to-grammar.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tests/test-json-schema-to-grammar.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tests/test-json-schema-to-grammar.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tests/CMakeFiles/test-json-schema-to-grammar.dir/test-json-schema-to-grammar.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/tools/server -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tests/CMakeFiles/test-json-schema-to-grammar.dir/get-model.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tests/get-model.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tests/get-model.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tests/CMakeFiles/test-json-schema-to-grammar.dir/get-model.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tests/CMakeFiles/test-quantize-stats.dir/test-quantize-stats.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tests/test-quantize-stats.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tests/test-quantize-stats.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tests/CMakeFiles/test-quantize-stats.dir/test-quantize-stats.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tests/CMakeFiles/test-gbnf-validator.dir/test-gbnf-validator.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tests/test-gbnf-validator.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tests/test-gbnf-validator.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tests/CMakeFiles/test-gbnf-validator.dir/test-gbnf-validator.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tests/CMakeFiles/test-tokenizer-1-bpe.dir/test-tokenizer-1-bpe.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tests/test-tokenizer-1-bpe.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tests/test-tokenizer-1-bpe.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tests/CMakeFiles/test-tokenizer-1-bpe.dir/test-tokenizer-1-bpe.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tests/CMakeFiles/test-tokenizer-1-spm.dir/test-tokenizer-1-spm.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tests/test-tokenizer-1-spm.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tests/test-tokenizer-1-spm.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tests/CMakeFiles/test-tokenizer-1-spm.dir/test-tokenizer-1-spm.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tests/CMakeFiles/test-chat-parser.dir/test-chat-parser.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tests/test-chat-parser.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tests/test-chat-parser.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tests/CMakeFiles/test-chat-parser.dir/test-chat-parser.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tests/CMakeFiles/test-chat-parser.dir/get-model.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tests/get-model.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tests/get-model.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tests/CMakeFiles/test-chat-parser.dir/get-model.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tests/CMakeFiles/test-chat-peg-parser.dir/test-chat-peg-parser.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tests/test-chat-peg-parser.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tests/test-chat-peg-parser.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tests/CMakeFiles/test-chat-peg-parser.dir/test-chat-peg-parser.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tests/CMakeFiles/test-chat-peg-parser.dir/peg-parser/simple-tokenize.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tests/peg-parser/simple-tokenize.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tests/peg-parser/simple-tokenize.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tests/CMakeFiles/test-chat-peg-parser.dir/peg-parser/simple-tokenize.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tests/CMakeFiles/test-chat-peg-parser.dir/get-model.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tests/get-model.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tests/get-model.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tests/CMakeFiles/test-chat-peg-parser.dir/get-model.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tests/CMakeFiles/test-chat-template.dir/test-chat-template.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tests/test-chat-template.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tests/test-chat-template.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tests/CMakeFiles/test-chat-template.dir/test-chat-template.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tests/CMakeFiles/test-chat-template.dir/get-model.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tests/get-model.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tests/get-model.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tests/CMakeFiles/test-chat-template.dir/get-model.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tests/CMakeFiles/test-json-partial.dir/test-json-partial.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tests/test-json-partial.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tests/test-json-partial.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tests/CMakeFiles/test-json-partial.dir/test-json-partial.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tests/CMakeFiles/test-json-partial.dir/get-model.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tests/get-model.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tests/get-model.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tests/CMakeFiles/test-json-partial.dir/get-model.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tests/CMakeFiles/test-log.dir/test-log.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tests/test-log.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tests/test-log.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tests/CMakeFiles/test-log.dir/test-log.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tests/CMakeFiles/test-log.dir/get-model.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tests/get-model.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tests/get-model.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tests/CMakeFiles/test-log.dir/get-model.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tests/CMakeFiles/test-peg-parser.dir/test-peg-parser.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tests/test-peg-parser.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tests/test-peg-parser.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tests/CMakeFiles/test-peg-parser.dir/test-peg-parser.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tests/CMakeFiles/test-peg-parser.dir/peg-parser/simple-tokenize.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tests/peg-parser/simple-tokenize.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tests/peg-parser/simple-tokenize.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tests/CMakeFiles/test-peg-parser.dir/peg-parser/simple-tokenize.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tests/CMakeFiles/test-peg-parser.dir/peg-parser/test-basic.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tests/peg-parser/test-basic.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tests/peg-parser/test-basic.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tests/CMakeFiles/test-peg-parser.dir/peg-parser/test-basic.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tests/CMakeFiles/test-peg-parser.dir/peg-parser/test-gbnf-generation.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tests/peg-parser/test-gbnf-generation.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tests/peg-parser/test-gbnf-generation.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tests/CMakeFiles/test-peg-parser.dir/peg-parser/test-gbnf-generation.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tests/CMakeFiles/test-peg-parser.dir/peg-parser/test-json-parser.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tests/peg-parser/test-json-parser.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tests/peg-parser/test-json-parser.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tests/CMakeFiles/test-peg-parser.dir/peg-parser/test-json-parser.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tests/CMakeFiles/test-peg-parser.dir/peg-parser/test-json-serialization.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tests/peg-parser/test-json-serialization.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tests/peg-parser/test-json-serialization.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tests/CMakeFiles/test-peg-parser.dir/peg-parser/test-json-serialization.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tests/CMakeFiles/test-peg-parser.dir/peg-parser/test-unicode.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tests/peg-parser/test-unicode.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tests/peg-parser/test-unicode.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tests/CMakeFiles/test-peg-parser.dir/peg-parser/test-unicode.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tests/CMakeFiles/test-peg-parser.dir/get-model.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tests/get-model.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tests/get-model.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tests/CMakeFiles/test-peg-parser.dir/get-model.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tests/CMakeFiles/test-regex-partial.dir/test-regex-partial.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tests/test-regex-partial.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tests/test-regex-partial.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tests/CMakeFiles/test-regex-partial.dir/test-regex-partial.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tests/CMakeFiles/test-regex-partial.dir/get-model.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tests/get-model.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tests/get-model.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tests/CMakeFiles/test-regex-partial.dir/get-model.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tests/CMakeFiles/test-thread-safety.dir/test-thread-safety.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tests/test-thread-safety.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tests/test-thread-safety.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tests/CMakeFiles/test-thread-safety.dir/test-thread-safety.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tests/CMakeFiles/test-thread-safety.dir/get-model.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tests/get-model.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tests/get-model.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tests/CMakeFiles/test-thread-safety.dir/get-model.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tests/CMakeFiles/test-arg-parser.dir/test-arg-parser.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tests/test-arg-parser.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tests/test-arg-parser.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tests/CMakeFiles/test-arg-parser.dir/test-arg-parser.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tests/CMakeFiles/test-arg-parser.dir/get-model.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tests/get-model.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tests/get-model.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tests/CMakeFiles/test-arg-parser.dir/get-model.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tests/CMakeFiles/test-opt.dir/test-opt.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tests/test-opt.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tests/test-opt.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tests/CMakeFiles/test-opt.dir/test-opt.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tests/CMakeFiles/test-opt.dir/get-model.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tests/get-model.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tests/get-model.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tests/CMakeFiles/test-opt.dir/get-model.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tests/CMakeFiles/test-gguf.dir/test-gguf.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tests/test-gguf.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tests/test-gguf.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tests/CMakeFiles/test-gguf.dir/test-gguf.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tests/CMakeFiles/test-gguf.dir/get-model.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tests/get-model.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tests/get-model.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tests/CMakeFiles/test-gguf.dir/get-model.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tests/CMakeFiles/test-backend-ops.dir/test-backend-ops.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tests/test-backend-ops.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tests/test-backend-ops.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tests/CMakeFiles/test-backend-ops.dir/test-backend-ops.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tests/CMakeFiles/test-backend-ops.dir/get-model.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tests/get-model.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tests/get-model.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tests/CMakeFiles/test-backend-ops.dir/get-model.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tests/CMakeFiles/test-model-load-cancel.dir/test-model-load-cancel.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tests/test-model-load-cancel.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tests/test-model-load-cancel.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tests/CMakeFiles/test-model-load-cancel.dir/test-model-load-cancel.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tests/CMakeFiles/test-model-load-cancel.dir/get-model.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tests/get-model.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tests/get-model.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tests/CMakeFiles/test-model-load-cancel.dir/get-model.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tests/CMakeFiles/test-autorelease.dir/test-autorelease.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tests/test-autorelease.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tests/test-autorelease.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tests/CMakeFiles/test-autorelease.dir/test-autorelease.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tests/CMakeFiles/test-autorelease.dir/get-model.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tests/get-model.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tests/get-model.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tests/CMakeFiles/test-autorelease.dir/get-model.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tests/CMakeFiles/test-backend-sampler.dir/test-backend-sampler.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tests/test-backend-sampler.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tests/test-backend-sampler.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tests/CMakeFiles/test-backend-sampler.dir/test-backend-sampler.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tests/CMakeFiles/test-backend-sampler.dir/get-model.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tests/get-model.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tests/get-model.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tests/CMakeFiles/test-backend-sampler.dir/get-model.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tests/CMakeFiles/test-state-restore-fragmented.dir/test-state-restore-fragmented.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tests/test-state-restore-fragmented.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tests/test-state-restore-fragmented.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tests/CMakeFiles/test-state-restore-fragmented.dir/test-state-restore-fragmented.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tests/CMakeFiles/test-state-restore-fragmented.dir/get-model.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tests/get-model.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tests/get-model.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tests/CMakeFiles/test-state-restore-fragmented.dir/get-model.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tests/CMakeFiles/test-barrier.dir/test-barrier.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tests/test-barrier.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tests/test-barrier.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tests/CMakeFiles/test-barrier.dir/test-barrier.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tests/CMakeFiles/test-barrier.dir/get-model.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tests/get-model.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tests/get-model.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tests/CMakeFiles/test-barrier.dir/get-model.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tests/CMakeFiles/test-quantize-fns.dir/test-quantize-fns.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tests/test-quantize-fns.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tests/test-quantize-fns.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tests/CMakeFiles/test-quantize-fns.dir/test-quantize-fns.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tests/CMakeFiles/test-quantize-fns.dir/get-model.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tests/get-model.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tests/get-model.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tests/CMakeFiles/test-quantize-fns.dir/get-model.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tests/CMakeFiles/test-quantize-perf.dir/test-quantize-perf.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tests/test-quantize-perf.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tests/test-quantize-perf.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tests/CMakeFiles/test-quantize-perf.dir/test-quantize-perf.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tests/CMakeFiles/test-quantize-perf.dir/get-model.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tests/get-model.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tests/get-model.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tests/CMakeFiles/test-quantize-perf.dir/get-model.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tests/CMakeFiles/test-rope.dir/test-rope.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tests/test-rope.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tests/test-rope.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tests/CMakeFiles/test-rope.dir/test-rope.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tests/CMakeFiles/test-rope.dir/get-model.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tests/get-model.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tests/get-model.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tests/CMakeFiles/test-rope.dir/get-model.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/cc -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -I/data/data/com.termux/files/home/llama.cpp/tools/mtmd/. -O2 -g -DNDEBUG -Wshadow -Wstrict-prototypes -Wpointer-arith -Wmissing-prototypes -Werror=implicit-int -Werror=implicit-function-declaration -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wdouble-promotion -pthread -o tests/CMakeFiles/test-mtmd-c-api.dir/test-mtmd-c-api.c.o -c /data/data/com.termux/files/home/llama.cpp/tests/test-mtmd-c-api.c", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tests/test-mtmd-c-api.c", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tests/CMakeFiles/test-mtmd-c-api.dir/test-mtmd-c-api.c.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -I/data/data/com.termux/files/home/llama.cpp/tools/mtmd/. -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tests/CMakeFiles/test-mtmd-c-api.dir/get-model.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tests/get-model.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tests/get-model.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tests/CMakeFiles/test-mtmd-c-api.dir/get-model.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/cc -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wshadow -Wstrict-prototypes -Wpointer-arith -Wmissing-prototypes -Werror=implicit-int -Werror=implicit-function-declaration -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wdouble-promotion -o tests/CMakeFiles/test-c.dir/test-c.c.o -c /data/data/com.termux/files/home/llama.cpp/tests/test-c.c", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tests/test-c.c", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tests/CMakeFiles/test-c.dir/test-c.c.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/ggml/src -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tests/CMakeFiles/test-alloc.dir/test-alloc.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tests/test-alloc.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tests/test-alloc.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tests/CMakeFiles/test-alloc.dir/test-alloc.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/ggml/src -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tests/CMakeFiles/test-alloc.dir/get-model.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tests/get-model.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tests/get-model.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tests/CMakeFiles/test-alloc.dir/get-model.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o examples/batched/CMakeFiles/llama-batched.dir/batched.cpp.o -c /data/data/com.termux/files/home/llama.cpp/examples/batched/batched.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/examples/batched/batched.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/examples/batched/CMakeFiles/llama-batched.dir/batched.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o examples/debug/CMakeFiles/llama-debug.dir/debug.cpp.o -c /data/data/com.termux/files/home/llama.cpp/examples/debug/debug.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/examples/debug/debug.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/examples/debug/CMakeFiles/llama-debug.dir/debug.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o examples/embedding/CMakeFiles/llama-embedding.dir/embedding.cpp.o -c /data/data/com.termux/files/home/llama.cpp/examples/embedding/embedding.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/examples/embedding/embedding.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/examples/embedding/CMakeFiles/llama-embedding.dir/embedding.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o examples/eval-callback/CMakeFiles/llama-eval-callback.dir/eval-callback.cpp.o -c /data/data/com.termux/files/home/llama.cpp/examples/eval-callback/eval-callback.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/examples/eval-callback/eval-callback.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/examples/eval-callback/CMakeFiles/llama-eval-callback.dir/eval-callback.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -I/data/data/com.termux/files/home/llama.cpp/examples/gguf-hash/deps -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o examples/gguf-hash/CMakeFiles/llama-gguf-hash.dir/gguf-hash.cpp.o -c /data/data/com.termux/files/home/llama.cpp/examples/gguf-hash/gguf-hash.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/examples/gguf-hash/gguf-hash.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/examples/gguf-hash/CMakeFiles/llama-gguf-hash.dir/gguf-hash.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/cc -I/data/data/com.termux/files/home/llama.cpp/examples/gguf-hash/deps -O2 -g -DNDEBUG -Wshadow -Wstrict-prototypes -Wpointer-arith -Wmissing-prototypes -Werror=implicit-int -Werror=implicit-function-declaration -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wdouble-promotion -o examples/gguf-hash/CMakeFiles/xxhash.dir/deps/xxhash/xxhash.c.o -c /data/data/com.termux/files/home/llama.cpp/examples/gguf-hash/deps/xxhash/xxhash.c", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/examples/gguf-hash/deps/xxhash/xxhash.c", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/examples/gguf-hash/CMakeFiles/xxhash.dir/deps/xxhash/xxhash.c.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/cc -I/data/data/com.termux/files/home/llama.cpp/examples/gguf-hash/deps -O2 -g -DNDEBUG -Wshadow -Wstrict-prototypes -Wpointer-arith -Wmissing-prototypes -Werror=implicit-int -Werror=implicit-function-declaration -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wdouble-promotion -w -o examples/gguf-hash/CMakeFiles/sha1.dir/deps/sha1/sha1.c.o -c /data/data/com.termux/files/home/llama.cpp/examples/gguf-hash/deps/sha1/sha1.c", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/examples/gguf-hash/deps/sha1/sha1.c", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/examples/gguf-hash/CMakeFiles/sha1.dir/deps/sha1/sha1.c.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/cc -I/data/data/com.termux/files/home/llama.cpp/examples/gguf-hash/deps -O2 -g -DNDEBUG -Wshadow -Wstrict-prototypes -Wpointer-arith -Wmissing-prototypes -Werror=implicit-int -Werror=implicit-function-declaration -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wdouble-promotion -o examples/gguf-hash/CMakeFiles/sha256.dir/deps/sha256/sha256.c.o -c /data/data/com.termux/files/home/llama.cpp/examples/gguf-hash/deps/sha256/sha256.c", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/examples/gguf-hash/deps/sha256/sha256.c", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/examples/gguf-hash/CMakeFiles/sha256.dir/deps/sha256/sha256.c.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o examples/gguf/CMakeFiles/llama-gguf.dir/gguf.cpp.o -c /data/data/com.termux/files/home/llama.cpp/examples/gguf/gguf.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/examples/gguf/gguf.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/examples/gguf/CMakeFiles/llama-gguf.dir/gguf.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o examples/idle/CMakeFiles/llama-idle.dir/idle.cpp.o -c /data/data/com.termux/files/home/llama.cpp/examples/idle/idle.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/examples/idle/idle.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/examples/idle/CMakeFiles/llama-idle.dir/idle.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o examples/lookahead/CMakeFiles/llama-lookahead.dir/lookahead.cpp.o -c /data/data/com.termux/files/home/llama.cpp/examples/lookahead/lookahead.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/examples/lookahead/lookahead.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/examples/lookahead/CMakeFiles/llama-lookahead.dir/lookahead.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o examples/lookup/CMakeFiles/llama-lookup.dir/lookup.cpp.o -c /data/data/com.termux/files/home/llama.cpp/examples/lookup/lookup.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/examples/lookup/lookup.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/examples/lookup/CMakeFiles/llama-lookup.dir/lookup.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o examples/lookup/CMakeFiles/llama-lookup-create.dir/lookup-create.cpp.o -c /data/data/com.termux/files/home/llama.cpp/examples/lookup/lookup-create.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/examples/lookup/lookup-create.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/examples/lookup/CMakeFiles/llama-lookup-create.dir/lookup-create.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o examples/lookup/CMakeFiles/llama-lookup-merge.dir/lookup-merge.cpp.o -c /data/data/com.termux/files/home/llama.cpp/examples/lookup/lookup-merge.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/examples/lookup/lookup-merge.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/examples/lookup/CMakeFiles/llama-lookup-merge.dir/lookup-merge.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o examples/lookup/CMakeFiles/llama-lookup-stats.dir/lookup-stats.cpp.o -c /data/data/com.termux/files/home/llama.cpp/examples/lookup/lookup-stats.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/examples/lookup/lookup-stats.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/examples/lookup/CMakeFiles/llama-lookup-stats.dir/lookup-stats.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o examples/parallel/CMakeFiles/llama-parallel.dir/parallel.cpp.o -c /data/data/com.termux/files/home/llama.cpp/examples/parallel/parallel.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/examples/parallel/parallel.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/examples/parallel/CMakeFiles/llama-parallel.dir/parallel.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o examples/passkey/CMakeFiles/llama-passkey.dir/passkey.cpp.o -c /data/data/com.termux/files/home/llama.cpp/examples/passkey/passkey.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/examples/passkey/passkey.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/examples/passkey/CMakeFiles/llama-passkey.dir/passkey.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o examples/retrieval/CMakeFiles/llama-retrieval.dir/retrieval.cpp.o -c /data/data/com.termux/files/home/llama.cpp/examples/retrieval/retrieval.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/examples/retrieval/retrieval.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/examples/retrieval/CMakeFiles/llama-retrieval.dir/retrieval.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o examples/save-load-state/CMakeFiles/llama-save-load-state.dir/save-load-state.cpp.o -c /data/data/com.termux/files/home/llama.cpp/examples/save-load-state/save-load-state.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/examples/save-load-state/save-load-state.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/examples/save-load-state/CMakeFiles/llama-save-load-state.dir/save-load-state.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o examples/simple/CMakeFiles/llama-simple.dir/simple.cpp.o -c /data/data/com.termux/files/home/llama.cpp/examples/simple/simple.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/examples/simple/simple.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/examples/simple/CMakeFiles/llama-simple.dir/simple.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o examples/simple-chat/CMakeFiles/llama-simple-chat.dir/simple-chat.cpp.o -c /data/data/com.termux/files/home/llama.cpp/examples/simple-chat/simple-chat.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/examples/simple-chat/simple-chat.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/examples/simple-chat/CMakeFiles/llama-simple-chat.dir/simple-chat.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o examples/speculative/CMakeFiles/llama-speculative.dir/speculative.cpp.o -c /data/data/com.termux/files/home/llama.cpp/examples/speculative/speculative.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/examples/speculative/speculative.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/examples/speculative/CMakeFiles/llama-speculative.dir/speculative.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o examples/speculative-simple/CMakeFiles/llama-speculative-simple.dir/speculative-simple.cpp.o -c /data/data/com.termux/files/home/llama.cpp/examples/speculative-simple/speculative-simple.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/examples/speculative-simple/speculative-simple.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/examples/speculative-simple/CMakeFiles/llama-speculative-simple.dir/speculative-simple.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o examples/gen-docs/CMakeFiles/llama-gen-docs.dir/gen-docs.cpp.o -c /data/data/com.termux/files/home/llama.cpp/examples/gen-docs/gen-docs.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/examples/gen-docs/gen-docs.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/examples/gen-docs/CMakeFiles/llama-gen-docs.dir/gen-docs.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o examples/training/CMakeFiles/llama-finetune.dir/finetune.cpp.o -c /data/data/com.termux/files/home/llama.cpp/examples/training/finetune.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/examples/training/finetune.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/examples/training/CMakeFiles/llama-finetune.dir/finetune.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o examples/diffusion/CMakeFiles/llama-diffusion-cli.dir/diffusion-cli.cpp.o -c /data/data/com.termux/files/home/llama.cpp/examples/diffusion/diffusion-cli.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/examples/diffusion/diffusion-cli.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/examples/diffusion/CMakeFiles/llama-diffusion-cli.dir/diffusion-cli.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o examples/convert-llama2c-to-ggml/CMakeFiles/llama-convert-llama2c-to-ggml.dir/convert-llama2c-to-ggml.cpp.o -c /data/data/com.termux/files/home/llama.cpp/examples/convert-llama2c-to-ggml/convert-llama2c-to-ggml.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/examples/convert-llama2c-to-ggml/convert-llama2c-to-ggml.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/examples/convert-llama2c-to-ggml/CMakeFiles/llama-convert-llama2c-to-ggml.dir/convert-llama2c-to-ggml.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/pocs -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -pthread -o pocs/vdot/CMakeFiles/llama-vdot.dir/vdot.cpp.o -c /data/data/com.termux/files/home/llama.cpp/pocs/vdot/vdot.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/pocs/vdot/vdot.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/pocs/vdot/CMakeFiles/llama-vdot.dir/vdot.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/pocs -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -pthread -o pocs/vdot/CMakeFiles/llama-q8dot.dir/q8dot.cpp.o -c /data/data/com.termux/files/home/llama.cpp/pocs/vdot/q8dot.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/pocs/vdot/q8dot.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/pocs/vdot/CMakeFiles/llama-q8dot.dir/q8dot.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tools/batched-bench/CMakeFiles/llama-batched-bench.dir/batched-bench.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tools/batched-bench/batched-bench.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tools/batched-bench/batched-bench.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tools/batched-bench/CMakeFiles/llama-batched-bench.dir/batched-bench.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tools/gguf-split/CMakeFiles/llama-gguf-split.dir/gguf-split.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tools/gguf-split/gguf-split.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tools/gguf-split/gguf-split.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tools/gguf-split/CMakeFiles/llama-gguf-split.dir/gguf-split.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tools/imatrix/CMakeFiles/llama-imatrix.dir/imatrix.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tools/imatrix/imatrix.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tools/imatrix/imatrix.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tools/imatrix/CMakeFiles/llama-imatrix.dir/imatrix.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tools/llama-bench/CMakeFiles/llama-bench.dir/llama-bench.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tools/llama-bench/llama-bench.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tools/llama-bench/llama-bench.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tools/llama-bench/CMakeFiles/llama-bench.dir/llama-bench.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tools/completion/CMakeFiles/llama-completion.dir/completion.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tools/completion/completion.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tools/completion/completion.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tools/completion/CMakeFiles/llama-completion.dir/completion.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tools/perplexity/CMakeFiles/llama-perplexity.dir/perplexity.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tools/perplexity/perplexity.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tools/perplexity/perplexity.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tools/perplexity/CMakeFiles/llama-perplexity.dir/perplexity.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/tools/quantize/../../common -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tools/quantize/CMakeFiles/llama-quantize.dir/quantize.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tools/quantize/quantize.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tools/quantize/quantize.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tools/quantize/CMakeFiles/llama-quantize.dir/quantize.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/tools/cli/../server -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -I/data/data/com.termux/files/home/llama.cpp/tools/mtmd/. -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tools/cli/CMakeFiles/llama-cli.dir/cli.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tools/cli/cli.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tools/cli/cli.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tools/cli/CMakeFiles/llama-cli.dir/cli.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/tools/server -I/data/data/com.termux/files/home/llama.cpp/build/tools/server -I/data/data/com.termux/files/home/llama.cpp/tools/server/../mtmd -I/data/data/com.termux/files/home/llama.cpp -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -I/data/data/com.termux/files/home/llama.cpp/tools/mtmd/. -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tools/server/CMakeFiles/server-context.dir/server-task.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tools/server/server-task.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tools/server/server-task.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tools/server/CMakeFiles/server-context.dir/server-task.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/tools/server -I/data/data/com.termux/files/home/llama.cpp/build/tools/server -I/data/data/com.termux/files/home/llama.cpp/tools/server/../mtmd -I/data/data/com.termux/files/home/llama.cpp -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -I/data/data/com.termux/files/home/llama.cpp/tools/mtmd/. -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tools/server/CMakeFiles/server-context.dir/server-queue.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tools/server/server-queue.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tools/server/server-queue.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tools/server/CMakeFiles/server-context.dir/server-queue.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/tools/server -I/data/data/com.termux/files/home/llama.cpp/build/tools/server -I/data/data/com.termux/files/home/llama.cpp/tools/server/../mtmd -I/data/data/com.termux/files/home/llama.cpp -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -I/data/data/com.termux/files/home/llama.cpp/tools/mtmd/. -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tools/server/CMakeFiles/server-context.dir/server-common.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tools/server/server-common.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tools/server/server-common.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tools/server/CMakeFiles/server-context.dir/server-common.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/tools/server -I/data/data/com.termux/files/home/llama.cpp/build/tools/server -I/data/data/com.termux/files/home/llama.cpp/tools/server/../mtmd -I/data/data/com.termux/files/home/llama.cpp -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -I/data/data/com.termux/files/home/llama.cpp/tools/mtmd/. -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tools/server/CMakeFiles/server-context.dir/server-context.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tools/server/server-context.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tools/server/server-context.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tools/server/CMakeFiles/server-context.dir/server-context.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DCPPHTTPLIB_OPENSSL_SUPPORT -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/tools/server -I/data/data/com.termux/files/home/llama.cpp/build/tools/server -I/data/data/com.termux/files/home/llama.cpp/tools/server/../mtmd -I/data/data/com.termux/files/home/llama.cpp -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -I/data/data/com.termux/files/home/llama.cpp/tools/mtmd/. -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tools/server/CMakeFiles/llama-server.dir/server.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tools/server/server.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tools/server/server.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tools/server/CMakeFiles/llama-server.dir/server.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DCPPHTTPLIB_OPENSSL_SUPPORT -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/tools/server -I/data/data/com.termux/files/home/llama.cpp/build/tools/server -I/data/data/com.termux/files/home/llama.cpp/tools/server/../mtmd -I/data/data/com.termux/files/home/llama.cpp -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -I/data/data/com.termux/files/home/llama.cpp/tools/mtmd/. -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tools/server/CMakeFiles/llama-server.dir/server-http.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tools/server/server-http.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tools/server/server-http.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tools/server/CMakeFiles/llama-server.dir/server-http.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DCPPHTTPLIB_OPENSSL_SUPPORT -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/tools/server -I/data/data/com.termux/files/home/llama.cpp/build/tools/server -I/data/data/com.termux/files/home/llama.cpp/tools/server/../mtmd -I/data/data/com.termux/files/home/llama.cpp -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -I/data/data/com.termux/files/home/llama.cpp/tools/mtmd/. -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tools/server/CMakeFiles/llama-server.dir/server-models.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tools/server/server-models.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tools/server/server-models.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tools/server/CMakeFiles/llama-server.dir/server-models.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tools/tokenize/CMakeFiles/llama-tokenize.dir/tokenize.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tools/tokenize/tokenize.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tools/tokenize/tokenize.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tools/tokenize/CMakeFiles/llama-tokenize.dir/tokenize.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tools/tts/CMakeFiles/llama-tts.dir/tts.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tools/tts/tts.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tools/tts/tts.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tools/tts/CMakeFiles/llama-tts.dir/tts.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dmtmd_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/tools/mtmd/. -I/data/data/com.termux/files/home/llama.cpp/tools/mtmd/../.. -I/data/data/com.termux/files/home/llama.cpp/tools/mtmd/../../vendor -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -I/data/data/com.termux/files/home/llama.cpp/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -Wno-cast-qual -pthread -o tools/mtmd/CMakeFiles/mtmd.dir/mtmd.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tools/mtmd/mtmd.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tools/mtmd/mtmd.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tools/mtmd/CMakeFiles/mtmd.dir/mtmd.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dmtmd_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/tools/mtmd/. -I/data/data/com.termux/files/home/llama.cpp/tools/mtmd/../.. -I/data/data/com.termux/files/home/llama.cpp/tools/mtmd/../../vendor -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -I/data/data/com.termux/files/home/llama.cpp/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -Wno-cast-qual -pthread -o tools/mtmd/CMakeFiles/mtmd.dir/mtmd-audio.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tools/mtmd/mtmd-audio.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tools/mtmd/mtmd-audio.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tools/mtmd/CMakeFiles/mtmd.dir/mtmd-audio.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dmtmd_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/tools/mtmd/. -I/data/data/com.termux/files/home/llama.cpp/tools/mtmd/../.. -I/data/data/com.termux/files/home/llama.cpp/tools/mtmd/../../vendor -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -I/data/data/com.termux/files/home/llama.cpp/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -Wno-cast-qual -pthread -o tools/mtmd/CMakeFiles/mtmd.dir/mtmd-helper.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tools/mtmd/mtmd-helper.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tools/mtmd/mtmd-helper.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tools/mtmd/CMakeFiles/mtmd.dir/mtmd-helper.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dmtmd_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/tools/mtmd/. -I/data/data/com.termux/files/home/llama.cpp/tools/mtmd/../.. -I/data/data/com.termux/files/home/llama.cpp/tools/mtmd/../../vendor -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -I/data/data/com.termux/files/home/llama.cpp/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -Wno-cast-qual -pthread -o tools/mtmd/CMakeFiles/mtmd.dir/clip.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tools/mtmd/clip.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tools/mtmd/clip.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tools/mtmd/CMakeFiles/mtmd.dir/clip.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dmtmd_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/tools/mtmd/. -I/data/data/com.termux/files/home/llama.cpp/tools/mtmd/../.. -I/data/data/com.termux/files/home/llama.cpp/tools/mtmd/../../vendor -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -I/data/data/com.termux/files/home/llama.cpp/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -Wno-cast-qual -pthread -o tools/mtmd/CMakeFiles/mtmd.dir/models/cogvlm.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tools/mtmd/models/cogvlm.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tools/mtmd/models/cogvlm.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tools/mtmd/CMakeFiles/mtmd.dir/models/cogvlm.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dmtmd_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/tools/mtmd/. -I/data/data/com.termux/files/home/llama.cpp/tools/mtmd/../.. -I/data/data/com.termux/files/home/llama.cpp/tools/mtmd/../../vendor -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -I/data/data/com.termux/files/home/llama.cpp/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -Wno-cast-qual -pthread -o tools/mtmd/CMakeFiles/mtmd.dir/models/conformer.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tools/mtmd/models/conformer.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tools/mtmd/models/conformer.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tools/mtmd/CMakeFiles/mtmd.dir/models/conformer.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dmtmd_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/tools/mtmd/. -I/data/data/com.termux/files/home/llama.cpp/tools/mtmd/../.. -I/data/data/com.termux/files/home/llama.cpp/tools/mtmd/../../vendor -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -I/data/data/com.termux/files/home/llama.cpp/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -Wno-cast-qual -pthread -o tools/mtmd/CMakeFiles/mtmd.dir/models/glm4v.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tools/mtmd/models/glm4v.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tools/mtmd/models/glm4v.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tools/mtmd/CMakeFiles/mtmd.dir/models/glm4v.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dmtmd_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/tools/mtmd/. -I/data/data/com.termux/files/home/llama.cpp/tools/mtmd/../.. -I/data/data/com.termux/files/home/llama.cpp/tools/mtmd/../../vendor -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -I/data/data/com.termux/files/home/llama.cpp/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -Wno-cast-qual -pthread -o tools/mtmd/CMakeFiles/mtmd.dir/models/internvl.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tools/mtmd/models/internvl.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tools/mtmd/models/internvl.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tools/mtmd/CMakeFiles/mtmd.dir/models/internvl.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dmtmd_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/tools/mtmd/. -I/data/data/com.termux/files/home/llama.cpp/tools/mtmd/../.. -I/data/data/com.termux/files/home/llama.cpp/tools/mtmd/../../vendor -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -I/data/data/com.termux/files/home/llama.cpp/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -Wno-cast-qual -pthread -o tools/mtmd/CMakeFiles/mtmd.dir/models/kimivl.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tools/mtmd/models/kimivl.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tools/mtmd/models/kimivl.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tools/mtmd/CMakeFiles/mtmd.dir/models/kimivl.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dmtmd_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/tools/mtmd/. -I/data/data/com.termux/files/home/llama.cpp/tools/mtmd/../.. -I/data/data/com.termux/files/home/llama.cpp/tools/mtmd/../../vendor -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -I/data/data/com.termux/files/home/llama.cpp/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -Wno-cast-qual -pthread -o tools/mtmd/CMakeFiles/mtmd.dir/models/llama4.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tools/mtmd/models/llama4.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tools/mtmd/models/llama4.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tools/mtmd/CMakeFiles/mtmd.dir/models/llama4.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dmtmd_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/tools/mtmd/. -I/data/data/com.termux/files/home/llama.cpp/tools/mtmd/../.. -I/data/data/com.termux/files/home/llama.cpp/tools/mtmd/../../vendor -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -I/data/data/com.termux/files/home/llama.cpp/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -Wno-cast-qual -pthread -o tools/mtmd/CMakeFiles/mtmd.dir/models/llava.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tools/mtmd/models/llava.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tools/mtmd/models/llava.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tools/mtmd/CMakeFiles/mtmd.dir/models/llava.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dmtmd_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/tools/mtmd/. -I/data/data/com.termux/files/home/llama.cpp/tools/mtmd/../.. -I/data/data/com.termux/files/home/llama.cpp/tools/mtmd/../../vendor -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -I/data/data/com.termux/files/home/llama.cpp/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -Wno-cast-qual -pthread -o tools/mtmd/CMakeFiles/mtmd.dir/models/minicpmv.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tools/mtmd/models/minicpmv.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tools/mtmd/models/minicpmv.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tools/mtmd/CMakeFiles/mtmd.dir/models/minicpmv.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dmtmd_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/tools/mtmd/. -I/data/data/com.termux/files/home/llama.cpp/tools/mtmd/../.. -I/data/data/com.termux/files/home/llama.cpp/tools/mtmd/../../vendor -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -I/data/data/com.termux/files/home/llama.cpp/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -Wno-cast-qual -pthread -o tools/mtmd/CMakeFiles/mtmd.dir/models/pixtral.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tools/mtmd/models/pixtral.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tools/mtmd/models/pixtral.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tools/mtmd/CMakeFiles/mtmd.dir/models/pixtral.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dmtmd_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/tools/mtmd/. -I/data/data/com.termux/files/home/llama.cpp/tools/mtmd/../.. -I/data/data/com.termux/files/home/llama.cpp/tools/mtmd/../../vendor -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -I/data/data/com.termux/files/home/llama.cpp/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -Wno-cast-qual -pthread -o tools/mtmd/CMakeFiles/mtmd.dir/models/qwen2vl.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tools/mtmd/models/qwen2vl.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tools/mtmd/models/qwen2vl.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tools/mtmd/CMakeFiles/mtmd.dir/models/qwen2vl.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dmtmd_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/tools/mtmd/. -I/data/data/com.termux/files/home/llama.cpp/tools/mtmd/../.. -I/data/data/com.termux/files/home/llama.cpp/tools/mtmd/../../vendor -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -I/data/data/com.termux/files/home/llama.cpp/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -Wno-cast-qual -pthread -o tools/mtmd/CMakeFiles/mtmd.dir/models/qwen3vl.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tools/mtmd/models/qwen3vl.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tools/mtmd/models/qwen3vl.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tools/mtmd/CMakeFiles/mtmd.dir/models/qwen3vl.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dmtmd_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/tools/mtmd/. -I/data/data/com.termux/files/home/llama.cpp/tools/mtmd/../.. -I/data/data/com.termux/files/home/llama.cpp/tools/mtmd/../../vendor -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -I/data/data/com.termux/files/home/llama.cpp/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -Wno-cast-qual -pthread -o tools/mtmd/CMakeFiles/mtmd.dir/models/siglip.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tools/mtmd/models/siglip.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tools/mtmd/models/siglip.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tools/mtmd/CMakeFiles/mtmd.dir/models/siglip.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dmtmd_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/tools/mtmd/. -I/data/data/com.termux/files/home/llama.cpp/tools/mtmd/../.. -I/data/data/com.termux/files/home/llama.cpp/tools/mtmd/../../vendor -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -I/data/data/com.termux/files/home/llama.cpp/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -Wno-cast-qual -pthread -o tools/mtmd/CMakeFiles/mtmd.dir/models/whisper-enc.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tools/mtmd/models/whisper-enc.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tools/mtmd/models/whisper-enc.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tools/mtmd/CMakeFiles/mtmd.dir/models/whisper-enc.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dmtmd_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/tools/mtmd/. -I/data/data/com.termux/files/home/llama.cpp/tools/mtmd/../.. -I/data/data/com.termux/files/home/llama.cpp/tools/mtmd/../../vendor -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -I/data/data/com.termux/files/home/llama.cpp/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -Wno-cast-qual -pthread -o tools/mtmd/CMakeFiles/mtmd.dir/models/mobilenetv5.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tools/mtmd/models/mobilenetv5.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tools/mtmd/models/mobilenetv5.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tools/mtmd/CMakeFiles/mtmd.dir/models/mobilenetv5.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_BUILD -DLLAMA_SHARED -Dmtmd_EXPORTS -I/data/data/com.termux/files/home/llama.cpp/tools/mtmd/. -I/data/data/com.termux/files/home/llama.cpp/tools/mtmd/../.. -I/data/data/com.termux/files/home/llama.cpp/tools/mtmd/../../vendor -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -I/data/data/com.termux/files/home/llama.cpp/src/../include -O2 -g -DNDEBUG -fPIC -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -Wno-cast-qual -pthread -o tools/mtmd/CMakeFiles/mtmd.dir/models/youtuvl.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tools/mtmd/models/youtuvl.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tools/mtmd/models/youtuvl.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tools/mtmd/CMakeFiles/mtmd.dir/models/youtuvl.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o tools/mtmd/CMakeFiles/llama-llava-cli.dir/deprecation-warning.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tools/mtmd/deprecation-warning.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tools/mtmd/deprecation-warning.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tools/mtmd/CMakeFiles/llama-llava-cli.dir/deprecation-warning.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o tools/mtmd/CMakeFiles/llama-gemma3-cli.dir/deprecation-warning.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tools/mtmd/deprecation-warning.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tools/mtmd/deprecation-warning.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tools/mtmd/CMakeFiles/llama-gemma3-cli.dir/deprecation-warning.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o tools/mtmd/CMakeFiles/llama-minicpmv-cli.dir/deprecation-warning.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tools/mtmd/deprecation-warning.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tools/mtmd/deprecation-warning.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tools/mtmd/CMakeFiles/llama-minicpmv-cli.dir/deprecation-warning.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -o tools/mtmd/CMakeFiles/llama-qwen2vl-cli.dir/deprecation-warning.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tools/mtmd/deprecation-warning.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tools/mtmd/deprecation-warning.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tools/mtmd/CMakeFiles/llama-qwen2vl-cli.dir/deprecation-warning.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -I/data/data/com.termux/files/home/llama.cpp/tools/mtmd/. -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tools/mtmd/CMakeFiles/llama-mtmd-cli.dir/mtmd-cli.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tools/mtmd/mtmd-cli.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tools/mtmd/mtmd-cli.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tools/mtmd/CMakeFiles/llama-mtmd-cli.dir/mtmd-cli.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tools/cvector-generator/CMakeFiles/llama-cvector-generator.dir/cvector-generator.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tools/cvector-generator/cvector-generator.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tools/cvector-generator/cvector-generator.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tools/cvector-generator/CMakeFiles/llama-cvector-generator.dir/cvector-generator.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tools/export-lora/CMakeFiles/llama-export-lora.dir/export-lora.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tools/export-lora/export-lora.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tools/export-lora/export-lora.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tools/export-lora/CMakeFiles/llama-export-lora.dir/export-lora.cpp.o" | |
| }, | |
| { | |
| "directory": "/data/data/com.termux/files/home/llama.cpp/build", | |
| "command": "/data/data/com.termux/files/usr/bin/c++ -DGGML_BACKEND_SHARED -DGGML_SHARED -DGGML_USE_CPU -DLLAMA_SHARED -DLLAMA_USE_HTTPLIB -I/data/data/com.termux/files/home/llama.cpp/common/. -I/data/data/com.termux/files/home/llama.cpp/common/../vendor -I/data/data/com.termux/files/home/llama.cpp/src/../include -I/data/data/com.termux/files/home/llama.cpp/ggml/src/../include -O2 -g -DNDEBUG -Wmissing-declarations -Wmissing-noreturn -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wunreachable-code-break -Wunreachable-code-return -Wmissing-prototypes -Wextra-semi -pthread -o tools/fit-params/CMakeFiles/llama-fit-params.dir/fit-params.cpp.o -c /data/data/com.termux/files/home/llama.cpp/tools/fit-params/fit-params.cpp", | |
| "file": "/data/data/com.termux/files/home/llama.cpp/tools/fit-params/fit-params.cpp", | |
| "output": "/data/data/com.termux/files/home/llama.cpp/build/tools/fit-params/CMakeFiles/llama-fit-params.dir/fit-params.cpp.o" | |
| } | |
| ] | |