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
Tried running phi-2 model, got this error: error loading model: unknown model architecture: 'phi2'
llama.cpp already added support for Phi-2 model, so I guess a new LLamaSharp version (with updated llama.cpp binary) should add support as well, correct?
Yep we'll need to update the binaries to get support for Phi2. Latest update was last week (#361) (not yet released). So we'll probably pickup Phi2 support in another month or so at the next update.
Tried running phi-2 model, got this error:
error loading model: unknown model architecture: 'phi2'
llama.cpp already added support for Phi-2 model, so I guess a new LLamaSharp version (with updated llama.cpp binary) should add support as well, correct?
ggml-org/llama.cpp#4490
The text was updated successfully, but these errors were encountered: