LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
configs/bagel.yaml
configs/bagel_cfg_parallel.yaml
configs/bagel_img_disaggregated.yaml
configs/bagel_pd_disaggregated.yaml
configs/bagel_single_gpu.yaml
configs/bagel_xpu_tp2.yaml
configs/cosmos3_droid.yaml
configs/cosmos3_nano.yaml
configs/cosmos3_nano_sp2.yaml
configs/cosmos3_nano_sp4.yaml
configs/cosmos3_nano_tp2.yaml
configs/cosmos3_nano_tp2_sp2.yaml
configs/cosmos3_nano_tp4.yaml
configs/cosmos3_super_tp2.yaml
configs/cosmos3_super_tp2_sp2.yaml
configs/cosmos3_super_tp4.yaml
configs/higgs_audio.yaml
configs/orpheus.yaml
configs/orpheus_colocated.yaml
configs/orpheus_pd_disaggregated.yaml
configs/orpheus_tp2.yaml
configs/pi05.yaml
configs/pi05_droid.yaml
configs/qwen3omni.yaml
configs/qwen3omni_2gpu.yaml
configs/qwen3omni_colocated.yaml
configs/qwen3omni_full_tp2.yaml
configs/qwen3omni_pd_disaggregated.yaml
configs/qwen3omni_thinker_tp2.yaml
configs/qwen3tts.yaml
configs/vjepa2.yaml
configs/vjepa2_ac.yaml
configs/wan22.yaml
configs/whisper_large.yaml
configs/whisper_large_tp2.yaml
mstar/__init__.py
mstar/api_server/__init__.py
mstar/api_server/data_worker.py
mstar/api_server/entrypoint.py
mstar/api_server/media_io.py
mstar/api_server/request_types.py
mstar/api_server/rust_frontend.py
mstar/api_server/openai/__init__.py
mstar/api_server/openai/_util.py
mstar/api_server/openai/adapters.py
mstar/api_server/openai/protocol.py
mstar/api_server/openai/router.py
mstar/api_server/openai/serving_chat.py
mstar/api_server/openai/serving_images.py
mstar/api_server/openai/serving_speech.py
mstar/api_server/openai/serving_videos.py
mstar/cli/__init__.py
mstar/cli/main.py
mstar/client/__init__.py
mstar/client/client.py
mstar/client/media.py
mstar/client/types.py
mstar/communication/arena.py
mstar/communication/communicator.py
mstar/communication/event.py
mstar/communication/rust_communicator.py
mstar/communication/tensors.py
mstar/conductor/conductor.py
mstar/conductor/request_info.py
mstar/default_configs/__init__.py
mstar/distributed/base.py
mstar/distributed/communication.py
mstar/distributed/utils.py
mstar/engine/__init__.py
mstar/engine/cuda_graph_config.py
mstar/engine/cuda_graph_runner.py
mstar/engine/engine.py
mstar/engine/resources/__init__.py
mstar/engine/resources/base.py
mstar/engine/resources/convenience.py
mstar/engine/resources/runner.py
mstar/engine/resources/spec.py
mstar/engine/resources/step.py
mstar/engine/resources/attn/__init__.py
mstar/engine/resources/attn/base.py
mstar/engine/resources/attn/config.py
mstar/engine/resources/attn/cross.py
mstar/engine/resources/attn/dense.py
mstar/engine/resources/attn/flashinfer.py
mstar/engine/resources/attn/wrappers.py
mstar/engine/resources/attn/xpu.py
mstar/engine/resources/attn/ragged/__init__.py
mstar/engine/resources/attn/ragged/base.py
mstar/engine/resources/attn/ragged/config.py
mstar/engine/resources/attn/ragged/flashinfer.py
mstar/engine/resources/attn/ragged/wrappers.py
mstar/engine/resources/kv/__init__.py
mstar/engine/resources/kv/cache.py
mstar/engine/resources/kv/config.py
mstar/engine/resources/kv/cpu_page_pool.py
mstar/engine/resources/kv/manager.py
mstar/engine/resources/kv/plan.py
mstar/engine/resources/kv/transfer.py
mstar/engine/resources/position/__init__.py
mstar/engine/resources/position/config.py
mstar/engine/resources/position/manager.py
mstar/engine/resources/position/rope.py
mstar/engine/resources/rms_norm/__init__.py
mstar/engine/resources/rms_norm/rms_norm.py
mstar/engine/resources/sampler/__init__.py
mstar/engine/resources/sampler/config.py
mstar/engine/resources/sampler/resource.py
mstar/engine/resources/sampler/utils.py
mstar/graph/base.py
mstar/graph/graph_io.py
mstar/graph/loop_indices.py
mstar/graph/special_destinations.py
mstar/integrations/__init__.py
mstar/integrations/dynamo/__init__.py
mstar/integrations/dynamo/__main__.py
mstar/integrations/dynamo/bridges.py
mstar/integrations/dynamo/worker.py
mstar/model/base.py
mstar/model/multimodal.py
mstar/model/registry.py
mstar/model/submodule_base.py
mstar/model/utils.py
mstar/model/bagel/bagel_model.py
mstar/model/bagel/config.py
mstar/model/bagel/submodules.py
mstar/model/bagel/components/autoencoder.py
mstar/model/bagel/components/language_model.py
mstar/model/bagel/components/modeling_utils.py
mstar/model/bagel/components/tokenization.py
mstar/model/bagel/components/vit_encoder.py
mstar/model/components/__init__.py
mstar/model/components/attention.py
mstar/model/components/decoder_layer.py
mstar/model/components/linear.py
mstar/model/components/mlp.py
mstar/model/components/moe.py
mstar/model/components/norm.py
mstar/model/components/distributed/__init__.py
mstar/model/components/distributed/attention.py
mstar/model/components/distributed/embedding.py
mstar/model/components/distributed/linear.py
mstar/model/components/distributed/mlp.py
mstar/model/components/distributed/sequence_parallel.py
mstar/model/cosmos3/__init__.py
mstar/model/cosmos3/config.py
mstar/model/cosmos3/constants.py
mstar/model/cosmos3/cosmos3_model.py
mstar/model/cosmos3/loader.py
mstar/model/cosmos3/submodules.py
mstar/model/cosmos3/components/__init__.py
mstar/model/cosmos3/components/packing.py
mstar/model/cosmos3/components/sound_tokenizer.py
mstar/model/cosmos3/components/transformer.py
mstar/model/cosmos3/tests/__init__.py
mstar/model/cosmos3/tests/pipeline.py
mstar/model/cosmos3/tests/test_action.py
mstar/model/cosmos3/tests/test_droid.py
mstar/model/cosmos3/tests/test_engine_cache.py
mstar/model/cosmos3/tests/test_loader.py
mstar/model/cosmos3/tests/test_serving.py
mstar/model/cosmos3/tests/test_sound.py
mstar/model/cosmos3/tests/test_t2i.py
mstar/model/cosmos3/tests/test_video.py
mstar/model/higgs_audio/__init__.py
mstar/model/higgs_audio/config.py
mstar/model/higgs_audio/higgs_audio_model.py
mstar/model/higgs_audio/submodules.py
mstar/model/higgs_audio/components/__init__.py
mstar/model/higgs_audio/components/audio_tower.py
mstar/model/higgs_audio/components/llm.py
mstar/model/loader/__init__.py
mstar/model/loader/base.py
mstar/model/loader/iterators.py
mstar/model/orpheus/__init__.py
mstar/model/orpheus/config.py
mstar/model/orpheus/orpheus_model.py
mstar/model/orpheus/submodules.py
mstar/model/orpheus/components/__init__.py
mstar/model/orpheus/components/language_model.py
mstar/model/orpheus/components/snac.py
mstar/model/pi05/__init__.py
mstar/model/pi05/config.py
mstar/model/pi05/pi05_model.py
mstar/model/pi05/submodules.py
mstar/model/pi05/components/__init__.py
mstar/model/pi05/components/action_expert.py
mstar/model/pi05/components/flow_matching.py
mstar/model/pi05/components/paligemma.py
mstar/model/pi05/components/siglip.py
mstar/model/pi05/components/tokenization.py
mstar/model/pi05/kernels/__init__.py
mstar/model/pi05/kernels/image_normalize.py
mstar/model/qwen3_omni/__init__.py
mstar/model/qwen3_omni/config.py
mstar/model/qwen3_omni/qwen3_omni_model.py
mstar/model/qwen3_omni/submodules.py
mstar/model/qwen3_omni/components/__init__.py
mstar/model/qwen3_omni/components/attention.py
mstar/model/qwen3_omni/components/code2wav.py
mstar/model/qwen3_omni/components/rope.py
mstar/model/qwen3_omni/components/talker.py
mstar/model/qwen3_omni/components/thinker.py
mstar/model/qwen3_tts/__init__.py
mstar/model/qwen3_tts/config.py
mstar/model/qwen3_tts/qwen3_tts_model.py
mstar/model/qwen3_tts/submodules.py
mstar/model/qwen3_tts/components/__init__.py
mstar/model/qwen3_tts/components/talker.py
mstar/model/vjepa2/__init__.py
mstar/model/vjepa2/config.py
mstar/model/vjepa2/submodules.py
mstar/model/vjepa2/vjepa2_model.py
mstar/model/vjepa2/weight_loader.py
mstar/model/vjepa2/components/__init__.py
mstar/model/vjepa2/components/ac_predictor.py
mstar/model/vjepa2/components/layers.py
mstar/model/vjepa2/components/predictor.py
mstar/model/vjepa2/components/rope_utils.py
mstar/model/vjepa2/components/vit_encoder.py
mstar/model/wan22/__init__.py
mstar/model/wan22/config.py
mstar/model/wan22/submodules.py
mstar/model/wan22/wan22_model.py
mstar/model/wan22/weight_loader.py
mstar/model/wan22/components/__init__.py
mstar/model/wan22/components/dit.py
mstar/model/wan22/components/unipc.py
mstar/model/whisper/__init__.py
mstar/model/whisper/config.py
mstar/model/whisper/submodules.py
mstar/model/whisper/whisper_model.py
mstar/model/whisper/components/__init__.py
mstar/model/whisper/components/decoder.py
mstar/profile/__init__.py
mstar/profile/display.py
mstar/profile/format.py
mstar/profile/worker.py
mstar/streaming/__init__.py
mstar/streaming/chunk_policy.py
mstar/streaming/stream_buffer.py
mstar/streaming/topology.py
mstar/utils/adarms_norm.py
mstar/utils/attention.py
mstar/utils/containers.py
mstar/utils/ipc_format.py
mstar/utils/logging_config.py
mstar/utils/profiler.py
mstar/utils/fused_moe/__init__.py
mstar/utils/fused_moe/align.py
mstar/utils/fused_moe/kernels.py
mstar/utils/fused_moe/runner.py
mstar/utils/fused_moe/csrc/moe_align_block_size.cu
mstar/worker/engine_manager.py
mstar/worker/micro_scheduler.py
mstar/worker/node_manager_utils.py
mstar/worker/worker.py
mstar_ai.egg-info/PKG-INFO
mstar_ai.egg-info/SOURCES.txt
mstar_ai.egg-info/dependency_links.txt
mstar_ai.egg-info/entry_points.txt
mstar_ai.egg-info/requires.txt
mstar_ai.egg-info/top_level.txt