Metadata-Version: 2.4
Name: eiporion
Version: 0.1.4
Summary: INT8 linear layers with DQT stochastic rounding and bitsandbytes acceleration.
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: bitsandbytes<0.46.0,>=0.45.0
Requires-Dist: torch

# Eiporion

INT8 linear layers with DQT stochastic rounding and bitsandbytes acceleration.

## Install

```bash
pip install eiporion
```

## Quick use

```python
from eiporion import BitLinear
```
