We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c292e8 commit b97cac7Copy full SHA for b97cac7
1 file changed
internal/engines/saturation/engine_test.go
@@ -548,15 +548,6 @@ data:
548
Name: name,
549
},
550
ModelID: modelID,
551
- ModelProfile: llmdVariantAutoscalingV1alpha1.ModelProfile{
552
- Accelerators: []llmdVariantAutoscalingV1alpha1.AcceleratorProfile{
553
- {
554
- Acc: "A100",
555
- AccCount: 1,
556
- MaxBatchSize: 4,
557
- },
558
559
560
561
}
562
Expect(k8sClient.Create(ctx, r)).To(Succeed())
0 commit comments