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 660a018 commit 674d9d9Copy full SHA for 674d9d9
src/MaxText/multimodal/qwen3_omni_processor.py
@@ -12,7 +12,12 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-import decord
+"""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
21
import jax
22
import librosa
23
import math
0 commit comments