Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

llama : update llama_model API names #11063

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
Owner

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
examples testing Everything test related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants