cocktailpeanut / text-generation-webui.pinokio

One-click installer and dashboard for https://github.com/oobabooga/text-generation-webui
20 stars 7 forks source link

Hard time loading bloom model, with some errors I do not understand. #4

Open palorajcan opened 10 months ago

palorajcan commented 10 months ago

Hi guys,

I am very new to this whole Text generation web UI thing, and I am trying to get Bloom model running, but getting some errors. Would you be able to let me know what I am doing wrong and how to make it work, please?

This is what I see after hitting the load button:

Traceback (most recent call last): File "C:\Users\Palo\pinokio\api\oobabooga.pinokio.git\text-generation-webui\modules\ui_model_menu.py", line 239, in download_model_wrapper model, branch = downloader.sanitize_model_and_branch_names(repo_id, None) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\Palo\pinokio\api\oobabooga.pinokio.git\text-generation-webui\download-model.py", line 40, in sanitize_model_and_branch_names if model[-1] == '/':


IndexError: string index out of range