autodistill / autodistill-llava

LLaVA base model for use with Autodistill.
https://docs.autodistill.com
Apache License 2.0
5 stars 2 forks source link

LlaVA error: #9

Open shersoni610 opened 3 months ago

shersoni610 commented 3 months ago

Hello, I am running the code on a Liunx machine. I get the following error:

AutoConfig.register("llava", LlavaConfig) File "/media/csverma/M2Disk/Projects/CompVis/AutoDistill/distillenv/lib/python3.12/site-packages/transformers/models/auto/configuration_auto.py", line 1029, in register CONFIG_MAPPING.register(model_type, config, exist_ok=exist_ok) File "/media/csverma/M2Disk/Projects/CompVis/AutoDistill/distillenv/lib/python3.12/site-packages/transformers/models/auto/configuration_auto.py", line 728, in register raise ValueError(f"'{key}' is already used by a Transformers config, pick another name.") ValueError: 'llava' is already used by a Transformers config, pick another name.

Thanks