setup.cfg 999 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. [metadata]
  2. name = petals
  3. version = 1.0alpha1
  4. author = Petals Developers
  5. author_email = petals-dev@googlegroups.com
  6. description = Easy way to efficiently run 100B+ language models without high-end GPUs
  7. long_description = file: README.md
  8. long_description_content_type = text/markdown
  9. url = https://github.com/bigscience-workshop/petals
  10. project_urls =
  11. Bug Tracker = https://github.com/bigscience-workshop/petals/issues
  12. classifiers =
  13. Programming Language :: Python :: 3
  14. License :: OSI Approved :: MIT License
  15. [options]
  16. package_dir =
  17. = src
  18. packages = find:
  19. python_requires = >=3.7
  20. install_requires =
  21. torch>=1.12
  22. bitsandbytes==0.34.0
  23. accelerate==0.10.0
  24. huggingface-hub==0.7.0
  25. transformers==4.21.3
  26. protobuf>=3.20.3,<4.0dev
  27. hivemind==1.1.3
  28. humanfriendly
  29. async-timeout>=4.0.2
  30. [options.extras_require]
  31. dev =
  32. pytest==6.2.5
  33. pytest-forked
  34. pytest-asyncio==0.16.0
  35. black==22.3.0
  36. isort==5.10.1
  37. psutil
  38. [options.packages.find]
  39. where = src