Skip to content

Commit b97cac7

Browse files
asm582mamy-CS
authored andcommitted
fix lint issues (llm-d#551)
1 parent 1c292e8 commit b97cac7

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

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)