Skip to content

Support for Phi-2 #300

@mlinegar

Description

@mlinegar

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:

lmql serve-model --loader auto-gptq --cuda --static /local/path/phi-2-GPTQ --disable_exllamav2 True --use_safetensors True --inject_fused_attention False --inject_fused_mlp False --trust_remote_code True

I get the error: phi-msft isn't supported yet.

Are there any plans to support this class of model?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions