ERRO

#2
by Matheus2k - opened

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?

The Royal Lab org

This error has nothing to do with the model itself - your text generation webui is not properly set up.

This error has nothing to do with the model itself - your text generation webui is not properly set up.

Ok. Poderia me passar o passo a passo para corrigir esse erro? Se vc puder passar o c贸digo que vai resolver, eu ficaria muito grato.馃槉
IMG-20240719-WA0001.jpg
IMG-20240719-WA0002.jpg

The Royal Lab org

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.

Doctor-Shotgun changed discussion status to closed

Sign up or log in to comment