HT.Guo
HT.Guo
Hi thanks for the code! I tried to convert an SMPL-x model (.obj generated by blender add-on) to a SMPL representation. While trying to run this code `python main.py --exp-cfg...
Correct the path to Run_Gemma.md in README.md. This file was moved to tpu folder previously in https://github.com/google/maxtext/commit/d6769933c1f80d741ff662e2e26c2b545837154e.
# Description Start with a short description of what the PR does and how this is a change from the past. The rest of the description includes relevant details and...
# Description Start with a short description of what the PR does and how this is a change from the past. The rest of the description includes relevant details and...
# Description - Following https://github.com/AI-Hypercomputer/maxtext/pull/2616, the `attention` module now returns a tuple `out, kv_cache` instead of `out`. This PR updates the output of Gemma3 ViT attention layer. - Update from...
# Description - Add image/video/audio preprocessing utils for Qwen3-Omni in `MaxText.multimodal.qwen3_omni_preprocessor.preprocess_mm_data_qwen3_omni()`, returning dataclass `Qwen3OmniPreprocessorOutput` containing all preprocessed data (`pixel_values`, `pixel_grid_thw`, `video_values`, `video_grid_thw`, `video_second_per_grid`, `audio_values`, `audio_mask`). - Add unit test comparing...