Error downloading from branch

#14
by Subcode - opened

When downloading a branch through text-generation-webui it gives the following error:

Traceback (most recent call last): File “/home/user/Repositories/text-generation-webui/text-generation-webui/server.py”, line 142, in download_model_wrapper model, branch = downloader.sanitize_model_and_branch_names(model, branch) File “/home/user/Repositories/text-generation-webui/text-generation-webui/download-model.py”, line 45, in sanitize_model_and_branch_names raise ValueError( ValueError: Invalid branch name. Only alphanumeric characters, period, underscore and dash are allowed.

Did you make a typo maybe? I just tested and it's working fine for me

image.png

Yeah looks like there might have been a space at the end... my bad.

Subcode changed discussion status to closed

Sign up or log in to comment