dalai icon indicating copy to clipboard operation
dalai copied to clipboard

Why the downloads are so inconsistent and freezing?

Open JoaoVictorVP opened this issue 1 year ago • 3 comments

image

JoaoVictorVP avatar Mar 19 '23 03:03 JoaoVictorVP

Model not downloading properly?

Here is the solution..

As model is downloading from https://ipfs.io/ipfs/QmQ1bf2BTnYxq73MFJWu1B7bQ2UD6qG7D7YDCxhTndVkPC We can use colab to download model in colab ( with google servers ) and upload it to our google drive. Then we can download model from google drive ( as it is fast ) and move it to dalai (for alpaca 7B - dalai/alpaca/models/7B)

Here is what you have to do..

  1. Create new colab notebook.
  2. Connect it to google drive ( Just click mount google drive button in files ).
  3. Execute following line ( for alpaca 7B ). !wget -O /content/drive/MyDrive/ggml-model-q4_0.bin -c https://ipfs.io/ipfs/QmQ1bf2BTnYxq73MFJWu1B7bQ2UD6qG7D7YDCxhTndVkPC
  4. It will download model in google drive.
  5. Download it from there and move it to dalai/alpaca/models/7B.

GopalSaraf avatar Mar 19 '23 06:03 GopalSaraf

My download of 30B broke at the consolidated.03.pth. Is there a way to rerun the installation without downloading all the files again?

tw9mini avatar Mar 20 '23 05:03 tw9mini

Same problem as tw9mini

Spudhead avatar Mar 21 '23 04:03 Spudhead