Error converting microsoft/phi-1_5

#30
by AndreyBest - opened

Good day! Is there any support for converting new model from Microsoft? Thanks!

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', 'mobilebert', 'mobilevit', '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

Hello @AndreyBest ! Unfortunately, that model is not fully integrated in transformers yet, as it requires custom code to run. exporters does not support models with custom code. However, there's a PR in transformers to integrate this architecture natively – when that PR is approved and a new version of transformers released, we can add support for it to exporters and this conversion Space :) Check back soon!

Hi, BTW I get Error 500 while launching the space

Sign up or log in to comment