Skip to content

Commit e55b311

Browse files
committed
fix lint issues
1 parent 749504f commit e55b311

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

internal/engines/saturation/engine_test.go

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -548,15 +548,6 @@ data:
548548
Name: name,
549549
},
550550
ModelID: modelID,
551-
ModelProfile: llmdVariantAutoscalingV1alpha1.ModelProfile{
552-
Accelerators: []llmdVariantAutoscalingV1alpha1.AcceleratorProfile{
553-
{
554-
Acc: "A100",
555-
AccCount: 1,
556-
MaxBatchSize: 4,
557-
},
558-
},
559-
},
560551
},
561552
}
562553
Expect(k8sClient.Create(ctx, r)).To(Succeed())

0 commit comments

Comments
 (0)