comment out unused arm, triton in toml (#15741)

fixed `PYTHONPATH=. uv run tinygrad/apps/llm.py`
This commit is contained in:
chenyu
2026-04-15 10:05:19 -04:00
committed by GitHub
parent 1c36878008
commit 7cbfa1896a

View File

@@ -50,8 +50,8 @@ tinygrad = ["py.typed"]
[project.optional-dependencies]
arm = ["unicorn"]
triton = ["triton-nightly>=2.1.0.dev20231014192330"]
# arm = ["unicorn"]
# triton = ["triton-nightly>=2.1.0.dev20231014192330"]
linting = [
"pylint",
"mypy==1.19.1",