Camellia997's picture
Upload folder using huggingface_hub
e14f899 verified
raw
history blame contribute delete
146 Bytes
import torch
PRECISION_TO_TYPE = {
'fp32': torch.float32,
'fp16': torch.float16,
'bf16': torch.bfloat16,
}
NULL_DIR="temp_data/null"