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.
1 parent b06d69b commit 6e14357Copy full SHA for 6e14357
pyproject.toml
@@ -67,7 +67,7 @@ requires = [
67
build-backend = "setuptools.build_meta"
68
69
[project.optional-dependencies]
70
-GPU = ["cupy-cuda12x"]
+GPU = ["cupy-cuda13x"]
71
test = ["pytest"]
72
all = ["tritonserver[GPU]", "tritonserver[test]"]
73
0 commit comments