-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed as not planned
Description
Llama.cpp recently added support for Phi-2 model (ggml-org/llama.cpp#4490)
Since this is using llama.cpp, I've tried configuring the model like this:
MODEL_ID = "TheBloke/phi-2-GGUF"
MODEL_BASENAME = "phi-2.Q6_K.gguf"
But it didn't work, and got an error (probably due to not updated llama.cpp):
error loading model: unknown model architecture: 'phi2'
llama_load_model_from_file: failed to load model
How to make it work ?
Metadata
Metadata
Assignees
Labels
No labels