Skip to content

Commit

Permalink
Update scheduler/pkg/agent/repository/mlserver/mlserver.go
Browse files Browse the repository at this point in the history
Co-authored-by: Sherif Akoush <[email protected]>
  • Loading branch information
RobertSamoilescu and sakoush authored Jan 28, 2025
1 parent a698f39 commit eeb7a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scheduler/pkg/agent/repository/mlserver/mlserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ func (m *MLServerRepositoryHandler) setModelSettings(
ms.Parameters.Extra[inferUriKey] = &inferUri
}

// custom logic for specifc callser
// custom logic for specific caller
if customize != nil {
if err := customize(ms); err != nil {
return err
Expand Down

0 comments on commit eeb7a78

Please sign in to comment.