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.
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