Skip to content

Commit f65bed4

Browse files
feat(inference): remove DeploymentQuantization.enabled field (scaleway#2482)
Co-authored-by: Jonathan R. <[email protected]>
1 parent 76e5779 commit f65bed4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

api/inference/v1/inference_sdk.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -286,9 +286,6 @@ type ModelSupportedNode struct {
286286

287287
// DeploymentQuantization: deployment quantization.
288288
type DeploymentQuantization struct {
289-
// Enabled: whether to enable quantization for this deployment.
290-
Enabled bool `json:"enabled"`
291-
292289
// Bits: the number of bits each model parameter should be quantized to. The quantization method is chosen based on this value.
293290
Bits uint32 `json:"bits"`
294291
}

0 commit comments

Comments
 (0)