Metadata-Version: 2.1
Name: kilroy-module-huggingface
Version: 0.5.1
Summary: kilroy module using Hugging Face models 🤗
Home-page: https://github.com/kilroybot/kilroy-module-huggingface
Author: kilroy
Author-email: kilroymail@pm.me
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Provides-Extra: dev
Provides-Extra: test
Requires-Dist: deepmerge (>=1.0,<2.0)
Requires-Dist: kilroy-module-pytorch-py-sdk (>=0.6,<0.7)
Requires-Dist: platformdirs (>=2.5,<3.0)
Requires-Dist: pytest (>=7.0,<8.0); extra == "dev" or extra == "test"
Requires-Dist: transformers (>=4.21,<5.0)
Requires-Dist: typer[all] (>=0.4,<0.5)
Project-URL: Documentation, https://kilroybot.github.io/kilroy-module-huggingface
Project-URL: Repository, https://github.com/kilroybot/kilroy-module-huggingface
Description-Content-Type: text/markdown

<h1 align="center">kilroy-module-huggingface</h1>

<div align="center">

kilroy module using Hugging Face models 🤗

[![Multiplatform tests](https://github.com/kilroybot/kilroy-module-huggingface/actions/workflows/test-multiplatform.yml/badge.svg)](https://github.com/kilroybot/kilroy-module-huggingface/actions/workflows/test-multiplatform.yml)
[![Docker tests](https://github.com/kilroybot/kilroy-module-huggingface/actions/workflows/test-docker.yml/badge.svg)](https://github.com/kilroybot/kilroy-module-huggingface/actions/workflows/test-docker.yml)
[![Docs](https://github.com/kilroybot/kilroy-module-huggingface/actions/workflows/docs.yml/badge.svg)](https://github.com/kilroybot/kilroy-module-huggingface/actions/workflows/docs.yml)

</div>

---

## Installing

Using `pip`:

```sh
pip install kilroy-module-huggingface
```

