Metadata-Version: 2.4
Name: kaizo-hf
Version: 0.2.1
Summary: Hugging Face plugin for kaizo
Author-email: Mohammad Ghazanfari <mgh.5225@gmail.com>
Project-URL: Homepage, https://github.com/NaughtFound/kaizo
Project-URL: Source, https://github.com/NaughtFound/kaizo/tree/main/plugins/kaizo_hf
Project-URL: Issues, https://github.com/NaughtFound/kaizo/issues
Project-URL: Changelog, https://github.com/NaughtFound/kaizo/tree/main/plugins/kaizo_hf/CHANGELOG.md
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: huggingface-hub>=1.2.2
Requires-Dist: kaizo>=1.6.1
Dynamic: license-file

# Hugging Face Plugin for Kaizo

## Installation

The plugin is an **optional dependency** for Kaizo. You can install it in the following ways:

```bash
pip install "kaizo[hf]"
```
