We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d79964d commit 5cd7f65Copy full SHA for 5cd7f65
1 file changed
pkg/distribution/distribution/client.go
@@ -200,7 +200,7 @@ func (c *Client) ListModels() ([]types.Model, error) {
200
// Read the models
201
model, err := c.store.Read(modelInfo.ID)
202
if err != nil {
203
- c.log.Warnf("Failed to read model with tag %s: %v", modelInfo.Tags[0], err)
+ c.log.Warnf("Failed to read model with ID %s: %v", modelInfo.ID, err)
204
continue
205
}
206
result = append(result, model)
0 commit comments