2022-11-30 06:41:13 +00:00
|
|
|
[metadata]
|
|
|
|
name = petals
|
2023-01-10 11:47:58 +00:00
|
|
|
version = attr: petals.__version__
|
2022-11-30 06:41:13 +00:00
|
|
|
author = Petals Developers
|
|
|
|
author_email = petals-dev@googlegroups.com
|
|
|
|
description = Easy way to efficiently run 100B+ language models without high-end GPUs
|
|
|
|
long_description = file: README.md
|
|
|
|
long_description_content_type = text/markdown
|
|
|
|
url = https://github.com/bigscience-workshop/petals
|
|
|
|
project_urls =
|
|
|
|
Bug Tracker = https://github.com/bigscience-workshop/petals/issues
|
|
|
|
classifiers =
|
|
|
|
Development Status :: 4 - Beta
|
|
|
|
Intended Audience :: Developers
|
|
|
|
Intended Audience :: Science/Research
|
|
|
|
License :: OSI Approved :: MIT License
|
|
|
|
Programming Language :: Python :: 3
|
|
|
|
Programming Language :: Python :: 3.7
|
|
|
|
Programming Language :: Python :: 3.8
|
|
|
|
Programming Language :: Python :: 3.9
|
|
|
|
Topic :: Scientific/Engineering
|
|
|
|
Topic :: Scientific/Engineering :: Mathematics
|
|
|
|
Topic :: Scientific/Engineering :: Artificial Intelligence
|
|
|
|
Topic :: Software Development
|
|
|
|
Topic :: Software Development :: Libraries
|
|
|
|
Topic :: Software Development :: Libraries :: Python Modules
|
|
|
|
|
|
|
|
[options]
|
|
|
|
package_dir =
|
|
|
|
= src
|
|
|
|
packages = find:
|
|
|
|
python_requires = >=3.7
|
|
|
|
install_requires =
|
|
|
|
torch>=1.12
|
|
|
|
bitsandbytes==0.34.0
|
2022-12-13 08:03:49 +00:00
|
|
|
accelerate==0.15.0
|
|
|
|
huggingface-hub==0.11.1
|
|
|
|
transformers==4.25.1
|
2022-12-15 12:21:33 +00:00
|
|
|
speedtest-cli==2.1.3
|
2023-01-09 16:41:23 +00:00
|
|
|
hivemind==1.1.5
|
2023-01-03 15:35:51 +00:00
|
|
|
tensor_parallel==1.0.23
|
2022-11-30 06:41:13 +00:00
|
|
|
humanfriendly
|
|
|
|
async-timeout>=4.0.2
|
2023-01-04 19:28:16 +00:00
|
|
|
cpufeature>=0.2.0
|
2022-11-30 06:41:13 +00:00
|
|
|
|
|
|
|
[options.extras_require]
|
|
|
|
dev =
|
|
|
|
pytest==6.2.5
|
|
|
|
pytest-forked
|
|
|
|
pytest-asyncio==0.16.0
|
|
|
|
black==22.3.0
|
|
|
|
isort==5.10.1
|
|
|
|
psutil
|
|
|
|
|
|
|
|
[options.packages.find]
|
|
|
|
where = src
|