Error when attempting to run from one-click-installers

#2
by jdc4429 - opened

Traceback (most recent call last):

File “C:\one-click-installers\text-generation-webui\modules\ui_model_menu.py”, line 190, in load_model_wrapper

shared.model, shared.tokenizer = load_model(shared.model_name, loader)
File “C:\one-click-installers\text-generation-webui\modules\models.py”, line 79, in load_model

output = load_func_maploader
File “C:\one-click-installers\text-generation-webui\modules\models.py”, line 140, in huggingface_loader

config = AutoConfig.from_pretrained(path_to_model, trust_remote_code=shared.args.trust_remote_code)
File “C:\one-click-installers\installer_files\env\lib\site-packages\transformers\models\auto\configuration_auto.py”, line 1022, in from_pretrained

config_class = CONFIG_MAPPING[config_dict["model_type"]]
File “C:\one-click-installers\installer_files\env\lib\site-packages\transformers\models\auto\configuration_auto.py”, line 723, in getitem

raise KeyError(key)
KeyError: ‘mistral’

Cognitive Computations org

this is an issue with the tool you are using, not with the model.
they need to update their version of huggingface.

ehartford changed discussion status to closed

Sign up or log in to comment