OMG / src /ip_adapter /utils.py
Fucius's picture
Upload 52 files
ad5354d verified
raw history blame
No virus
115 Bytes
import torch.nn.functional as F
def is_torch2_available():
return hasattr(F, "scaled_dot_product_attention")