Build Information
Successful build of llama, reference master (401558
), with Swift 5.9 for Linux on 4 Nov 2024 19:02:10 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ggerganov/llama.cpp.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/ggerganov/llama.cpp
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 401558b ggml : fix q4xx mat mul, increase ggml_aligned_malloc alignment (#10167)
Submodule path 'ggml/src/kompute': checked out '4565194ed7c32d1d2efa32ceab4d3c6cae006306'
Submodule 'kompute' (https://github.com/nomic-ai/kompute.git) registered for path 'ggml/src/kompute'
Cloning into '/host/spi-builder-workspace/ggml/src/kompute'...
Cloned https://github.com/ggerganov/llama.cpp.git
Revision (git rev-parse @):
401558b7ba7a08175c153cd3607230f63c8a528e
SUCCESS checkout https://github.com/ggerganov/llama.cpp.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 5.9
Building package at path: $PWD
https://github.com/ggerganov/llama.cpp.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:a06db64ee3297a5f3491915d7662e6a86c0024d45425be3d593d7649696fef17
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Building for debugging...
[0/12] Compiling ggml-backend.cpp
[1/12] Compiling unicode-data.cpp
[2/12] Compiling llama-grammar.cpp
[3/12] Compiling ggml.c
[4/12] Compiling ggml-alloc.c
[5/12] Compiling llama-vocab.cpp
[6/12] Compiling llama-sampling.cpp
[7/12] Compiling ggml-aarch64.c
[8/12] Compiling ggml-quants.c
[9/12] Compiling unicode.cpp
[10/12] Compiling ggml-cpu.c
[11/12] Compiling llama.cpp
Build complete! (43.07s)
Build complete.
Done.