An open API service indexing awesome lists of open source software.

https://github.com/proger/hippogriff

Griffin MQA + Hawk Linear RNN Hybrid
https://github.com/proger/hippogriff

Last synced: 5 months ago
JSON representation

Griffin MQA + Hawk Linear RNN Hybrid

Awesome Lists containing this project

README

          

# Hippogriff

[![PyPI Version](https://img.shields.io/pypi/v/hippogriff.svg)](https://pypi.python.org/pypi/hippogriff)

This repository implements Hawk and Griffin blocks from [Griffin: Mixing Gated Linear Recurrences with Local Attention for Efficient Language Models](https://arxiv.org/abs/2402.19427v1) using [Accelerated Scan](https://github.com/proger/accelerated-scan) and [Flash Attention](https://github.com/Dao-AILab/flash-attention) for PyTorch.

```
pip install hippogriff
```

![hippogriff](hippogriff.png)