JoyAI-Image-Edit / src /modules /utils /constants.py
stevengrove's picture
Initial commit with Xet-tracked image assets
ce25010
import torch
PRECISION_TO_TYPE = {
"fp32": torch.float32,
"fp16": torch.float16,
"bf16": torch.bfloat16,
}