Open QueenRose4444 opened 3 weeks ago
I couldn't quite get this at first. Here is what I did:
Move and rename the two checkpoint files from .cache\huggingface\hub\models--Etched--oasis-500m\blobs to the root directory of the project and rename them to: oasis500m.pt and vit-l-20.pt. The larger file is oasis500m.pt and the smaller is vit-l-20.pt.
Easier approach: add --local-dir \<path-to-open-oasis> to huggingface-cli download command.
it wouldnt work untill i moved the model weights into the open-oasis folder, so i think it should be added to the instructions. unless this was just a weird issue for myself