Skip to content

llama : update llama_model API names #11063

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 2 commits into from
Jan 6, 2025
Merged

llama : update llama_model API names #11063

merged 2 commits into from
Jan 6, 2025

Conversation

ggerganov
Copy link
Member

Change llama_model API to follow the max-prefix naming convention:

  • llama_load_model_from_file -> llama_model_load_from_file
  • llama_free_model -> llama_model_free

@ggerganov ggerganov changed the title Gg/llama refactor 4 llama : update llama_model API names Jan 3, 2025
@github-actions github-actions bot added testing Everything test related examples labels Jan 3, 2025
@ggerganov ggerganov merged commit 47182dd into master Jan 6, 2025
52 of 53 checks passed
@ggerganov ggerganov deleted the gg/llama-refactor-4 branch January 6, 2025 08:56
tobiasvonderheidt added a commit to tobiasvonderheidt/hips that referenced this pull request Jan 18, 2025
tinglou pushed a commit to tinglou/llama.cpp that referenced this pull request Feb 13, 2025
* llama : deprecate llama_free_model, add llama_model_free

ggml-ci

* llama : change `llama_load_model_from_file` -> `llama_model_load_from_file`

ggml-ci
arthw pushed a commit to arthw/llama.cpp that referenced this pull request Feb 26, 2025
* llama : deprecate llama_free_model, add llama_model_free

ggml-ci

* llama : change `llama_load_model_from_file` -> `llama_model_load_from_file`

ggml-ci
mglambda pushed a commit to mglambda/llama.cpp that referenced this pull request Mar 8, 2025
* llama : deprecate llama_free_model, add llama_model_free

ggml-ci

* llama : change `llama_load_model_from_file` -> `llama_model_load_from_file`

ggml-ci
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
examples testing Everything test related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants