Metadata-Version: 2.1
Name: the-grid
Version: 0.1.0
Summary: Easy way to efficiently run 100B+ language models without high-end GPUs
Home-page: https://github.com/kyegomez/thegrid
License: MIT
Author: Grid Developers
Author-email: https://discord.gg/qUtxnK2NMf
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: Dijkstar (>=2.6.0)
Requires-Dist: accelerate (>=0.20.3,<0.21.0)
Requires-Dist: async-timeout (>=4.0.2)
Requires-Dist: bitsandbytes (==0.40.1.post1)
Requires-Dist: cpufeature (>=0.2.0)
Requires-Dist: hivemind (==1.1.9)
Requires-Dist: huggingface-hub (>=0.11.1,<1.0.0)
Requires-Dist: humanfriendly
Requires-Dist: packaging (>=20.9)
Requires-Dist: peft (>=0.4.0)
Requires-Dist: pydantic (>=1.10,<2.0)
Requires-Dist: safetensors (>=0.3.1)
Requires-Dist: sentencepiece (>=0.1.99)
Requires-Dist: speedtest-cli (==2.1.3)
Requires-Dist: tensor_parallel (==1.0.23)
Requires-Dist: tokenizers (>=0.13.3)
Requires-Dist: torch (>=1.12)
Requires-Dist: transformers (>=4.31.0,<5.0.0)
