jaxmetaverse's picture
Upload folder using huggingface_hub
82ea528 verified
raw
history blame contribute delete
176 Bytes
import os
import logging
CONFIG = {
"loglevel": int(os.environ.get("CRYSTOOLS_LOGLEVEL", logging.INFO)),
"indent": int(os.environ.get("CRYSTOOLS_INDENT", 2))
}