Image21-INT8 / scripts /__init__.py
ixim's picture
Release verified Image21-INT8 conversion
6f8c80a verified
Raw
History Blame Contribute Delete
364 Bytes
"""Reproducible local quantization and release tools."""
import os
from pathlib import Path
# Keep optional dependency caches writable under a restricted Windows workspace.
ROOT = Path(__file__).resolve().parent.parent
os.environ.setdefault('NUMBA_CACHE_DIR', str(ROOT / '.cache' / 'numba'))
os.environ.setdefault('HF_HOME', str(ROOT / '.cache' / 'huggingface'))