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.cpp: remove -eps term due to deprecation in new gguf format #162

Merged
merged 1 commit into from Aug 22, 2023

Conversation

ymcui
Copy link
Owner

@ymcui ymcui commented Aug 22, 2023

Description

llama.cpp has been updated with breaking changes, introducing a new gguf format instead of the old one.

The new version deprecates the epsilon term of RMS norm specification via -eps option. This will be automatically handled during the conversion of the model. And thus, we are removing -eps in our script to make it compatible with new gguf models.

⚠️ WARNING: If you decide to use older version of llama.cpp, please restore -eps 1e-5 when using Llama-2 based models.

Related Issue

None.

Explanation of Changes

copilot:walkthrough

@ymcui ymcui marked this pull request as ready for review August 22, 2023 00:34
@ymcui ymcui requested a review from airaria August 22, 2023 00:40
@ymcui ymcui merged commit fa58621 into main Aug 22, 2023
1 check passed
@ymcui ymcui deleted the llama-cpp-gguf branch August 22, 2023 01:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants