Metadata-Version: 2.1
Name: llama2-wrapper
Version: 0.1.3
Summary: Running Llama 2 on GPU or CPU from anywhere (Linux/Windows/Mac).
Home-page: https://github.com/liltom-eth/llama2-webui
License: MIT
Author: liltom-eth
Author-email: liltom.eth@gmail.com
Requires-Python: >=3.10,<3.13
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: accelerate (>=0.21.0,<0.22.0)
Requires-Dist: auto-gptq (==0.3.0)
Requires-Dist: bitsandbytes (==0.40.2) ; sys_platform == "darwin"
Requires-Dist: bitsandbytes (==0.40.2) ; sys_platform == "linux"
Requires-Dist: gradio (==3.37.0)
Requires-Dist: llama-cpp-python (>=0.1.77,<0.2.0)
Requires-Dist: protobuf (==3.20.3)
Requires-Dist: python-dotenv (==1.0.0)
Requires-Dist: scipy (==1.11.1)
Requires-Dist: sentencepiece (==0.1.99)
Requires-Dist: torch (==2.0.1)
Requires-Dist: tqdm (==4.65.0)
Requires-Dist: transformers (==4.31.0)
Project-URL: Repository, https://github.com/liltom-eth/llama2-webui
