CM2000112 / internals /util /__init__.py
jayparmr's picture
Upload folder using huggingface_hub
7fbdac4
raw
history blame
100 Bytes
import os
from internals.util.config import get_root_dir
def getcwd():
return get_root_dir()