ModuleNotFoundError: No module named 'model'
#1
by
Firasat
- opened
I have downloaded this model using the Text Generation Web UI. But when I try to load, I get the following errors:
import exllama_ext
ImportError: DLL load failed while importing exllama_ext: The specified module could not be found.
from model import ExLlama, ExLlamaCache, ExLlamaConfig
ModuleNotFoundError: No module named 'model'
I was following a YouTube tutorial to run Code Llama locally and followed the steps of creating a conda env and running text generation web ui repo.
What can be the fix for this?
Thanks in advance!
Note: I'm new to this domain so please let me know if I can learn more about running a model locally.