Skip to content

Commit 674d9d9

Browse files
committed
amend
1 parent 660a018 commit 674d9d9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/MaxText/multimodal/qwen3_omni_processor.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
import decord
15+
"""Qwen3-Omni-specific preprocessing utilities for multimodal features.
16+
17+
Original implementation from HuggingFace: Qwen/Qwen3-Omni-30B-A3B-Instruct.
18+
"""
19+
20+
import decord
1621
import jax
1722
import librosa
1823
import math

0 commit comments

Comments
 (0)