-
deepmind-research
This repository contains implementations and illustrative code to accompany DeepMind publications
checked their repository and indeed it isn't open sourced yet https://github.com/deepmind/deepmind-research i wouldn't mind taking this on. the only novel thing is the chunked-cross attention (maintaining causality). does your team / company sponsor open-source efforts?
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
i'll give it a shot https://github.com/lucidrains/RETRO-pytorch đź‘Ť
-
Faisss now includes the 4bit PQ algorithm from scann (https://github.com/facebookresearch/faiss/issues/1399). Looks to me like faiss better maintained and has other options but I don't have any specific experience with these.
-
if you're decided to run nearest neighbor search on GPU, you might wanna give TorchPQTorchPQ a try