.gitignore
AGENTS.md
CONTRIBUTING.md
DEVELOPMENT.md
LICENSE
README.md
pyproject.toml
.github/CODEOWNERS
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.yml
.github/ISSUE_TEMPLATE/question.yml
.github/workflows/ci.yml
awex/__init__.py
awex/awex.py
awex/config.py
awex/logging.py
awex.egg-info/PKG-INFO
awex.egg-info/SOURCES.txt
awex.egg-info/dependency_links.txt
awex.egg-info/requires.txt
awex.egg-info/top_level.txt
awex/converter/__init__.py
awex/converter/mcore_converter.py
awex/converter/sglang_converter.py
awex/converter/weights_converter.py
awex/engine/__init__.py
awex/engine/core.py
awex/engine/mcore.py
awex/engine/sglang.py
awex/meta/__init__.py
awex/meta/infer_meta_resolver.py
awex/meta/meta_resolver.py
awex/meta/meta_server.py
awex/meta/train_meta_resolver.py
awex/meta/weight_meta.py
awex/models/__init__.py
awex/models/ling.py
awex/models/registry.py
awex/reader/__init__.py
awex/reader/astate_reader.py
awex/reader/nccl_reader.py
awex/reader/weights_reader.py
awex/sharding/__init__.py
awex/sharding/mcore_sharding.py
awex/sharding/param_sharding.py
awex/sharding/rank_info.py
awex/sharding/sglang_sharding.py
awex/tests/__init__.py
awex/tests/test_meta_resolver.py
awex/tests/test_meta_server.py
awex/tests/test_tensor_utils.py
awex/tests/test_transfer_plan.py
awex/tests/test_utils.py
awex/tests/test_weights_util.py
awex/tests/test_weights_writer.py
awex/tests/weights_exchange_it.py
awex/transfer/__init__.py
awex/transfer/nccl_comm.py
awex/transfer/nccl_stream_batch.py
awex/transfer/transfer_plan.py
awex/util/__init__.py
awex/util/common.py
awex/util/gpu.py
awex/util/process_group.py
awex/util/system_util.py
awex/util/tensor_util.py
awex/writer/__init__.py
awex/writer/astate_writer.py
awex/writer/nccl_writer.py
awex/writer/weights_writer.py
ci/format.sh
docs/README.md
docs/images/awex_arch.png
docs/images/nccl_colocate.png
docs/images/nccl_separate.png
docs/images/rmda_transport.png
docs/images/weights_exchange.png