Skip to content

Commit

Permalink
chore: fix the comment text
Browse files Browse the repository at this point in the history
  • Loading branch information
shil committed Aug 5, 2024
1 parent 62c608e commit 6846e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/v1alpha1/nimcache_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ type NGCSource struct {

// GITSource references a model stored on NVIDIA NGC
type GITSource struct {
// The name of an existing pull secret containing the NGC_API_KEY
// The name of an existing auth secret for the git repo
AuthSecret string `json:"authSecret"`
// ModelPuller is the container image that can pull the model
ModelPuller string `json:"modelPuller"`
Expand Down

0 comments on commit 6846e15

Please sign in to comment.