Metadata-Version: 2.1
Name: vllmlp
Version: 0.0.1
Summary: Collections of Logits Processors for VLLM
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: twine>=6.0.1

# vllmlp

`vllmlp` is a collection of Logits Processors for VLLM. Currently, it contains the following processors:

- `vllmlp/qwen/NoCJKLogitsProcessor`: A Logits Processor that prevents CJK characters from being generated in the output. ONLY works with QWen2.5 models.

## Installation

```bash
pip install vllmlp
```
