Skip to content

Commit 756755c

Browse files
committed
fix: add GPUModel to workload spec in createOrUpdateWorkload function
1 parent dedbc25 commit 756755c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/webhook/v1/pod_webhook.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ func (m *TensorFusionPodMutator) createOrUpdateWorkload(ctx context.Context, pod
183183
Resources: tfInfo.Profile.Resources,
184184
GPUCount: tfInfo.Profile.GPUCount,
185185
Qos: tfInfo.Profile.Qos,
186+
GPUModel: tfInfo.Profile.GPUModel,
186187
IsLocalGPU: tfInfo.Profile.IsLocalGPU,
187188
},
188189
}

0 commit comments

Comments
 (0)