Error converting microsoft/phi-1_5

#44
by jonny - opened

Would love to see these microsoft/phi models supported in the converter.

Conversion Settings:

        Model: microsoft/phi-1_5
        Task: None
        Compute Units: None
        Precision: None
        Tolerance: None
        Push to: None

        Error: "mixformer-sequential is not supported yet. Only ['bart', 'beit', 'bert', 'big_bird', 'bigbird_pegasus', 'blenderbot', 'blenderbot_small', 'bloom', 'convnext', 'ctrl', 'cvt', 'data2vec', 'distilbert', 'ernie', 'gpt2', 'gpt_bigcode', 'gptj', 'gpt_neo', 'gpt_neox', 'levit', 'llama', 'm2m_100', 'marian', 'mistral', 'mobilebert', 'mobilevit', 'mobilevitv2', 'mvp', 'pegasus', 'plbart', 'roberta', 'roformer', 'segformer', 'splinter', 'squeezebert', 't5', 'vit', 'yolos'] are supported. If you want to support mixformer-sequential please propose a PR or open up an issue."
        
Core ML Projects org

Hi @jonny !

I agree, they look like interesting models to test! However, there are some complexities because they require custom code to work, we'll see what we can do.

Core ML Projects org
edited Nov 22, 2023

@pcuenq These models were recently added to Transformers :) https://github.com/huggingface/transformers/pull/26170
Currently, we're just waiting for the config files to be updated.

Core ML Projects org

@Xenova Ohhh, nice! Thank you!

Sign up or log in to comment