ERRO
Arquivo "C:\text-generation-webui-main\modules\ui_model_menu.py", linha 248, em load_model_wrapper
shared.model, shared.tokenizer = load_model(selected_model, loader)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Arquivo "C:\text-generation-webui-main\modules\models.py", linha 94, em load_model
output = load_func_maploader
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Arquivo "C:\text-generation-webui-main\modules\models.py", linha 327, em ExLlamav2_HF_loader
from modules.exllamav2_hf import Exllamav2HF
Arquivo "C:\text-generation-webui-main\modules\exllamav2_hf.py", linha 7, em
from exllamav2 import (
ModuleNotFoundError: Nenhum m贸dulo chamado 'exllamav2'
ALGUEM PODE ME AJUDAR COM PASSO A PASSO PARA RESOLVER ESSE ERRO?
This error has nothing to do with the model itself - your text generation webui is not properly set up.
That ModuleNotFoundError
just means that your text generation webui isn't installed properly, and the exllamav2 loader isn't functioning as a result. Ensure that you have correctly followed the installation instructions for text generation webui if you want to use it. This isn't the place to ask for help installing it.