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

@@ -45,7 +45,7 @@ cann = []
qnn = []
webgpu = [ "dep:glob" ]
azure = []
nv = []
nvrtx = []
tls-rustls = [ "tls-rustls-no-provider", "ureq?/rustls" ]
tls-rustls-no-provider = [ "__tls", "ureq?/rustls-no-provider" ]

View File

@@ -29,7 +29,7 @@ pub fn resolve_dist() -> Result<Distribution, Option<String>> {
if cfg!(feature = "webgpu") {
feature_set.push("wgpu");
}
if cfg!(feature = "nv") {
if cfg!(feature = "nvrtx") {
feature_set.push("nvrtx");
}
if cfg!(any(feature = "cuda", feature = "tensorrt")) {