Metadata-Version: 2.1
Name: llm-partial-run
Version: 0.1.0
Summary: Microlib for partial deployment of LLMs
Author-email: Hristo Vrigazov <hvrigazov@gmail.com>
Project-URL: Homepage, https://github.com/microlib-org/llm_microlibs/llm_partial_run
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: socket_rpc
Requires-Dist: llm_weights_mmap
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: tqdm; extra == "dev"

# LLM partial run

Install with:

```bash
pip install llm_partial_run
```

[![Downloads](https://static.pepy.tech/badge/llm_partial_run/month)](https://pepy.tech/project/llm_partial_run)
[![PyPi version](https://badgen.net/pypi/v/llm_partial_run/)](https://pypi.com/project/llm_partial_run)
[![PyPI license](https://img.shields.io/pypi/l/llm_partial_run.svg)](https://pypi.python.org/pypi/llm_partial_run/)


## Contents

This microlib allows you to run a part of a large language model (LLM).
