refactor: rename nv execution provider to nvrtx

This commit is contained in:
Carson M.
2025-10-28 14:41:58 -05:00
parent 7035ab5ffc
commit d8d297d33e
6 changed files with 11 additions and 10 deletions

View File

@@ -90,7 +90,7 @@ cann = [ "ort-sys/cann" ]
qnn = [ "ort-sys/qnn" ]
webgpu = [ "ort-sys/webgpu" ]
azure = [ "ort-sys/azure" ]
nv = [ "ort-sys/nv" ]
nvrtx = [ "ort-sys/nvrtx" ]
[dependencies]
ort-sys = { version = "=2.0.0-rc.10", path = "ort-sys", default-features = false }