ModuleNotFoundError: No module named 'transformers_modules.TheBloke.WizardLM-33B-V1'
#2
by
kk3dmax
- opened
I have tried TheBloke/Vicuna-33B-1-3-SuperHOT-8K-GPTQ, no such issue.
It seems the "." in the model name caused so, any idea on how to avoid this error?
Yeah it's a bug in the transformers code, doesn't like .
in it.
I have renamed the repo to TheBloke/WizardLM-33B-V1-0-Uncensored-SuperHOT-8K-GPTQ
and now it will work
Thanks so much!