Skip to content

Commit af9e1d1

Browse files
nikita-savelyevvmvafin
authored andcommitted
Add smooth_quant_alpha argument to docs (#1403)
1 parent e9f00db commit af9e1d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/source/openvino/optimization.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1006,6 +1006,7 @@ ov_model = OVModelForSpeechSeq2Seq.from_pretrained(
10061006
num_samples=10,
10071007
dataset="librispeech",
10081008
processor=model_id,
1009+
smooth_quant_alpha=0.95,
10091010
)
10101011
)
10111012
```

0 commit comments

Comments
 (0)