UniKP / scripts /_bootstrap.py
anzhi2710gmailcom's picture
Upload folder using huggingface_hub
90d94ec verified
Raw
History Blame Contribute Delete
160 Bytes
from pathlib import Path
import sys
ROOT_DIR = Path(__file__).resolve().parents[1]
root = str(ROOT_DIR)
if root not in sys.path:
sys.path.insert(0, root)