[D] Is there an open-source implementation of the Retrieval-Enhanced Transformer (RETRO)?

This page summarizes the projects mentioned and recommended in the original post on /r/MachineLearning

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • 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

    SaaSHub logo
  • RETRO-pytorch

    Implementation of RETRO, Deepmind's Retrieval based Attention net, in Pytorch

    i'll give it a shot https://github.com/lucidrains/RETRO-pytorch đź‘Ť

  • faiss

    A library for efficient similarity search and clustering of dense vectors.

    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.

  • TorchPQ

    Approximate nearest neighbor search with product quantization on GPU in pytorch and cuda

    if you're decided to run nearest neighbor search on GPU, you might wanna give TorchPQTorchPQ a try

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • x-transformers

    1 project | news.ycombinator.com | 31 Mar 2024
  • A single API call using almost the whole 32k context window costs around 2$.

    1 project | /r/OpenAI | 15 Mar 2023
  • GPT-4 architecture: what we can deduce from research literature

    1 project | news.ycombinator.com | 14 Mar 2023
  • You’ll be able to run chatgpt on your own device quite easily very soon

    2 projects | /r/OpenAI | 13 Mar 2023
  • The GPT Architecture, on a Napkin

    4 projects | news.ycombinator.com | 11 Dec 2022

Did you konow that C++ is
the 6th most popular programming language
based on number of metions?