Closed M3rcuz1o closed 1 year ago
Download Results: gid |stat|avg speed |path/URI ======+====+===========+======================================================= e621aa|OK | 170MiB/s|/content/text-generation-webui/models/vicuna-13b-GPTQ-4bit-128g/vicuna-13b-4bit-128g.safetensors
Status Legend:
(OK):download completed.
/content/text-generation-webui
Traceback (most recent call last):
File "/content/text-generation-webui/server.py", line 18, in
Changing these in requirements.txt made it work:
accelerate==0.20.3 safetensors==0.3.1
This is a quick fix for the issue: You can run the colab, let it copy the files, then stop it. Then open the colab file editor on the left, go to the folder /content/text-generation-webui/ and open requirements.txt. Then edit as above and save the file, and run the colab again. Fixed it for me. :)
thanks for the info @M3rcuz1o ❤ please try again
The colab doesn't smoothly run through, and finally stalls with "No module named 'transformers'. This is, as I found out due to the requirements.txt beeing outdated with two modules. See fix below.