Skip to content

Commit

Permalink
Add reference to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
aerdem4 committed Nov 17, 2024
1 parent 49396b5 commit a0b8e56
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[![PyPI version](https://badge.fury.io/py/logits-processor-zoo.svg)](https://badge.fury.io/py/logits-processor-zoo)
[![License: MIT](https://img.shields.io/badge/License-Apache2.0-yellow.svg)](https://opensource.org/licenses/Apache2.0)

<p align="center">
<img src="docs/logo.jpg" width="50%">
</p>
Expand All @@ -6,6 +9,12 @@

Struggling to get LLMs to follow your instructions? LogitsProcessorZoo offers a zoo of tools to use LLMs for specific tasks, beyond just grammar enforcement!

## Installation

```bash
pip install logits-processor-zoo
```

## Supported Frameworks
* transformers
* vLLM
Expand Down

0 comments on commit a0b8e56

Please sign in to comment.