Skip to content
New issue

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

Error when converting llama-3.2-11b-vision-instruct #1794

Closed
AlexMisiulia opened this issue Sep 30, 2024 · 2 comments
Closed

Error when converting llama-3.2-11b-vision-instruct #1794

AlexMisiulia opened this issue Sep 30, 2024 · 2 comments

Comments

@AlexMisiulia
Copy link

When I tried to convert llama-3.2-11b-vision-instruct downloaded from hugging face using this command:

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?

@shiroi-bara
Copy link

I don't think this repo support any vision / multimodal models as of now.

@BBC-Esq
Copy link

BBC-Esq commented Oct 9, 2024

I don't think it does either. Please close issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants