Skip to content

Commit

Permalink
chore: modifyed the runtime id annotation
Browse files Browse the repository at this point in the history
Co-authored-by: Edgar Hernández <ehernand@redhat.com>
  • Loading branch information
TomerFi and israel-hdez authored Dec 1, 2024
1 parent c6adf3f commit d8a3544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/utils/nim.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const (
nimGetNgcCatalog = "https://api.ngc.nvidia.com/v2/search/catalog/resources/CONTAINER"
nimGetNgcToken = "https://authn.nvidia.com/token?service=ngc&"
nimGetNgcModelDataFmt = "https://api.ngc.nvidia.com/v2/org/%s/team/%s/repos/%s?resolve-labels=true"
IsNimRuntimeAnnotation = "openshift.io/nvidia-nim-runtime"
IsNimRuntimeAnnotation = runtimes.opendatahub.io/nvidia-nim"
)

var NimHttpClient HttpClient
Expand Down

0 comments on commit d8a3544

Please sign in to comment.