Shap-E / settings.py
Illustre's picture
Duplicate from hysts/Shap-E
a38e93e
import os
import numpy as np
CACHE_EXAMPLES = os.getenv('CACHE_EXAMPLES') == '1'
MAX_SEED = np.iinfo(np.int32).max