We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
torch
1 parent a9c1f7e commit 3b99aabCopy full SHA for 3b99aab
pyproject.toml
@@ -8,7 +8,7 @@ version = "0.1.0"
8
authors = [{ name = "Jiacheng Huang", email = "huangjiacheng0709@outlook.com" }]
9
description = "NineToothed operators for LLMs."
10
readme = "README.md"
11
-dependencies = ["ninetoothed>=0.16.0"]
+dependencies = ["ninetoothed>=0.16.0", "torch"]
12
requires-python = ">=3.10"
13
classifiers = [
14
"Programming Language :: Python :: 3",
0 commit comments