camenduru / text-generation-webui-colab

A colab gradio web UI for running Large Language Models
The Unlicense
2.07k stars 367 forks source link

Simplify stable-vicuna-13B-GPTQ-4bit-128g.ipynb #3

Closed l0rinc closed 1 year ago

l0rinc commented 1 year ago

Thanks for the colabs, here's a simplified download.

camenduru commented 1 year ago

Hi @paplorinc 👋 thanks ❤ for the PR, we are using aria2c -x 16 -s 16 -k 1M because Download a file using N connections please check https://aria2.github.io/manual/en/html/aria2c.html#cmdoption-s

l0rinc commented 1 year ago

Seems to me you can do that with https://github.com/oobabooga/text-generation-webui/blob/2f1a2846d1a14c3441eb1a0c881f9c796568b5bb/download-model.py#L247 as well

camenduru commented 1 year ago

nope