We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8e9ff9 commit 6d036f8Copy full SHA for 6d036f8
src/guidellm/extras/__init__.py
@@ -1,4 +1,4 @@
1
"""
2
Code that depends on optional dependencies.
3
-Each submodule should be defered imported.
+Each submodule should be deferred imported.
4
src/guidellm/extras/multimodal.py
@@ -269,7 +269,7 @@ def encode_audio(
269
],
270
str | int | float | None,
271
]:
272
- """Decode audio (if nessary) and re-encode to specified format."""
+ """Decode audio (if necessary) and re-encode to specified format."""
273
samples = _decode_audio(audio, sample_rate=sample_rate, max_duration=max_duration)
274
275
bitrate_val = (
0 commit comments