You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The instructions to run CAS locally were lost in a recent update to the readme, gonna paste them here for easier reference.
Run your own CLIP
By default CLIPTorchEncoder runs as an external executor. If you want to run your own CLIP, you can do that by removing external executor related configs (host, port, tls and external) from flow.yml.
To compliment #98, a new switch in flow_parser.py to run clip encoder locally would be convenient.
Currently this has to be done manually via Run your own CLIP
The text was updated successfully, but these errors were encountered: