Shap-E / settings.py
hysts's picture
hysts HF staff
Add files
feb3220
raw history blame
No virus
118 Bytes
import os
import numpy as np
CACHE_EXAMPLES = os.getenv('CACHE_EXAMPLES') == '1'
MAX_SEED = np.iinfo(np.int32).max