Metadata-Version: 2.1
Name: real-llama-cpp-python
Version: 0.1.0
Summary: A simple custom LLM wrapper for llama.cpp with LangChain compatibility.
Home-page: https://github.com/minhtran1309/custom_llm
Author: Minh Tran
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: langchain-core
Requires-Dist: pydantic

# real-llama-cpp-python
A simple custom wrapper for llama.cpp models in Python, support seamlessly interaction with LangChain.

## Background
Installing llama-cpp-python is a pain in the bum. However, langchain only supports llama-cpp-python. I had a long Xmas leave and couldn't install the latest llama-cpp-python to run the quantized models from the latest llama.cpp. I decided to create my own version of real-llama-cpp-python to be:wq compatible with LangChain. 

## Installation

```bash
pip install custom-llm
