File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ texttable = { version = "^1.7.0", optional = true }
2424transformers = " 4.38.2"
2525optimum = { version = " ^1.17.1" , extras = [" onnxruntime-gpu" ], optional = true }
2626onnxruntime = { version = " ^1.17.1" , optional = true }
27- onnxruntime-gpu = { version = " ^1.17.1" , optional = true }
27+ onnxruntime-gpu = { version = " ^1.17.1" , source = " onnxruntime-gpu-src " , optional = true }
2828onnx = { version = " ^1.15.0" , optional = true }
2929einops = " ^0.7.0"
3030ibm-fms = { version = " ^0.0" , optional = true }
@@ -51,6 +51,12 @@ quantize = ["datasets", "texttable"]
5151grpcio-tools = " ^1.62.1"
5252pytest = " ^8.0.1"
5353
54+
55+ [[tool .poetry .source ]]
56+ name = " onnxruntime-gpu-src"
57+ url = " https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/onnxruntime-cuda-12/pypi/simple/"
58+ priority = " explicit"
59+
5460[build-system ]
5561requires = [" poetry-core>=1.0.0" ]
5662build-backend = " poetry.core.masonry.api"
You can’t perform that action at this time.
0 commit comments