Skip to content

llama.cpp 8570#274782

Open
BrewTestBot wants to merge 1 commit intomainfrom
bump-llama.cpp-8570
Open

llama.cpp 8570#274782
BrewTestBot wants to merge 1 commit intomainfrom
bump-llama.cpp-8570

Conversation

@BrewTestBot
Copy link
Copy Markdown
Contributor

Created by brew bump


Created with brew bump-formula-pr.

@github-actions github-actions bot added the bump-formula-pr PR was created using `brew bump-formula-pr` label Mar 28, 2026
@daeho-ro daeho-ro mentioned this pull request Mar 28, 2026
@daeho-ro
Copy link
Copy Markdown
Member

  /var/tmp/llama.cpp-20260328-7471-5mz6me/src/llama-model-saver.cpp: In member function ‘void llama_model_saver::save(FILE*)’:
  /var/tmp/llama.cpp-20260328-7471-5mz6me/src/llama-model-saver.cpp:413:5: error: ‘gguf_write_to_file_ptr’ was not declared in this scope; did you mean ‘gguf_write_to_file’?
    413 |     gguf_write_to_file_ptr(gguf_ctx, file, false);
        |     ^~~~~~~~~~~~~~~~~~~~~~
        |     gguf_write_to_file
  make[2]: *** [src/CMakeFiles/llama.dir/build.make:362: src/CMakeFiles/llama.dir/llama-model-saver.cpp.o] Error 1
  make[2]: *** Waiting for unfinished jobs....
  /var/tmp/llama.cpp-20260328-7471-5mz6me/src/llama-model-loader.cpp: In constructor ‘llama_model_loader::llama_model_loader(gguf_context*, llama_model_set_tensor_data_t, void*, const std::string&, std::vector<std::__cxx11::basic_string<char> >&, FILE*, bool, bool, bool, bool, const llama_model_kv_override*, const llama_model_tensor_buft_override*)’:
  /var/tmp/llama.cpp-20260328-7471-5mz6me/src/llama-model-loader.cpp:669:28: error: ‘gguf_init_from_file_ptr’ was not declared in this scope; did you mean ‘gguf_init_from_file’?
    669 |         metadata_ptr.reset(gguf_init_from_file_ptr(file, params));
        |                            ^~~~~~~~~~~~~~~~~~~~~~~
        |                            gguf_init_from_file
  make[2]: *** [src/CMakeFiles/llama.dir/build.make:348: src/CMakeFiles/llama.dir/llama-model-loader.cpp.o] Error 1
  make[2]: Leaving directory '/var/tmp/llama.cpp-20260328-7471-5mz6me/build'
  make[1]: *** [CMakeFiles/Makefile2:1066: src/CMakeFiles/llama.dir/all] Error 2
  make[1]: *** Waiting for unfinished jobs....

@daeho-ro
Copy link
Copy Markdown
Member

ggml sync required with new version

@daeho-ro daeho-ro added the build failure CI fails while building the software label Mar 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build failure CI fails while building the software bump-formula-pr PR was created using `brew bump-formula-pr`

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants