Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Jacobmadwed
/
ocmhelp
like
0
ONNX
Inference Endpoints
License:
apache-2.0
Model card
Files
Files and versions
Community
Deploy
3b27112
ocmhelp
/
ip_adapter
/
utils.py
Jacobmadwed
Upload 106 files
e719632
verified
9 months ago
raw
Copy download link
history
blame
Safe
115 Bytes
import
torch.nn.functional
as
F
def
is_torch2_available
():
return
hasattr
(F,
"scaled_dot_product_attention"
)