text-generation-inference icon indicating copy to clipboard operation
text-generation-inference copied to clipboard

How can I know the progress of the model download?

Open runningBolin opened this issue 2 years ago • 1 comments

The Falcon 40B model occupies nearly 90G of space, takes a long time to download, and does not know the download progress. Is there any other way to download the model first and load it into TGI?

runningBolin avatar Jun 25 '23 11:06 runningBolin

text-generation-server download-weights MODEL_ID is probably what you're looking for.

You can also add the progressbar back using the env variable HF_HUB_ENABLE_HF_TRANSFER=0 (but download will be slower)

Narsil avatar Jun 26 '23 09:06 Narsil

Hi @Narsil

Thanks for the support.

Edit: I figure out :)

pabl-o-ce avatar Jul 28 '23 21:07 pabl-o-ce

Perfect. Closing this issue then.

Narsil avatar Jul 31 '23 12:07 Narsil