dalai
dalai copied to clipboard
Why the downloads are so inconsistent and freezing?
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..
- Create new colab notebook.
- Connect it to google drive ( Just click
mount google drive
button in files ). - Execute following line ( for alpaca 7B ).
!wget -O /content/drive/MyDrive/ggml-model-q4_0.bin -c https://ipfs.io/ipfs/QmQ1bf2BTnYxq73MFJWu1B7bQ2UD6qG7D7YDCxhTndVkPC
- It will download model in google drive.
- Download it from there and move it to dalai/alpaca/models/7B.
My download of 30B broke at the consolidated.03.pth. Is there a way to rerun the installation without downloading all the files again?
Same problem as tw9mini