Asaka

Results 4 comments of Asaka

I fixed the issue, so just replace this line in the 3rd step `![[ ! -f models/$model_name/config.json ]] && python download-model.py $huggingface_org/$huggingface_repo --branch $huggingface_branch ` with this one: ` ![[...

Be careful with disk space on collab tho and don't download a lot of models. Or you could just add code block to removing everything from `models` folder: `#@title 4....