We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 07e6b63 + da59c88 commit 044a495Copy full SHA for 044a495
Makefile
@@ -21,6 +21,3 @@ install:
21
22
install-dev:
23
python3 -m pip install '.[dev]'
24
-
25
-install-cubit:
26
- python3 -m pip install '.[cubit]'
pyproject.toml
@@ -68,10 +68,6 @@ torch = [
68
cli = [
69
"bittensor-cli>=9.0.2"
70
]
71
-cubit = [
72
- "torch>=1.13.1,<3.0",
73
- "cubit @ git+https://github.com/opentensor/[email protected]"
74
-]
75
76
77
[project.urls]
0 commit comments