Can get WV-30B to load on RunPod - Error messages

#8
by Incog300 - opened

Hi all,

I followed all the instructions on Mathrew Berman's YouTube channel and everything looks great right up until I 'Reload' and then I get the following:

---starts---
Traceback (most recent call last):
File "/workspace/text-generation-webui/modules/ui_model_menu.py", line 206, in load_model_wrapper

shared.model, shared.tokenizer = load_model(shared.model_name, loader)
File "/workspace/text-generation-webui/modules/models.py", line 84, in load_model

output = load_func_maploader
File "/workspace/text-generation-webui/modules/models.py", line 232, in llamacpp_loader

model_file = list(Path(f'{shared.args.model_dir}/{model_name}').glob('*.gguf'))[0]
IndexError: list index out of range

---Ends---

Error loading Wizard-Vicuna30B-Uncensored-GGML-Platform view.JPG

I'm running Windows 10.
Any assistance would be appreciated.

Sign up or log in to comment