Versions in this module Expand all Collapse all v1 v1.0.1 Dec 2, 2024 Changes in this version + const BackendTypeTensorRT + type NIMManifest struct + ProfileSelectionCriteria string + Profiles []NIMProfile + SchemaVersion string + func (manifest NIMManifest) GetProfileModel(profileID string) string + func (manifest NIMManifest) GetProfileRelease(profileID string) string + func (manifest NIMManifest) GetProfileTags(profileID string) map[string]string + func (manifest NIMManifest) GetProfilesList() []string + func (manifest NIMManifest) MatchProfiles(modelSpec appsv1alpha1.ModelSpec, discoveredGPUs []string) ([]string, error) + type NIMParser struct + func (NIMParser) ParseModelManifest(filePath string) (nimparser.NIMManifestInterface, error) + func (NIMParser) ParseModelManifestFromRawOutput(data []byte) (nimparser.NIMManifestInterface, error) + type NIMProfile struct + ID string + Tags map[string]string + Workspace Workspace + type Uri struct + Uri string + type Workspace struct + Files map[string]Uri