How do i download them too? This is what im currently doing (the image)
but then i get this error trying to load it with transformers:
Traceback (most recent call last):
File "/app/modules/ui_model_menu.py", line 213, in load_model_wrapper
shared.model, shared.tokenizer = load_model(selected_model, loader)
File "/app/modules/models.py", line 87, in load_model
output = load_func_maploader
File "/app/modules/models.py", line 141, in huggingface_loader
config = AutoConfig.from_pretrained(path_to_model, trust_remote_code=params['trust_remote_code'])
File "/venv/lib/python3.10/site-packages/transformers/models/auto/configuration_auto.py", line 1082, in from_pretrained
config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs)
File "/venv/lib/python3.10/site-packages/transformers/configuration_utils.py", line 644, in get_config_dict
config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs)
File "/venv/lib/python3.10/site-packages/transformers/configuration_utils.py", line 699, in _get_config_dict
resolved_config_file = cached_file(
File "/venv/lib/python3.10/site-packages/transformers/utils/hub.py", line 360, in cached_file
raise EnvironmentError(
OSError: models/TheBloke_OpenHermes-2.5-Mistral-7B-GGUF does not appear to have a file named config.json. Checkout 'https://huggingface.co/models/TheBloke_OpenHermes-2.5-Mistral-7B-GGUF/None' for available files.
