You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After installing AWQ I am getting this runtime error.
Is there an existing issue for this?
I have searched the existing issues
Reproduction
Loading model TheBloke_Wizard-Vicuna-7B-Uncensored-AWQ
ERROR
Screenshot
Logs
00:39:08-649538 ERROR Failed to load the model.
Traceback (most recent call last):
File "F:\AI\G\text-generation-webui-main\modules\ui_model_menu.py", line 214, in load_model_wrapper
shared.model, shared.tokenizer = load_model(selected_model, loader)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\AI\G\text-generation-webui-main\modules\models.py", line 90, in load_model
output = load_func_map[loader](model_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\AI\G\text-generation-webui-main\modules\models.py", line 183, in huggingface_loader
model = LoaderClass.from_pretrained(path_to_model, **params)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\AI\G\text-generation-webui-main\installer_files\env\Lib\site-packages\transformers\models\auto\auto_factory.py", line 564, in from_pretrained
return model_class.from_pretrained(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\AI\G\text-generation-webui-main\installer_files\env\Lib\site-packages\transformers\modeling_utils.py", line 3669, in from_pretrained
hf_quantizer.validate_environment(
File "F:\AI\G\text-generation-webui-main\installer_files\env\Lib\site-packages\transformers\quantizers\quantizer_awq.py", line 71, in validate_environment
raise RuntimeError(
RuntimeError: GPU is required to run AWQ quantized model. You can use IPEX version AWQ if you have an Intel CPU
System Info
OS- Win 11 Home
RAM- 16 GB
VRAM- NVIDIA RTX 2060 6 GB
CPU - i7 9750H
The text was updated successfully, but these errors were encountered:
Describe the bug
After installing AWQ I am getting this runtime error.
Is there an existing issue for this?
Reproduction
Screenshot
Logs
System Info
The text was updated successfully, but these errors were encountered: