We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When attempting to run dolphin-2_6-phi-2.Q4_0.gguf I'm getting error loading model: unknown model architecture: 'phi2'.
dolphin-2_6-phi-2.Q4_0.gguf
error loading model: unknown model architecture: 'phi2'
Phi2 support was added a couple of weeks ago: ggerganov/llama.cpp#4490.
Is there a way to include this?
For reference, I am using this repo as part of a different package using current master:
[dependencies] llama_cpp_rs = { git = "https://github.com/mdrokz/rust-llama.cpp.git", rev = "4922cac", features = ["metal"] }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When attempting to run
dolphin-2_6-phi-2.Q4_0.gguf
I'm gettingerror loading model: unknown model architecture: 'phi2'
.Phi2 support was added a couple of weeks ago: ggerganov/llama.cpp#4490.
Is there a way to include this?
For reference, I am using this repo as part of a different package using current master:
The text was updated successfully, but these errors were encountered: