mirror of
https://github.com/pykeio/ort
synced 2026-04-25 16:34:55 +02:00
refactor: rename nv execution provider to nvrtx
This commit is contained in:
@@ -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" ]
|
||||
|
||||
@@ -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")) {
|
||||
|
||||
Reference in New Issue
Block a user