Metadata-Version: 2.4
Name: inferdecode
Version: 0.1.2
Summary: Interactive visualization tool for LLM decoding strategies
Author-email: never <ashishashish7440@gmail.com>
License: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: torch>=2.0.0
Requires-Dist: transformers>=4.30.0
Requires-Dist: huggingface-hub>=0.16.0
Requires-Dist: textual>=0.34.0
Requires-Dist: rich>=13.0.0
Provides-Extra: dev
Requires-Dist: black; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Requires-Dist: isort; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Dynamic: license-file

# InferDecode

Interactive visualization tool for LLM decoding strategies.

## Features

- Visualize different decoding strategies (greedy, top-k, top-p, etc.)
- Step-by-step token generation visualization
- See top candidate tokens and their probabilities
- Performance metrics tracking

## Installation

```bash
pip install inferdecode
