Spaces:
Runtime error
Runtime error
File size: 303 Bytes
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 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") |