- Follow along the first part of the notebook to use the hosted, fintetuned model.
- Install python requirements.txt
- download the model weights. This download is ~30Gb, and can take several hours. wget -P checkpoints https://storage.googleapis.com/sfr-codegen-research/checkpoints/codegen-16B-mono.tar.gz && tar -xvf checkpoints/codegen-16B-mono.tar.gz -C checkpoints/
- That should create a folder called checkpoints/codegen-16B-mono, confirm it exists.
- You should now be able to follow along with the notebook.