checkpoints / LIBERO /scripts /init_path.py
Cocoyawn32's picture
Upload folder using huggingface_hub
e7a3f8b verified
Raw
History Blame Contribute Delete
119 Bytes
import sys
import os
path = os.path.dirname(os.path.realpath(__file__))
sys.path.insert(0, os.path.join(path, "../"))