Skip to content

Commit

Permalink
Release 2.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rom1504 committed Nov 2, 2021
1 parent e8964d6 commit 7fed21a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.14.0

* implement ivf re-ordering for much faster metadata fetching
* add download button in front

## 2.13.1

* fix filterDuplicateUrls issue when there is no url, only images
Expand Down
2 changes: 1 addition & 1 deletion front/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clip-retrieval-front",
"version": "2.13.1",
"version": "2.14.0",
"description": "Easily compute clip embeddings and build a clip retrieval system with them. 100M text+image embeddings can be processed in 20h using a 3080.",
"main": "server.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
name = 'clip_retrieval',
packages = find_packages(),
include_package_data = True,
version = '2.13.1',
version = '2.14.0',
license='MIT',
description = 'Easily computing clip embeddings and building a clip retrieval system with them',
long_description=long_description,
Expand Down

0 comments on commit 7fed21a

Please sign in to comment.