Metadata-Version: 2.1
Name: frye
Version: 0.0.2
Summary: LLM toolkit
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: fastapi
Requires-Dist: pydantic
Requires-Dist: langchain
Requires-Dist: transformers
Requires-Dist: torch
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: xformers
Requires-Dist: sentencepiece
Requires-Dist: accelerate>=0.20.3
Requires-Dist: bitsandbytes
Requires-Dist: sentence_transformers
Requires-Dist: attention_sinks
Requires-Dist: uvicorn
Requires-Dist: psycopg[binary]
Requires-Dist: sqlalchemy
Requires-Dist: huggingface_hub
Requires-Dist: faiss-cpu

# Install Instructions

```
pip install frye
```

# What it is?
LLM dependencies
