File size: 314 Bytes
e15b26d
 
 
2dd31d8
e15b26d
 
1
2
3
4
5
6
import os
os.system("git clone https://github.com/etched-ai/open-oasis.git")
os.system("cd open-oasis")
os.system("pip install -r open-oasis/requirements.txt")
os.system("huggingface-cli download Etched/oasis-500m oasis500m.pt") # DiT checkpoint
os.system("huggingface-cli download Etched/oasis-500m vit-l-20.pt")