Skip to content

Commit 69dfa9b

Browse files
authored
Updating tabs to spaces (#1311)
1 parent 654199f commit 69dfa9b

File tree

1 file changed

+2
-2
lines changed
  • docs/proposals/1199-inferencemodel-api-evolution

1 file changed

+2
-2
lines changed

docs/proposals/1199-inferencemodel-api-evolution/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ type InferenceObjectivesSpec struct {
9494
PoolRef InferenceObjectReference
9595

9696
// this is a departure from InferenceModel that used string for criticality.
97-
// We got quite a bit of feedback around allowing for custom criticality bands, so an int/enum is more flexible & carries inherent stack rank value.
97+
// We got quite a bit of feedback around allowing for custom criticality bands, so an int/enum is more flexible & carries inherent stack rank value.
9898
Criticality *int
9999
}
100100

@@ -135,7 +135,7 @@ type InferenceObjectivesSpec struct {
135135
PoolRef InferenceObjectReference
136136

137137
// this is a departure from InferenceModel that used string for criticality.
138-
// We got quite a bit of feedback around allowing for custom criticality bands, so an int/enum is more flexible & carries inherent stack rank value.
138+
// We got quite a bit of feedback around allowing for custom criticality bands, so an int/enum is more flexible & carries inherent stack rank value.
139139
Criticality *int
140140
PerformanceObjectives NotYetDefinedSLOCRD
141141
PerformanceObjectivesRef *InferenceObjectReference

0 commit comments

Comments
 (0)