Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BUG] Convert OpenCLIP embeddings to numpy arrays (#3051)
## Description of changes OpenCLIP embeddings are failing type validation, as they return a `Tensor`. Converting to NuPy arrays to fix. ## Test plan - [ ] Tests pass locally with `pytest` for python, `yarn test` for js, `cargo test` for rust ## Documentation Changes To discuss
- Loading branch information