Metadata-Version: 2.4
Name: specdec
Version: 0.1.0
Summary: Speculative Decoder
Author-email: nooralnetz <cneuralnets@gmail.com>
Project-URL: Homepage, https://github.com/pypa/sampleproject
Project-URL: Bug Tracker, https://github.com/pypa/sampleproject/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: torch
Requires-Dist: transformers
Requires-Dist: numpy
Requires-Dist: matplotlib

# SpecDec

A small example package for speculative decoding.

## Installation

```bash
pip install .
```

## Usage

```bash
specdec
```
