github.com/fthrvi/nakshatra
setup.cfg
1[metadata]2name = petals3version = attr: petals.__version__4author = Petals Developers5author_email = petals-devs@googlegroups.com6description = Easy way to efficiently run 100B+ language models without high-end GPUs7long_description = file: README.md8long_description_content_type = text/markdown9url = https://github.com/bigscience-workshop/petals10project_urls =11 Bug Tracker = https://github.com/bigscience-workshop/petals/issues12classifiers =13 Development Status :: 4 - Beta14 Intended Audience :: Developers15 Intended Audience :: Science/Research16 License :: OSI Approved :: MIT License17 Programming Language :: Python :: 318 Programming Language :: Python :: 3.819 Programming Language :: Python :: 3.920 Programming Language :: Python :: 3.1021 Programming Language :: Python :: 3.1122 Topic :: Scientific/Engineering23 Topic :: Scientific/Engineering :: Mathematics24 Topic :: Scientific/Engineering :: Artificial Intelligence25 Topic :: Software Development26 Topic :: Software Development :: Libraries27 Topic :: Software Development :: Libraries :: Python Modules2829[options]30package_dir =31 = src32packages = find:33python_requires = >=3.834install_requires =35 torch>=1.1236 bitsandbytes==0.41.137 accelerate>=0.27.238 huggingface-hub>=0.11.1,<1.0.039 tokenizers>=0.13.340 transformers==4.43.1 # if you change this, please also change version assert in petals/__init__.py41 speedtest-cli==2.1.342 hivemind @ git+https://github.com/learning-at-home/hivemind.git@213bff98a62accb91f254e2afdccbf1d69ebdea943 tensor_parallel==1.0.2344 humanfriendly45 async-timeout>=4.0.246 cpufeature>=0.2.0; platform_machine == "x86_64"47 packaging>=20.948 sentencepiece>=0.1.9949 peft==0.8.250 safetensors>=0.3.151 Dijkstar>=2.6.052 numpy<253 # Phase F4 (worker hardening sprint, 2026-05-19): Ed25519 + TLS54 # primitives for the Sthambha pillar handshake. Pinned range matches55 # Sthambha's pyproject.toml so the two repos coexist in one env.56 cryptography>=41.0,<465758[options.extras_require]59dev =60 pytest==6.2.561 pytest-forked62 pytest-asyncio==0.16.063 black==22.3.064 isort==5.10.165 psutil6667[options.packages.find]68where = src69