You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would be useful to override certain settings for the quantized models, such as the context size for mistral 0.1 models, where llamacpp doesn't support SWA for the full 32k context or for llama3 models where llamcpp incorrectly detects the pretokenizer as smaug-bpe instead of llama-bpe
This would be useful to override certain settings for the quantized models, such as the context size for mistral 0.1 models, where llamacpp doesn't support SWA for the full 32k context or for llama3 models where llamcpp incorrectly detects the pretokenizer as smaug-bpe instead of llama-bpe
See gguf-py:gguf-set-metadata.py for upstream implementation of this
I imagine it would look like an option in the yaml like so
The text was updated successfully, but these errors were encountered: