Skip to content

Commit 49c8b47

Browse files
author
smarunich
committed
typo
1 parent b8864ef commit 49c8b47

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.kiro/specs/model-publishing-workflow/tasks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
- _Requirements: 1.3, 4.3_
2929

3030
- [ ] 3. Implement core publishing service functionality
31-
- [ ] 3.1 Implement model type detection logic
31+
- [-] 3.1 Implement model type detection logic
3232
- Add logic to determine if model supports traditional inference or OpenAI schema
3333
- Create model capability analysis based on InferenceService configuration
3434
- _Requirements: 1.4, 1.5_

management/publishing.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1201,6 +1201,7 @@ func (s *PublishingService) cleanupPublishedModelMetadata(namespace, modelName s
12011201
if err := s.k8sClient.DeletePublishedModelMetadata(namespace, modelName); err != nil {
12021202
log.Printf("Failed to cleanup published model metadata %s/%s: %v", namespace, modelName, err)
12031203
}
1204+
}
12041205

12051206
func (s *PublishingService) logPublishingEvent(user *User, modelName, namespace, action string) {
12061207
// Create audit log entry

0 commit comments

Comments
 (0)