Is it possible to use Microsoft's Phi models with LMQL, or are there any plans to make this possible? It seems to have been incorporated into llama.cpp (see here for example).
I have not tested phi-2 tokenizers with LMQL yet, but the error you seeing does not come from the LMQL runtime. It sounds more like the installed auto-gptq version does not yet support phi-2.
Is it possible to use Microsoft's Phi models with LMQL, or are there any plans to make this possible? It seems to have been incorporated into llama.cpp (see here for example).
When I try to load the model, e.g. with:
I get the error:
phi-msft isn't supported yet.
Are there any plans to support this class of model?