Metadata-Version: 2.1
Name: falkor
Version: 0.0.1
Summary: Deploys the Falkor Large Language Model
Author: Collin Paran
License: Apache-2.0
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: transformers
Requires-Dist: sentencepiece
Requires-Dist: bitsandbytes
Requires-Dist: accelerate
Requires-Dist: torch
Requires-Dist: fastapi
Requires-Dist: uvicorn
Requires-Dist: joblib
Requires-Dist: python-multipart
Requires-Dist: langchain
Requires-Dist: pydantic

# Falkor Kit

## Description
A python library to deploy the Falkor Large Language Model.

## 🚀 Quick Install

```pip install falkor```
