Versions in this module Expand all Collapse all v1 v1.0.1 Dec 2, 2024 Changes in this version + const BackendTypeTensorRT + type Component struct + Dst string + Src Src + type File struct + Name string + func (f *File) UnmarshalYAML(unmarshal func(interface{}) error) error + type NIMManifest map[string]NIMProfile + 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 + ContainerURL string + Model string + Release string + Tags map[string]string + Workspace Workspace + type Src struct + Files []File + RepoID string + func (s *Src) UnmarshalYAML(unmarshal func(interface{}) error) error + type Workspace struct + Components []Component