I'm trying to get open ai CLIP model to run in met...
# ask-metaflow
f
I'm trying to get open ai CLIP model to run in metaflow. Their current installation instructions say:
pip install git+<https://github.com/openai/CLIP.git>
Works locally. How do I use @pypi decorator to load this model? Anyone know?