Metadata-Version: 2.1
Name: gpu_fit_llm
Version: 0.1.0
Summary: Helps estimate the memory requirements for a model on a GPU.
Home-page: http://github.com/Harryalways317/gpu-fit-llm
Author: Harish Vadaparty
Author-email: harishvadaparty@gmail.com
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: torch>=1.8.0
Requires-Dist: transformers>=4.0.0
Requires-Dist: accelerate>=0.5.0
