marqo
marqo copied to clipboard
add open clip models for 2.24.0
-
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...) Feature
-
What is the current behavior? (You can also link to an open issue here) Missing some new models supported by open clip torch 2.24.0
-
What is the new behavior (if this is a feature change)? Added several open clip and sbert models.
-
Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?) no.
-
Have unit tests been run against this PR? (Has there also been any additional testing?) in progress.
-
Related Python client changes (link commit/PR here) None
-
Related documentation changes (link commit/PR here) To follow
-
Other information:
-
Please check if the PR fulfills these requirements
- [x] The commit message follows our guidelines
- [x] Tests for the changes have been added (for bug fixes/features)
- [x] Docs have been added / updated (for bug fixes / features)