forked from sirouk/llm-defender-subnet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
44 lines (42 loc) · 1.21 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[metadata]
name = llm_defender
version = 0.5.1
author = ceterum1
author_email = [email protected]
description = This project implements the llm-defender subnet for Bittensor
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/ceterum1/llm-defender-subnet
classifiers =
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"Topic :: Software Development :: Build Tools",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.10",
"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",
license_files = LICENSE
[options]
packages = find:
python_requires = >=3.10
install_requires =
bittensor == 6.9.3
torch
gitpython
python-dotenv
[options.packages.find]
include = llm_defender
[options.extras_require]
wandb =
wandb
miner =
transformers
datasets
validator =
scikit-learn
numpy