We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I tried to convert llama-3.2-11b-vision-instruct downloaded from hugging face using this command:
llama-3.2-11b-vision-instruct
ct2-transformers-converter --model /root/llama-3.2-11b-vision-instruct/ --output_dir /root/ct2_manually_converted
I got the error:
ValueError: No conversion is registered for the model configuration MllamaConfig (supported configurations are: BartConfig, BertConfig, BloomConfig, CodeGenConfig, DistilBertConfig, FalconConfig, GPT2Config, GPTBigCodeConfig, GPTJConfig, GPTNeoXConfig, Gemma2Config, GemmaConfig, LlamaConfig, M2M100Config, MBartConfig, MPTConfig, MT5Config, MarianConfig, MistralConfig, MixFormerSequentialConfig, OPTConfig, PegasusConfig, Phi3Config, PhiConfig, RWConfig, T5Config, Wav2Vec2Config, WhisperConfig, XLMRobertaConfig)
pyproject.toml excerpt is:
[tool.poetry.dependencies] python = "^3.11" transformers = {extras = ["torch"], version = "^4.45.1"} ctranslate2 = "^4.4.0"
Do you have plans to implement this converter?
The text was updated successfully, but these errors were encountered:
I don't think this repo support any vision / multimodal models as of now.
Sorry, something went wrong.
I don't think it does either. Please close issue.
No branches or pull requests
When I tried to convert
llama-3.2-11b-vision-instruct
downloaded from hugging face using this command:I got the error:
pyproject.toml excerpt is:
Do you have plans to implement this converter?
The text was updated successfully, but these errors were encountered: