From c73ae0bd88c47ad4daad294faa545d411cbae36e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20de=20Kok?= Date: Thu, 13 Mar 2025 10:36:29 +0100 Subject: [PATCH] Update to `kernels` 0.2.1 (#3084) * Update to `kernels` 0.2.1 The package was renamed from `hf-kernels` to `kernels`. The new version also updates the lockfile format. * Download kernels in `install-cuda` target --- .github/workflows/tests.yaml | 2 +- Dockerfile | 6 +- flake.lock | 8 +- flake.nix | 2 +- nix/server.nix | 4 +- server/Makefile | 1 + server/hf-kernels.lock | 7088 ----------------- server/kernels.lock | 272 + server/pyproject.toml | 4 +- .../text_generation_server/utils/kernels.py | 2 +- server/uv.lock | 30 +- 11 files changed, 303 insertions(+), 7116 deletions(-) delete mode 100644 server/hf-kernels.lock create mode 100644 server/kernels.lock diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index f8c17dc78..895b4dd4d 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -46,7 +46,7 @@ jobs: - name: Download locked kernels run: | source ./.venv/bin/activate - hf-kernels download server + kernels download server - name: Run server tests run: | source ./.venv/bin/activate diff --git a/Dockerfile b/Dockerfile index fb87968a1..cbb0977f2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -183,12 +183,12 @@ COPY server server COPY server/Makefile server/Makefile ENV HF_KERNELS_CACHE=/kernels RUN cd server && \ - uv sync --frozen --extra gen --extra attention --extra bnb --extra accelerate --extra compressed-tensors --extra marlin --extra moe --extra quantize --extra peft --extra outlines --no-install-project --active && \ + uv sync --frozen --extra gen --extra bnb --extra accelerate --extra compressed-tensors --extra quantize --extra peft --extra outlines --no-install-project --active && \ make gen-server-raw && \ - hf-kernels download . + kernels download . RUN cd server && \ - uv sync --frozen --extra gen --extra attention --extra bnb --extra accelerate --extra compressed-tensors --extra marlin --extra moe --extra quantize --extra peft --extra outlines --active --python=${PYTHON_VERSION} && \ + uv sync --frozen --extra gen --extra bnb --extra accelerate --extra compressed-tensors --extra quantize --extra peft --extra outlines --active --python=${PYTHON_VERSION} && \ uv pip install nvidia-nccl-cu12==2.25.1 && \ pwd && \ text-generation-server --help diff --git a/flake.lock b/flake.lock index 719cdeea0..d049a71d7 100644 --- a/flake.lock +++ b/flake.lock @@ -978,16 +978,16 @@ "nixpkgs": "nixpkgs_6" }, "locked": { - "lastModified": 1740049068, - "narHash": "sha256-heYzYOt+TSnRKHIV24s74yEjLkTbBfjNCWHdQEX++eI=", + "lastModified": 1741617161, + "narHash": "sha256-cwKYAsIVSLtoLbG48+oi3NkSrvuZRLYs8lkJmpDsTw0=", "owner": "huggingface", "repo": "text-generation-inference-nix", - "rev": "143e8451efa22b120f97e6698508e9a0aed82769", + "rev": "5946021ec6cb6aae18158a9dc27f893cfbab2925", "type": "github" }, "original": { "owner": "huggingface", - "ref": "hub-rotary", + "ref": "kernels-0.2.0", "repo": "text-generation-inference-nix", "type": "github" } diff --git a/flake.nix b/flake.nix index 5058667a8..ac4331c24 100644 --- a/flake.nix +++ b/flake.nix @@ -5,7 +5,7 @@ inputs.nixpkgs.follows = "tgi-nix/nixpkgs"; }; nix-filter.url = "github:numtide/nix-filter"; - tgi-nix.url = "github:huggingface/text-generation-inference-nix/hub-rotary"; + tgi-nix.url = "github:huggingface/text-generation-inference-nix/kernels-0.2.0"; nixpkgs.follows = "tgi-nix/nixpkgs"; flake-utils.url = "github:numtide/flake-utils"; rust-overlay = { diff --git a/nix/server.nix b/nix/server.nix index 0640fe3a1..1d00b9780 100644 --- a/nix/server.nix +++ b/nix/server.nix @@ -16,8 +16,8 @@ grpcio-reflection, grpcio-status, grpcio-tools, - hf-kernels, hf-transfer, + kernels, loguru, mamba-ssm, moe, @@ -91,8 +91,8 @@ buildPythonPackage { grpcio-reflection grpcio-status grpcio-tools - hf-kernels hf-transfer + kernels loguru mamba-ssm moe diff --git a/server/Makefile b/server/Makefile index 0db6f89b4..3abc917e4 100644 --- a/server/Makefile +++ b/server/Makefile @@ -39,6 +39,7 @@ install: install-cuda install-cuda: install-server install-flash-attention-v2-cuda install-flash-attention uv pip install -e ".[attention,bnb,marlin,moe]" uv pip install nvidia-nccl-cu12==2.22.3 + kernels download . install-rocm: install-server install-flash-attention-v2-rocm install-vllm-rocm diff --git a/server/hf-kernels.lock b/server/hf-kernels.lock deleted file mode 100644 index 7dc759436..000000000 --- a/server/hf-kernels.lock +++ /dev/null @@ -1,7088 +0,0 @@ -[ - { - "repo_id": "kernels-community/paged-attention", - "sha": "331b7e63a6b592799c8bc992f681bb1ee2c865a2", - "files": [ - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/paged_attention/__init__.py", - "blob_id": "9de56043369487facc1f163df6bd319c9806e5ca" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/paged_attention/_custom_ops.py", - "blob_id": "a0c0b8db085468dee5100c98d14106a9ee917bf2" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/paged_attention/_ops.py", - "blob_id": "609570440c63122010e6254ac2f92d4e4e52ec02" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/paged_attention/_paged_attention_fao6f4gjjrpl6.abi3.so", - "blob_id": "a4e60f2c567eb63c84430e9b80acaa0aa6974b1e" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/paged_attention/platforms.py", - "blob_id": "aa06132e74cd7fb634044a76e528979b02a3559b" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/paged_attention/__init__.py", - "blob_id": "9de56043369487facc1f163df6bd319c9806e5ca" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/paged_attention/_custom_ops.py", - "blob_id": "a0c0b8db085468dee5100c98d14106a9ee917bf2" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/paged_attention/_ops.py", - "blob_id": "9e52382b912b4e2d07f84982f762345debdbbfc8" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/paged_attention/_paged_attention_eo7ts45r6k64y.abi3.so", - "blob_id": "c20f9501a41daa820dfda27434674d032931b51e" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/paged_attention/platforms.py", - "blob_id": "aa06132e74cd7fb634044a76e528979b02a3559b" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/paged_attention/__init__.py", - "blob_id": "9de56043369487facc1f163df6bd319c9806e5ca" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/paged_attention/_custom_ops.py", - "blob_id": "a0c0b8db085468dee5100c98d14106a9ee917bf2" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/paged_attention/_ops.py", - "blob_id": "5f01e3f8c4ae3a031f109f78e010014d34347647" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/paged_attention/_paged_attention_5odgyxqhwqtv2.abi3.so", - "blob_id": "74f9714690337f49661c641a4f60f6e1e1f56cfa" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/paged_attention/platforms.py", - "blob_id": "aa06132e74cd7fb634044a76e528979b02a3559b" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/paged_attention/__init__.py", - "blob_id": "9de56043369487facc1f163df6bd319c9806e5ca" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/paged_attention/_custom_ops.py", - "blob_id": "a0c0b8db085468dee5100c98d14106a9ee917bf2" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/paged_attention/_ops.py", - "blob_id": "a3016a6b1cd7ae051012084bbd39d6f2e0913ace" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/paged_attention/_paged_attention_uy2moinaww2jc.abi3.so", - "blob_id": "445652acd4719542710cda86a2d08c70a56c8094" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/paged_attention/platforms.py", - "blob_id": "aa06132e74cd7fb634044a76e528979b02a3559b" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/paged_attention/__init__.py", - "blob_id": "9de56043369487facc1f163df6bd319c9806e5ca" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/paged_attention/_custom_ops.py", - "blob_id": "a0c0b8db085468dee5100c98d14106a9ee917bf2" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/paged_attention/_ops.py", - "blob_id": "e2cd992a80d4b938f243f0e6060e863278aca7f6" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/paged_attention/_paged_attention_35dt23tewn2p2.abi3.so", - "blob_id": "1f6414c382a753edb7512927ac5f3e31b196531d" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/paged_attention/platforms.py", - "blob_id": "aa06132e74cd7fb634044a76e528979b02a3559b" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/paged_attention/__init__.py", - "blob_id": "9de56043369487facc1f163df6bd319c9806e5ca" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/paged_attention/_custom_ops.py", - "blob_id": "a0c0b8db085468dee5100c98d14106a9ee917bf2" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/paged_attention/_ops.py", - "blob_id": "150412d67365be8ae5668f83d1939148bb576050" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/paged_attention/_paged_attention_fhq57q56w3m5o.abi3.so", - "blob_id": "ee97eee26a4de8d14d7ccdadaf406eed8405de39" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/paged_attention/platforms.py", - "blob_id": "aa06132e74cd7fb634044a76e528979b02a3559b" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/paged_attention/__init__.py", - "blob_id": "9de56043369487facc1f163df6bd319c9806e5ca" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/paged_attention/_custom_ops.py", - "blob_id": "a0c0b8db085468dee5100c98d14106a9ee917bf2" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/paged_attention/_ops.py", - "blob_id": "2bfef111c96308e595eb628bc88ab660a443089c" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/paged_attention/_paged_attention_xvepb4loq5mm2.abi3.so", - "blob_id": "1ea51bd49f8ec76bbe306a261021da52fe6a980f" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/paged_attention/platforms.py", - "blob_id": "aa06132e74cd7fb634044a76e528979b02a3559b" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/paged_attention/__init__.py", - "blob_id": "9de56043369487facc1f163df6bd319c9806e5ca" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/paged_attention/_custom_ops.py", - "blob_id": "a0c0b8db085468dee5100c98d14106a9ee917bf2" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/paged_attention/_ops.py", - "blob_id": "8928daeec47128544cef187bf18f214fc2238019" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/paged_attention/_paged_attention_uyfdujhnc2xoe.abi3.so", - "blob_id": "cf8ebe40f27db0fa87c46d7b4066494e65843820" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/paged_attention/platforms.py", - "blob_id": "aa06132e74cd7fb634044a76e528979b02a3559b" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/paged_attention/__init__.py", - "blob_id": "9de56043369487facc1f163df6bd319c9806e5ca" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/paged_attention/_custom_ops.py", - "blob_id": "a0c0b8db085468dee5100c98d14106a9ee917bf2" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/paged_attention/_ops.py", - "blob_id": "dff8537df63e1ef37769a6b7ba6b8c58192d7faa" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/paged_attention/_paged_attention_pervvqmod6pi4.abi3.so", - "blob_id": "77eb42e3471e9aa84d1f5d9854995c9737ed6bf3" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/paged_attention/platforms.py", - "blob_id": "aa06132e74cd7fb634044a76e528979b02a3559b" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/paged_attention/__init__.py", - "blob_id": "9de56043369487facc1f163df6bd319c9806e5ca" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/paged_attention/_custom_ops.py", - "blob_id": "a0c0b8db085468dee5100c98d14106a9ee917bf2" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/paged_attention/_ops.py", - "blob_id": "543c64d1589cb1747d7dc1ac29bd8f2cbeb61ab7" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/paged_attention/_paged_attention_24rowhxd5ebcc.abi3.so", - "blob_id": "43ec3529d8eac816c31cc1eaad4cc2baa3cbd3d6" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/paged_attention/platforms.py", - "blob_id": "aa06132e74cd7fb634044a76e528979b02a3559b" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/paged_attention/__init__.py", - "blob_id": "9de56043369487facc1f163df6bd319c9806e5ca" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/paged_attention/_custom_ops.py", - "blob_id": "a0c0b8db085468dee5100c98d14106a9ee917bf2" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/paged_attention/_ops.py", - "blob_id": "1d62b9bb1cfb040d7f68cd108ac9067100b4cf2d" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/paged_attention/_paged_attention_5yleoqr3zje4w.abi3.so", - "blob_id": "ffed60cc0a3948bdea6aa7fb4d486d9b943215ec" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/paged_attention/platforms.py", - "blob_id": "aa06132e74cd7fb634044a76e528979b02a3559b" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/paged_attention/__init__.py", - "blob_id": "9de56043369487facc1f163df6bd319c9806e5ca" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/paged_attention/_custom_ops.py", - "blob_id": "a0c0b8db085468dee5100c98d14106a9ee917bf2" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/paged_attention/_ops.py", - "blob_id": "ee817d13be64b46e3cb44ad192af4a5f3817bbf7" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/paged_attention/_paged_attention_3rbp7xipfucgo.abi3.so", - "blob_id": "5d5b3ffda2fd6a830d12341bab26dc5ec03f4a86" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/paged_attention/platforms.py", - "blob_id": "aa06132e74cd7fb634044a76e528979b02a3559b" - } - ] - }, - { - "repo_id": "kernels-community/moe", - "sha": "605a216f507b9a97b543140dee8937a4622069a8", - "files": [ - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/__init__.py", - "blob_id": "cc806778863c03ccb3157343cd6331c1c6ca332c" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/_moe_2f2wzwk42r5t2.abi3.so", - "blob_id": "b1f0ac7d52d2cbb7b49dd4e3e23eaf0b6acd3364" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/_ops.py", - "blob_id": "83a6a6a42d633c9b40e263b40b028086d2609b80" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/E=1,N=14336,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "56c1a4e3af0b4a93fff71028d8e04bf73f0abb29" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/E=1,N=14336,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "d3677bebb82a7f3f19344ef6471626493cf2c5bb" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/E=1,N=1792,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "265768fb900ccfe9612b4a0d25973e6618f22a79" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/E=1,N=1792,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "d3be23dfc903ba61d3d4d79c0230952b24d2ead0" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/E=1,N=3072,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "589f5d39f31418d5121e7cbb2e6f2894b0a7ed32" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/E=1,N=3072,device_name=NVIDIA_H100_80GB_HBM3,dtype=int8_w8a16.json", - "blob_id": "2c78bfaba7890772bf266721f5577202ea443882" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/E=1,N=3072,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "4da841e74a79f9589fecac1fa557ea132d34805f" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/E=1,N=3584,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "200356713c0d0a76e199671c7ec8f10d0e5ee0ac" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/E=1,N=3584,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "e076615ee541a5043556f630ecf0946c4e2c1408" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/E=1,N=7168,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "ee896554b921040d7810bb6e9368cc200777951d" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/E=1,N=7168,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "05aed8b1c81492151d128ef251afc510d8cc8ed5" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/E=16,N=1344,device_name=NVIDIA_A100-SXM4-40GB.json", - "blob_id": "9262a74a4a0e1e3789f260a3ef7f6cb9551f3f2b" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/E=16,N=1344,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "d251f9b5accaec977fc87a0999cd56ee387fc650" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/E=16,N=1344,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "0ecf814a28a9441e89f892eb3d63dcf8dcb0dd97" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/E=16,N=14336,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "51ad5b299eb22465fa80530d12bdd5d7a03ce398" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/E=16,N=14336,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "ee5119182556cf49434c10e56cf04e3baeb26408" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/E=16,N=1792,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "68793c77b33c4f4b97d0a4b780fcbe8043c799de" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/E=16,N=1792,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "612910720ed9439e56c4af4c03f30fee224fac80" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/E=16,N=2688,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "039a10ed127b77836a7f41c03513292613852b30" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/E=16,N=2688,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "3793fcafee60bc7e8f5f12d601cb3192abfa9ca8" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/E=16,N=3072,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "51d03d8607122d7b9bc20ba48d8432d62367fa00" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/E=16,N=3072,device_name=NVIDIA_H100_80GB_HBM3,dtype=int8_w8a16.json", - "blob_id": "26f9abd6b789e9dd0f83ec7721fd1bae8aa76bec" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/E=16,N=3200,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "cd0cdbea0c3372674cb610870dd0b30325864549" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/E=16,N=3584,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "64be6e6591422aa0f441c3747b6c49850929652e" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/E=16,N=3584,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "0a6a6a73fa45e270f01ba7ebdc6d9d55bf9daad3" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/E=16,N=6400,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "ba9041d008507e31ae4179ef2bc863a49c606582" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/E=16,N=7168,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "7a7508aab04599cb06641c835d8b0a14f54d0716" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/E=16,N=7168,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "dbf9a2dd6f048d8adee290961e2aea72035f7615" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/E=16,N=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=int8_w8a16.json", - "blob_id": "bbb2386046b1135a2cc7ab7cb26c1d0b039bcf3a" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/E=16,N=800,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "57055453aa24c831dad9ac8e37fdab707c63ef91" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/E=64,N=1280,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "8cc6c643f236d2f7f9ad29354d9e469d00b20d3f" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/E=64,N=1280,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "d4c9ddd12972ac0b5fd2be11a9cd1075906e3978" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/E=64,N=640,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "b2799ed3a866e25b78d60d92910c000ebb21ff71" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/E=64,N=640,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "b8d3be2313fa14025d8aeb2fd11e0d1ee997ffa6" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/E=8,N=14336,device_name=AMD_Instinct_MI300X.json", - "blob_id": "6a976788f9b10af19ebcfe582a69cbc627f9457b" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/E=8,N=14336,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "3f3ccdafa88f3452a695efad4cb9622d6ae79e6a" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/E=8,N=1792,device_name=AMD_Instinct_MI300X.json", - "blob_id": "0a46390b2e31bba6a7c3ab2c9f6c8de6004857bb" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/E=8,N=1792,device_name=NVIDIA_A100-SXM4-40GB.json", - "blob_id": "f4c0f8417b384870050a95e0cf57edbdf6352b23" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/E=8,N=1792,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "5c8185cfdeec167ec4b88de51b4b395e28769cc5" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/E=8,N=1792,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "97c9f4445b166657ad29f1db9fc8281f9c463ec4" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/E=8,N=2048,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "0bb423b28f5ab3825929a4870b96393262a9dd9f" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/E=8,N=2048,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "55571873395464a3b58f549523905f439a8f1716" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/E=8,N=2048,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "26bcbf26970c7a77c99e2c8eacd83eefa86967bf" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/E=8,N=3584,device_name=AMD_Instinct_MI300X.json", - "blob_id": "91011e64c7de4505e9bb462bc70e6a3e7affa878" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/E=8,N=3584,device_name=NVIDIA_A100-SXM4-40GB.json", - "blob_id": "b41f9d443e50678334f906b44fce6d018d69500e" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/E=8,N=3584,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "edf2a38d12ad3f420f232d2cd61ab149ad138725" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/E=8,N=3584,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "673bae2ba8ef80ed4d4930739ca7daf0e8f28ee1" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/E=8,N=3584,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "b2100cebb7f589747430be9ca8c8db368c152d78" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/E=8,N=3584,device_name=NVIDIA_L40S.json", - "blob_id": "d720deb4bdd73d194b1023c99e190b8fcfecdaef" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/E=8,N=4096,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "dbc624731f5cb9afcdc9213183d00d1e5edd4a00" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/E=8,N=4096,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "cc614e635ea57327c610ce79e99ae5339614f22e" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/E=8,N=4096,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "32c0c9da471cbe479044095e0ed14a0f54b73620" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/E=8,N=7168,device_name=AMD_Instinct_MI300X.json", - "blob_id": "f807d4a5abaed9dd686df26837f2dd9f6161300f" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/E=8,N=7168,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "f578c8d0160ac3ef85b53c8539d3675455a97173" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/E=8,N=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "918f6839620cbab1f30b0f9383a9129c2cf2cf3d" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/E=8,N=7168,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "e341a67917d5177bacb3f6767e7b6d92539826ad" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/E=8,N=8192,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "34b916e574f88c65db1dac5889d74a990dc25e9b" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/N=1536,K=1536,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "6496a38fba8ae09b3025a75f357815b9d6a5e3f4" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/N=1536,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "3618053b65831b95c4bb0f20ef3b9aa816b2d637" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/N=1536,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "46a982f5ee9a4bd67ce244b101c576efeeb53b78" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/N=2048,K=512,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "035ec027fa56622196b24a03a5042ce010deaebf" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/N=2048,K=512,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "8b49f2781cb54d19a2789767ebb7e8c3fb55b981" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/N=2304,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "851bc9f9f0b50b41451b929eaa518869b6a05412" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/N=2304,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "d1227c2157990216d2ca51c69ad0944017f53b6a" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/N=24576,K=7168,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "77ba0d7477bdbcb036a43263e7aaa6b6913f8f4e" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/N=24576,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "1c61451fb34e52deec827f8f63c80fb15830c202" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/N=24576,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "63e661c80de6a7b1422f7a994a2ee7a4b724911c" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/N=256,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "cf354037903c0d1fcd077c4647aabce026a723fb" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/N=3072,K=1536,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "0a5d7bfdba4852da9ed08d1bc27cd7d521d09965" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/N=3072,K=1536,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "eccb86a76df0d7302b760ab6d83a8ceb9fa9d0d9" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/N=3072,K=7168,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "cb91a279d423d0ca25197e0edd5e8c2f4da58720" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/N=3072,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "88af48431d8b8791af8df03429704606b670f1f7" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/N=3072,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "dd069726d7ed4dcbb449af243f4f4af21815f854" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/N=32768,K=512,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "7febe3d272b4bb76500f7c6b523396129fd53680" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/N=32768,K=512,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "56b939e52fac3ed53a4e0ba640c40010cb3af30a" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/N=32768,K=512,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "63d9a0bf5d79ddaaad547d44338ad4b959ad72b1" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/N=36864,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "7fa398c15a2a535401709b0f25e20f6e4b23e58e" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/N=36864,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "f15d8f64c7090bd71d0091a524c65d7818fec38e" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/N=4096,K=512,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "9d7658bfc41b2c8fd4daf3fbdf62d15936d3d546" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/N=4096,K=512,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "cd3e07804fdec10c2cfb291c1ede3ba67b753f9c" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/N=4096,K=512,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "9d5a329d7466a37c0ca68a65a089fbb99f9327a9" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/N=4608,K=7168,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "03dba5ad15ba5f7f49100a5c78e8685e64334b2a" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/N=4608,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "96e1594a3eabbaedc792b84b07f05ae8752b7251" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/N=4608,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "5ffd367df833d773355590220598a3c7eceba4e0" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/N=512,K=7168,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "9a5ff48b8942957dde9b862aed848390dd267948" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/N=512,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "eabc423949a24c2a1fb2368a73e5249caf8d07df" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/N=576,K=7168,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "386928de139ce718f28222b9c1a6555df3958491" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/N=576,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "51e237b91b8e775a36bcf783c078c2c1cecbcbd2" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/N=576,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "6280219c9ee7d26f7e2fd3625dc92d847ddc7982" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/N=7168,K=1024,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "40c01c0b92b4b26fe480879dda33f18c5eb59a6d" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/N=7168,K=1024,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "c6fd3659799bc31e17f3577e7f0e8d7268faf1fb" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/N=7168,K=1152,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "160f12ed3f95a6967439ff53bc3e3a2cdc97c700" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/N=7168,K=1152,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "e5c4a1d2c94e5c7864f462e083ea5f530b8efe3f" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/N=7168,K=128,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "2bf5eb27e38208871d50348b170c8c74b80fc519" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/N=7168,K=16384,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "9c908e80406587da4d246ce4e3a8a98a14c875b1" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/N=7168,K=16384,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "0a1e14cffbb2a894a701352193947d272427db0d" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/N=7168,K=16384,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "15b1c93f60fc5068ba11b82b6d5924dd2024a824" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/N=7168,K=18432,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "f78e7060e6840ff721d306db556636b0bbc8d9b3" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/N=7168,K=18432,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "8ff12e64c172f5a5d0fbdf900728fe60b33877e2" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/N=7168,K=18432,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "4532f93681e2be175b1bf94f81bfde711821cd60" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/N=7168,K=2048,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "1d3ce5c94c2d9a4a1637204efb3b14f7a5579bdb" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/N=7168,K=2048,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "ca7f32b9552b479dc05495792b7e426db5eb1b56" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/N=7168,K=2048,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "5acea242cc0ad094cba8ee5f568ff88afb1b41ae" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/N=7168,K=2304,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "3ab5796ee15b6ec8d4ab1f4ab5a594fecb30e4b4" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/N=7168,K=2304,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "58cdd93e90b8c29bc7a211861711565dbeeb529a" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/N=7168,K=2304,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "b72e0371d1421a1decc9d57860f83eea8f790942" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/N=7168,K=256,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "3cb7eaa07c745fd3aa2b3242780a7061bedac1de" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/configs/N=7168,K=256,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "293adce387e066fce75b6e606d4b8b6a5aa10bdb" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/fp8.py", - "blob_id": "23bd7d6703104b0020671cc6ba6f78a6df37e4bf" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/fp8_utils.py", - "blob_id": "acb4f3e3bb1a34f209fdac9ecca8c123aaf67f12" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/fused_marlin_moe.py", - "blob_id": "b3e0a5c24599730faf973fad3cf3fb6031a30522" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/fused_moe.py", - "blob_id": "af2d798cbe5d7c3c1760ce79f717ab5f6d7700ba" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/platforms.py", - "blob_id": "735fab87f2add390f7bf6408ebe31d1f5de6d02b" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/scalar_type.py", - "blob_id": "ea749fe8247b6846620ccbba30ddf48d914ca4e1" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/utils/__init__.py", - "blob_id": "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/utils/marlin_utils.py", - "blob_id": "5037f774b8a8b7e88d822efacbb3b4ea5b95d356" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/utils/marlin_utils_test.py", - "blob_id": "83faac032ca93b3564c620c5b4b1ef63c74aaddf" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/moe/utils/quant_utils.py", - "blob_id": "5819ab753e57655185572ce1e49c24e6268171b4" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/__init__.py", - "blob_id": "cc806778863c03ccb3157343cd6331c1c6ca332c" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/_moe_qx7m4hiw6tx7s.abi3.so", - "blob_id": "cfdb823fabc296c258f58ce8e03a347be7eb558f" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/_ops.py", - "blob_id": "0d77c5d3e29106cf62a45153770fafbff59b2932" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/E=1,N=14336,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "56c1a4e3af0b4a93fff71028d8e04bf73f0abb29" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/E=1,N=14336,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "d3677bebb82a7f3f19344ef6471626493cf2c5bb" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/E=1,N=1792,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "265768fb900ccfe9612b4a0d25973e6618f22a79" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/E=1,N=1792,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "d3be23dfc903ba61d3d4d79c0230952b24d2ead0" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/E=1,N=3072,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "589f5d39f31418d5121e7cbb2e6f2894b0a7ed32" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/E=1,N=3072,device_name=NVIDIA_H100_80GB_HBM3,dtype=int8_w8a16.json", - "blob_id": "2c78bfaba7890772bf266721f5577202ea443882" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/E=1,N=3072,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "4da841e74a79f9589fecac1fa557ea132d34805f" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/E=1,N=3584,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "200356713c0d0a76e199671c7ec8f10d0e5ee0ac" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/E=1,N=3584,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "e076615ee541a5043556f630ecf0946c4e2c1408" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/E=1,N=7168,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "ee896554b921040d7810bb6e9368cc200777951d" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/E=1,N=7168,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "05aed8b1c81492151d128ef251afc510d8cc8ed5" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/E=16,N=1344,device_name=NVIDIA_A100-SXM4-40GB.json", - "blob_id": "9262a74a4a0e1e3789f260a3ef7f6cb9551f3f2b" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/E=16,N=1344,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "d251f9b5accaec977fc87a0999cd56ee387fc650" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/E=16,N=1344,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "0ecf814a28a9441e89f892eb3d63dcf8dcb0dd97" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/E=16,N=14336,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "51ad5b299eb22465fa80530d12bdd5d7a03ce398" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/E=16,N=14336,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "ee5119182556cf49434c10e56cf04e3baeb26408" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/E=16,N=1792,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "68793c77b33c4f4b97d0a4b780fcbe8043c799de" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/E=16,N=1792,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "612910720ed9439e56c4af4c03f30fee224fac80" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/E=16,N=2688,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "039a10ed127b77836a7f41c03513292613852b30" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/E=16,N=2688,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "3793fcafee60bc7e8f5f12d601cb3192abfa9ca8" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/E=16,N=3072,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "51d03d8607122d7b9bc20ba48d8432d62367fa00" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/E=16,N=3072,device_name=NVIDIA_H100_80GB_HBM3,dtype=int8_w8a16.json", - "blob_id": "26f9abd6b789e9dd0f83ec7721fd1bae8aa76bec" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/E=16,N=3200,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "cd0cdbea0c3372674cb610870dd0b30325864549" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/E=16,N=3584,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "64be6e6591422aa0f441c3747b6c49850929652e" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/E=16,N=3584,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "0a6a6a73fa45e270f01ba7ebdc6d9d55bf9daad3" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/E=16,N=6400,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "ba9041d008507e31ae4179ef2bc863a49c606582" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/E=16,N=7168,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "7a7508aab04599cb06641c835d8b0a14f54d0716" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/E=16,N=7168,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "dbf9a2dd6f048d8adee290961e2aea72035f7615" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/E=16,N=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=int8_w8a16.json", - "blob_id": "bbb2386046b1135a2cc7ab7cb26c1d0b039bcf3a" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/E=16,N=800,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "57055453aa24c831dad9ac8e37fdab707c63ef91" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/E=64,N=1280,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "8cc6c643f236d2f7f9ad29354d9e469d00b20d3f" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/E=64,N=1280,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "d4c9ddd12972ac0b5fd2be11a9cd1075906e3978" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/E=64,N=640,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "b2799ed3a866e25b78d60d92910c000ebb21ff71" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/E=64,N=640,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "b8d3be2313fa14025d8aeb2fd11e0d1ee997ffa6" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/E=8,N=14336,device_name=AMD_Instinct_MI300X.json", - "blob_id": "6a976788f9b10af19ebcfe582a69cbc627f9457b" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/E=8,N=14336,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "3f3ccdafa88f3452a695efad4cb9622d6ae79e6a" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/E=8,N=1792,device_name=AMD_Instinct_MI300X.json", - "blob_id": "0a46390b2e31bba6a7c3ab2c9f6c8de6004857bb" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/E=8,N=1792,device_name=NVIDIA_A100-SXM4-40GB.json", - "blob_id": "f4c0f8417b384870050a95e0cf57edbdf6352b23" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/E=8,N=1792,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "5c8185cfdeec167ec4b88de51b4b395e28769cc5" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/E=8,N=1792,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "97c9f4445b166657ad29f1db9fc8281f9c463ec4" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/E=8,N=2048,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "0bb423b28f5ab3825929a4870b96393262a9dd9f" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/E=8,N=2048,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "55571873395464a3b58f549523905f439a8f1716" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/E=8,N=2048,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "26bcbf26970c7a77c99e2c8eacd83eefa86967bf" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/E=8,N=3584,device_name=AMD_Instinct_MI300X.json", - "blob_id": "91011e64c7de4505e9bb462bc70e6a3e7affa878" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/E=8,N=3584,device_name=NVIDIA_A100-SXM4-40GB.json", - "blob_id": "b41f9d443e50678334f906b44fce6d018d69500e" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/E=8,N=3584,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "edf2a38d12ad3f420f232d2cd61ab149ad138725" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/E=8,N=3584,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "673bae2ba8ef80ed4d4930739ca7daf0e8f28ee1" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/E=8,N=3584,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "b2100cebb7f589747430be9ca8c8db368c152d78" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/E=8,N=3584,device_name=NVIDIA_L40S.json", - "blob_id": "d720deb4bdd73d194b1023c99e190b8fcfecdaef" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/E=8,N=4096,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "dbc624731f5cb9afcdc9213183d00d1e5edd4a00" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/E=8,N=4096,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "cc614e635ea57327c610ce79e99ae5339614f22e" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/E=8,N=4096,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "32c0c9da471cbe479044095e0ed14a0f54b73620" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/E=8,N=7168,device_name=AMD_Instinct_MI300X.json", - "blob_id": "f807d4a5abaed9dd686df26837f2dd9f6161300f" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/E=8,N=7168,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "f578c8d0160ac3ef85b53c8539d3675455a97173" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/E=8,N=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "918f6839620cbab1f30b0f9383a9129c2cf2cf3d" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/E=8,N=7168,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "e341a67917d5177bacb3f6767e7b6d92539826ad" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/E=8,N=8192,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "34b916e574f88c65db1dac5889d74a990dc25e9b" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/N=1536,K=1536,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "6496a38fba8ae09b3025a75f357815b9d6a5e3f4" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/N=1536,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "3618053b65831b95c4bb0f20ef3b9aa816b2d637" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/N=1536,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "46a982f5ee9a4bd67ce244b101c576efeeb53b78" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/N=2048,K=512,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "035ec027fa56622196b24a03a5042ce010deaebf" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/N=2048,K=512,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "8b49f2781cb54d19a2789767ebb7e8c3fb55b981" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/N=2304,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "851bc9f9f0b50b41451b929eaa518869b6a05412" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/N=2304,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "d1227c2157990216d2ca51c69ad0944017f53b6a" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/N=24576,K=7168,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "77ba0d7477bdbcb036a43263e7aaa6b6913f8f4e" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/N=24576,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "1c61451fb34e52deec827f8f63c80fb15830c202" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/N=24576,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "63e661c80de6a7b1422f7a994a2ee7a4b724911c" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/N=256,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "cf354037903c0d1fcd077c4647aabce026a723fb" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/N=3072,K=1536,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "0a5d7bfdba4852da9ed08d1bc27cd7d521d09965" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/N=3072,K=1536,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "eccb86a76df0d7302b760ab6d83a8ceb9fa9d0d9" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/N=3072,K=7168,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "cb91a279d423d0ca25197e0edd5e8c2f4da58720" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/N=3072,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "88af48431d8b8791af8df03429704606b670f1f7" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/N=3072,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "dd069726d7ed4dcbb449af243f4f4af21815f854" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/N=32768,K=512,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "7febe3d272b4bb76500f7c6b523396129fd53680" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/N=32768,K=512,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "56b939e52fac3ed53a4e0ba640c40010cb3af30a" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/N=32768,K=512,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "63d9a0bf5d79ddaaad547d44338ad4b959ad72b1" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/N=36864,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "7fa398c15a2a535401709b0f25e20f6e4b23e58e" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/N=36864,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "f15d8f64c7090bd71d0091a524c65d7818fec38e" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/N=4096,K=512,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "9d7658bfc41b2c8fd4daf3fbdf62d15936d3d546" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/N=4096,K=512,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "cd3e07804fdec10c2cfb291c1ede3ba67b753f9c" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/N=4096,K=512,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "9d5a329d7466a37c0ca68a65a089fbb99f9327a9" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/N=4608,K=7168,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "03dba5ad15ba5f7f49100a5c78e8685e64334b2a" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/N=4608,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "96e1594a3eabbaedc792b84b07f05ae8752b7251" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/N=4608,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "5ffd367df833d773355590220598a3c7eceba4e0" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/N=512,K=7168,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "9a5ff48b8942957dde9b862aed848390dd267948" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/N=512,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "eabc423949a24c2a1fb2368a73e5249caf8d07df" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/N=576,K=7168,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "386928de139ce718f28222b9c1a6555df3958491" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/N=576,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "51e237b91b8e775a36bcf783c078c2c1cecbcbd2" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/N=576,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "6280219c9ee7d26f7e2fd3625dc92d847ddc7982" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/N=7168,K=1024,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "40c01c0b92b4b26fe480879dda33f18c5eb59a6d" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/N=7168,K=1024,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "c6fd3659799bc31e17f3577e7f0e8d7268faf1fb" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/N=7168,K=1152,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "160f12ed3f95a6967439ff53bc3e3a2cdc97c700" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/N=7168,K=1152,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "e5c4a1d2c94e5c7864f462e083ea5f530b8efe3f" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/N=7168,K=128,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "2bf5eb27e38208871d50348b170c8c74b80fc519" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/N=7168,K=16384,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "9c908e80406587da4d246ce4e3a8a98a14c875b1" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/N=7168,K=16384,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "0a1e14cffbb2a894a701352193947d272427db0d" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/N=7168,K=16384,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "15b1c93f60fc5068ba11b82b6d5924dd2024a824" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/N=7168,K=18432,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "f78e7060e6840ff721d306db556636b0bbc8d9b3" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/N=7168,K=18432,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "8ff12e64c172f5a5d0fbdf900728fe60b33877e2" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/N=7168,K=18432,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "4532f93681e2be175b1bf94f81bfde711821cd60" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/N=7168,K=2048,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "1d3ce5c94c2d9a4a1637204efb3b14f7a5579bdb" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/N=7168,K=2048,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "ca7f32b9552b479dc05495792b7e426db5eb1b56" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/N=7168,K=2048,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "5acea242cc0ad094cba8ee5f568ff88afb1b41ae" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/N=7168,K=2304,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "3ab5796ee15b6ec8d4ab1f4ab5a594fecb30e4b4" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/N=7168,K=2304,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "58cdd93e90b8c29bc7a211861711565dbeeb529a" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/N=7168,K=2304,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "b72e0371d1421a1decc9d57860f83eea8f790942" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/N=7168,K=256,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "3cb7eaa07c745fd3aa2b3242780a7061bedac1de" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/configs/N=7168,K=256,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "293adce387e066fce75b6e606d4b8b6a5aa10bdb" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/fp8.py", - "blob_id": "23bd7d6703104b0020671cc6ba6f78a6df37e4bf" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/fp8_utils.py", - "blob_id": "acb4f3e3bb1a34f209fdac9ecca8c123aaf67f12" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/fused_marlin_moe.py", - "blob_id": "b3e0a5c24599730faf973fad3cf3fb6031a30522" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/fused_moe.py", - "blob_id": "af2d798cbe5d7c3c1760ce79f717ab5f6d7700ba" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/platforms.py", - "blob_id": "735fab87f2add390f7bf6408ebe31d1f5de6d02b" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/scalar_type.py", - "blob_id": "ea749fe8247b6846620ccbba30ddf48d914ca4e1" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/utils/__init__.py", - "blob_id": "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/utils/marlin_utils.py", - "blob_id": "5037f774b8a8b7e88d822efacbb3b4ea5b95d356" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/utils/marlin_utils_test.py", - "blob_id": "83faac032ca93b3564c620c5b4b1ef63c74aaddf" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/moe/utils/quant_utils.py", - "blob_id": "5819ab753e57655185572ce1e49c24e6268171b4" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/__init__.py", - "blob_id": "cc806778863c03ccb3157343cd6331c1c6ca332c" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/_moe_ctvji3e7dq64w.abi3.so", - "blob_id": "db5c3be15bc329bc0aa5b87d34223b747751484e" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/_ops.py", - "blob_id": "b22bd5b27938464e6c7359b1974db9b472effa6b" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/E=1,N=14336,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "56c1a4e3af0b4a93fff71028d8e04bf73f0abb29" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/E=1,N=14336,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "d3677bebb82a7f3f19344ef6471626493cf2c5bb" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/E=1,N=1792,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "265768fb900ccfe9612b4a0d25973e6618f22a79" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/E=1,N=1792,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "d3be23dfc903ba61d3d4d79c0230952b24d2ead0" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/E=1,N=3072,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "589f5d39f31418d5121e7cbb2e6f2894b0a7ed32" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/E=1,N=3072,device_name=NVIDIA_H100_80GB_HBM3,dtype=int8_w8a16.json", - "blob_id": "2c78bfaba7890772bf266721f5577202ea443882" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/E=1,N=3072,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "4da841e74a79f9589fecac1fa557ea132d34805f" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/E=1,N=3584,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "200356713c0d0a76e199671c7ec8f10d0e5ee0ac" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/E=1,N=3584,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "e076615ee541a5043556f630ecf0946c4e2c1408" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/E=1,N=7168,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "ee896554b921040d7810bb6e9368cc200777951d" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/E=1,N=7168,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "05aed8b1c81492151d128ef251afc510d8cc8ed5" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/E=16,N=1344,device_name=NVIDIA_A100-SXM4-40GB.json", - "blob_id": "9262a74a4a0e1e3789f260a3ef7f6cb9551f3f2b" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/E=16,N=1344,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "d251f9b5accaec977fc87a0999cd56ee387fc650" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/E=16,N=1344,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "0ecf814a28a9441e89f892eb3d63dcf8dcb0dd97" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/E=16,N=14336,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "51ad5b299eb22465fa80530d12bdd5d7a03ce398" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/E=16,N=14336,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "ee5119182556cf49434c10e56cf04e3baeb26408" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/E=16,N=1792,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "68793c77b33c4f4b97d0a4b780fcbe8043c799de" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/E=16,N=1792,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "612910720ed9439e56c4af4c03f30fee224fac80" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/E=16,N=2688,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "039a10ed127b77836a7f41c03513292613852b30" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/E=16,N=2688,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "3793fcafee60bc7e8f5f12d601cb3192abfa9ca8" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/E=16,N=3072,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "51d03d8607122d7b9bc20ba48d8432d62367fa00" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/E=16,N=3072,device_name=NVIDIA_H100_80GB_HBM3,dtype=int8_w8a16.json", - "blob_id": "26f9abd6b789e9dd0f83ec7721fd1bae8aa76bec" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/E=16,N=3200,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "cd0cdbea0c3372674cb610870dd0b30325864549" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/E=16,N=3584,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "64be6e6591422aa0f441c3747b6c49850929652e" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/E=16,N=3584,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "0a6a6a73fa45e270f01ba7ebdc6d9d55bf9daad3" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/E=16,N=6400,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "ba9041d008507e31ae4179ef2bc863a49c606582" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/E=16,N=7168,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "7a7508aab04599cb06641c835d8b0a14f54d0716" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/E=16,N=7168,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "dbf9a2dd6f048d8adee290961e2aea72035f7615" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/E=16,N=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=int8_w8a16.json", - "blob_id": "bbb2386046b1135a2cc7ab7cb26c1d0b039bcf3a" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/E=16,N=800,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "57055453aa24c831dad9ac8e37fdab707c63ef91" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/E=64,N=1280,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "8cc6c643f236d2f7f9ad29354d9e469d00b20d3f" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/E=64,N=1280,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "d4c9ddd12972ac0b5fd2be11a9cd1075906e3978" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/E=64,N=640,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "b2799ed3a866e25b78d60d92910c000ebb21ff71" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/E=64,N=640,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "b8d3be2313fa14025d8aeb2fd11e0d1ee997ffa6" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/E=8,N=14336,device_name=AMD_Instinct_MI300X.json", - "blob_id": "6a976788f9b10af19ebcfe582a69cbc627f9457b" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/E=8,N=14336,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "3f3ccdafa88f3452a695efad4cb9622d6ae79e6a" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/E=8,N=1792,device_name=AMD_Instinct_MI300X.json", - "blob_id": "0a46390b2e31bba6a7c3ab2c9f6c8de6004857bb" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/E=8,N=1792,device_name=NVIDIA_A100-SXM4-40GB.json", - "blob_id": "f4c0f8417b384870050a95e0cf57edbdf6352b23" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/E=8,N=1792,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "5c8185cfdeec167ec4b88de51b4b395e28769cc5" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/E=8,N=1792,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "97c9f4445b166657ad29f1db9fc8281f9c463ec4" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/E=8,N=2048,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "0bb423b28f5ab3825929a4870b96393262a9dd9f" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/E=8,N=2048,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "55571873395464a3b58f549523905f439a8f1716" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/E=8,N=2048,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "26bcbf26970c7a77c99e2c8eacd83eefa86967bf" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/E=8,N=3584,device_name=AMD_Instinct_MI300X.json", - "blob_id": "91011e64c7de4505e9bb462bc70e6a3e7affa878" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/E=8,N=3584,device_name=NVIDIA_A100-SXM4-40GB.json", - "blob_id": "b41f9d443e50678334f906b44fce6d018d69500e" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/E=8,N=3584,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "edf2a38d12ad3f420f232d2cd61ab149ad138725" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/E=8,N=3584,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "673bae2ba8ef80ed4d4930739ca7daf0e8f28ee1" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/E=8,N=3584,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "b2100cebb7f589747430be9ca8c8db368c152d78" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/E=8,N=3584,device_name=NVIDIA_L40S.json", - "blob_id": "d720deb4bdd73d194b1023c99e190b8fcfecdaef" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/E=8,N=4096,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "dbc624731f5cb9afcdc9213183d00d1e5edd4a00" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/E=8,N=4096,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "cc614e635ea57327c610ce79e99ae5339614f22e" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/E=8,N=4096,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "32c0c9da471cbe479044095e0ed14a0f54b73620" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/E=8,N=7168,device_name=AMD_Instinct_MI300X.json", - "blob_id": "f807d4a5abaed9dd686df26837f2dd9f6161300f" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/E=8,N=7168,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "f578c8d0160ac3ef85b53c8539d3675455a97173" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/E=8,N=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "918f6839620cbab1f30b0f9383a9129c2cf2cf3d" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/E=8,N=7168,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "e341a67917d5177bacb3f6767e7b6d92539826ad" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/E=8,N=8192,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "34b916e574f88c65db1dac5889d74a990dc25e9b" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/N=1536,K=1536,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "6496a38fba8ae09b3025a75f357815b9d6a5e3f4" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/N=1536,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "3618053b65831b95c4bb0f20ef3b9aa816b2d637" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/N=1536,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "46a982f5ee9a4bd67ce244b101c576efeeb53b78" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/N=2048,K=512,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "035ec027fa56622196b24a03a5042ce010deaebf" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/N=2048,K=512,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "8b49f2781cb54d19a2789767ebb7e8c3fb55b981" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/N=2304,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "851bc9f9f0b50b41451b929eaa518869b6a05412" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/N=2304,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "d1227c2157990216d2ca51c69ad0944017f53b6a" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/N=24576,K=7168,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "77ba0d7477bdbcb036a43263e7aaa6b6913f8f4e" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/N=24576,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "1c61451fb34e52deec827f8f63c80fb15830c202" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/N=24576,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "63e661c80de6a7b1422f7a994a2ee7a4b724911c" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/N=256,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "cf354037903c0d1fcd077c4647aabce026a723fb" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/N=3072,K=1536,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "0a5d7bfdba4852da9ed08d1bc27cd7d521d09965" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/N=3072,K=1536,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "eccb86a76df0d7302b760ab6d83a8ceb9fa9d0d9" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/N=3072,K=7168,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "cb91a279d423d0ca25197e0edd5e8c2f4da58720" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/N=3072,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "88af48431d8b8791af8df03429704606b670f1f7" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/N=3072,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "dd069726d7ed4dcbb449af243f4f4af21815f854" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/N=32768,K=512,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "7febe3d272b4bb76500f7c6b523396129fd53680" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/N=32768,K=512,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "56b939e52fac3ed53a4e0ba640c40010cb3af30a" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/N=32768,K=512,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "63d9a0bf5d79ddaaad547d44338ad4b959ad72b1" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/N=36864,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "7fa398c15a2a535401709b0f25e20f6e4b23e58e" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/N=36864,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "f15d8f64c7090bd71d0091a524c65d7818fec38e" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/N=4096,K=512,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "9d7658bfc41b2c8fd4daf3fbdf62d15936d3d546" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/N=4096,K=512,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "cd3e07804fdec10c2cfb291c1ede3ba67b753f9c" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/N=4096,K=512,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "9d5a329d7466a37c0ca68a65a089fbb99f9327a9" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/N=4608,K=7168,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "03dba5ad15ba5f7f49100a5c78e8685e64334b2a" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/N=4608,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "96e1594a3eabbaedc792b84b07f05ae8752b7251" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/N=4608,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "5ffd367df833d773355590220598a3c7eceba4e0" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/N=512,K=7168,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "9a5ff48b8942957dde9b862aed848390dd267948" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/N=512,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "eabc423949a24c2a1fb2368a73e5249caf8d07df" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/N=576,K=7168,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "386928de139ce718f28222b9c1a6555df3958491" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/N=576,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "51e237b91b8e775a36bcf783c078c2c1cecbcbd2" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/N=576,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "6280219c9ee7d26f7e2fd3625dc92d847ddc7982" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/N=7168,K=1024,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "40c01c0b92b4b26fe480879dda33f18c5eb59a6d" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/N=7168,K=1024,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "c6fd3659799bc31e17f3577e7f0e8d7268faf1fb" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/N=7168,K=1152,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "160f12ed3f95a6967439ff53bc3e3a2cdc97c700" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/N=7168,K=1152,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "e5c4a1d2c94e5c7864f462e083ea5f530b8efe3f" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/N=7168,K=128,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "2bf5eb27e38208871d50348b170c8c74b80fc519" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/N=7168,K=16384,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "9c908e80406587da4d246ce4e3a8a98a14c875b1" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/N=7168,K=16384,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "0a1e14cffbb2a894a701352193947d272427db0d" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/N=7168,K=16384,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "15b1c93f60fc5068ba11b82b6d5924dd2024a824" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/N=7168,K=18432,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "f78e7060e6840ff721d306db556636b0bbc8d9b3" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/N=7168,K=18432,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "8ff12e64c172f5a5d0fbdf900728fe60b33877e2" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/N=7168,K=18432,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "4532f93681e2be175b1bf94f81bfde711821cd60" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/N=7168,K=2048,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "1d3ce5c94c2d9a4a1637204efb3b14f7a5579bdb" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/N=7168,K=2048,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "ca7f32b9552b479dc05495792b7e426db5eb1b56" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/N=7168,K=2048,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "5acea242cc0ad094cba8ee5f568ff88afb1b41ae" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/N=7168,K=2304,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "3ab5796ee15b6ec8d4ab1f4ab5a594fecb30e4b4" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/N=7168,K=2304,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "58cdd93e90b8c29bc7a211861711565dbeeb529a" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/N=7168,K=2304,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "b72e0371d1421a1decc9d57860f83eea8f790942" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/N=7168,K=256,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "3cb7eaa07c745fd3aa2b3242780a7061bedac1de" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/configs/N=7168,K=256,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "293adce387e066fce75b6e606d4b8b6a5aa10bdb" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/fp8.py", - "blob_id": "23bd7d6703104b0020671cc6ba6f78a6df37e4bf" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/fp8_utils.py", - "blob_id": "acb4f3e3bb1a34f209fdac9ecca8c123aaf67f12" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/fused_marlin_moe.py", - "blob_id": "b3e0a5c24599730faf973fad3cf3fb6031a30522" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/fused_moe.py", - "blob_id": "af2d798cbe5d7c3c1760ce79f717ab5f6d7700ba" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/platforms.py", - "blob_id": "735fab87f2add390f7bf6408ebe31d1f5de6d02b" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/scalar_type.py", - "blob_id": "ea749fe8247b6846620ccbba30ddf48d914ca4e1" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/utils/__init__.py", - "blob_id": "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/utils/marlin_utils.py", - "blob_id": "5037f774b8a8b7e88d822efacbb3b4ea5b95d356" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/utils/marlin_utils_test.py", - "blob_id": "83faac032ca93b3564c620c5b4b1ef63c74aaddf" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/moe/utils/quant_utils.py", - "blob_id": "5819ab753e57655185572ce1e49c24e6268171b4" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/__init__.py", - "blob_id": "cc806778863c03ccb3157343cd6331c1c6ca332c" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/_moe_2dhx2xkm6c5wu.abi3.so", - "blob_id": "56dc9c91ddc02b281dcf7c996071bee341ef026c" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/_ops.py", - "blob_id": "97f4f6344f4a61a52c8077cdc7884400e56c558b" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/E=1,N=14336,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "56c1a4e3af0b4a93fff71028d8e04bf73f0abb29" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/E=1,N=14336,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "d3677bebb82a7f3f19344ef6471626493cf2c5bb" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/E=1,N=1792,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "265768fb900ccfe9612b4a0d25973e6618f22a79" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/E=1,N=1792,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "d3be23dfc903ba61d3d4d79c0230952b24d2ead0" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/E=1,N=3072,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "589f5d39f31418d5121e7cbb2e6f2894b0a7ed32" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/E=1,N=3072,device_name=NVIDIA_H100_80GB_HBM3,dtype=int8_w8a16.json", - "blob_id": "2c78bfaba7890772bf266721f5577202ea443882" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/E=1,N=3072,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "4da841e74a79f9589fecac1fa557ea132d34805f" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/E=1,N=3584,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "200356713c0d0a76e199671c7ec8f10d0e5ee0ac" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/E=1,N=3584,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "e076615ee541a5043556f630ecf0946c4e2c1408" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/E=1,N=7168,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "ee896554b921040d7810bb6e9368cc200777951d" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/E=1,N=7168,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "05aed8b1c81492151d128ef251afc510d8cc8ed5" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/E=16,N=1344,device_name=NVIDIA_A100-SXM4-40GB.json", - "blob_id": "9262a74a4a0e1e3789f260a3ef7f6cb9551f3f2b" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/E=16,N=1344,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "d251f9b5accaec977fc87a0999cd56ee387fc650" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/E=16,N=1344,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "0ecf814a28a9441e89f892eb3d63dcf8dcb0dd97" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/E=16,N=14336,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "51ad5b299eb22465fa80530d12bdd5d7a03ce398" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/E=16,N=14336,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "ee5119182556cf49434c10e56cf04e3baeb26408" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/E=16,N=1792,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "68793c77b33c4f4b97d0a4b780fcbe8043c799de" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/E=16,N=1792,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "612910720ed9439e56c4af4c03f30fee224fac80" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/E=16,N=2688,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "039a10ed127b77836a7f41c03513292613852b30" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/E=16,N=2688,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "3793fcafee60bc7e8f5f12d601cb3192abfa9ca8" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/E=16,N=3072,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "51d03d8607122d7b9bc20ba48d8432d62367fa00" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/E=16,N=3072,device_name=NVIDIA_H100_80GB_HBM3,dtype=int8_w8a16.json", - "blob_id": "26f9abd6b789e9dd0f83ec7721fd1bae8aa76bec" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/E=16,N=3200,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "cd0cdbea0c3372674cb610870dd0b30325864549" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/E=16,N=3584,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "64be6e6591422aa0f441c3747b6c49850929652e" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/E=16,N=3584,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "0a6a6a73fa45e270f01ba7ebdc6d9d55bf9daad3" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/E=16,N=6400,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "ba9041d008507e31ae4179ef2bc863a49c606582" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/E=16,N=7168,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "7a7508aab04599cb06641c835d8b0a14f54d0716" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/E=16,N=7168,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "dbf9a2dd6f048d8adee290961e2aea72035f7615" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/E=16,N=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=int8_w8a16.json", - "blob_id": "bbb2386046b1135a2cc7ab7cb26c1d0b039bcf3a" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/E=16,N=800,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "57055453aa24c831dad9ac8e37fdab707c63ef91" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/E=64,N=1280,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "8cc6c643f236d2f7f9ad29354d9e469d00b20d3f" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/E=64,N=1280,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "d4c9ddd12972ac0b5fd2be11a9cd1075906e3978" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/E=64,N=640,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "b2799ed3a866e25b78d60d92910c000ebb21ff71" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/E=64,N=640,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "b8d3be2313fa14025d8aeb2fd11e0d1ee997ffa6" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/E=8,N=14336,device_name=AMD_Instinct_MI300X.json", - "blob_id": "6a976788f9b10af19ebcfe582a69cbc627f9457b" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/E=8,N=14336,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "3f3ccdafa88f3452a695efad4cb9622d6ae79e6a" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/E=8,N=1792,device_name=AMD_Instinct_MI300X.json", - "blob_id": "0a46390b2e31bba6a7c3ab2c9f6c8de6004857bb" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/E=8,N=1792,device_name=NVIDIA_A100-SXM4-40GB.json", - "blob_id": "f4c0f8417b384870050a95e0cf57edbdf6352b23" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/E=8,N=1792,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "5c8185cfdeec167ec4b88de51b4b395e28769cc5" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/E=8,N=1792,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "97c9f4445b166657ad29f1db9fc8281f9c463ec4" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/E=8,N=2048,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "0bb423b28f5ab3825929a4870b96393262a9dd9f" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/E=8,N=2048,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "55571873395464a3b58f549523905f439a8f1716" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/E=8,N=2048,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "26bcbf26970c7a77c99e2c8eacd83eefa86967bf" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/E=8,N=3584,device_name=AMD_Instinct_MI300X.json", - "blob_id": "91011e64c7de4505e9bb462bc70e6a3e7affa878" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/E=8,N=3584,device_name=NVIDIA_A100-SXM4-40GB.json", - "blob_id": "b41f9d443e50678334f906b44fce6d018d69500e" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/E=8,N=3584,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "edf2a38d12ad3f420f232d2cd61ab149ad138725" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/E=8,N=3584,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "673bae2ba8ef80ed4d4930739ca7daf0e8f28ee1" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/E=8,N=3584,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "b2100cebb7f589747430be9ca8c8db368c152d78" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/E=8,N=3584,device_name=NVIDIA_L40S.json", - "blob_id": "d720deb4bdd73d194b1023c99e190b8fcfecdaef" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/E=8,N=4096,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "dbc624731f5cb9afcdc9213183d00d1e5edd4a00" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/E=8,N=4096,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "cc614e635ea57327c610ce79e99ae5339614f22e" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/E=8,N=4096,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "32c0c9da471cbe479044095e0ed14a0f54b73620" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/E=8,N=7168,device_name=AMD_Instinct_MI300X.json", - "blob_id": "f807d4a5abaed9dd686df26837f2dd9f6161300f" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/E=8,N=7168,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "f578c8d0160ac3ef85b53c8539d3675455a97173" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/E=8,N=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "918f6839620cbab1f30b0f9383a9129c2cf2cf3d" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/E=8,N=7168,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "e341a67917d5177bacb3f6767e7b6d92539826ad" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/E=8,N=8192,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "34b916e574f88c65db1dac5889d74a990dc25e9b" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/N=1536,K=1536,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "6496a38fba8ae09b3025a75f357815b9d6a5e3f4" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/N=1536,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "3618053b65831b95c4bb0f20ef3b9aa816b2d637" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/N=1536,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "46a982f5ee9a4bd67ce244b101c576efeeb53b78" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/N=2048,K=512,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "035ec027fa56622196b24a03a5042ce010deaebf" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/N=2048,K=512,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "8b49f2781cb54d19a2789767ebb7e8c3fb55b981" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/N=2304,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "851bc9f9f0b50b41451b929eaa518869b6a05412" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/N=2304,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "d1227c2157990216d2ca51c69ad0944017f53b6a" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/N=24576,K=7168,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "77ba0d7477bdbcb036a43263e7aaa6b6913f8f4e" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/N=24576,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "1c61451fb34e52deec827f8f63c80fb15830c202" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/N=24576,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "63e661c80de6a7b1422f7a994a2ee7a4b724911c" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/N=256,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "cf354037903c0d1fcd077c4647aabce026a723fb" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/N=3072,K=1536,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "0a5d7bfdba4852da9ed08d1bc27cd7d521d09965" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/N=3072,K=1536,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "eccb86a76df0d7302b760ab6d83a8ceb9fa9d0d9" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/N=3072,K=7168,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "cb91a279d423d0ca25197e0edd5e8c2f4da58720" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/N=3072,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "88af48431d8b8791af8df03429704606b670f1f7" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/N=3072,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "dd069726d7ed4dcbb449af243f4f4af21815f854" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/N=32768,K=512,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "7febe3d272b4bb76500f7c6b523396129fd53680" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/N=32768,K=512,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "56b939e52fac3ed53a4e0ba640c40010cb3af30a" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/N=32768,K=512,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "63d9a0bf5d79ddaaad547d44338ad4b959ad72b1" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/N=36864,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "7fa398c15a2a535401709b0f25e20f6e4b23e58e" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/N=36864,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "f15d8f64c7090bd71d0091a524c65d7818fec38e" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/N=4096,K=512,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "9d7658bfc41b2c8fd4daf3fbdf62d15936d3d546" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/N=4096,K=512,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "cd3e07804fdec10c2cfb291c1ede3ba67b753f9c" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/N=4096,K=512,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "9d5a329d7466a37c0ca68a65a089fbb99f9327a9" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/N=4608,K=7168,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "03dba5ad15ba5f7f49100a5c78e8685e64334b2a" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/N=4608,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "96e1594a3eabbaedc792b84b07f05ae8752b7251" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/N=4608,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "5ffd367df833d773355590220598a3c7eceba4e0" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/N=512,K=7168,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "9a5ff48b8942957dde9b862aed848390dd267948" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/N=512,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "eabc423949a24c2a1fb2368a73e5249caf8d07df" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/N=576,K=7168,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "386928de139ce718f28222b9c1a6555df3958491" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/N=576,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "51e237b91b8e775a36bcf783c078c2c1cecbcbd2" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/N=576,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "6280219c9ee7d26f7e2fd3625dc92d847ddc7982" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/N=7168,K=1024,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "40c01c0b92b4b26fe480879dda33f18c5eb59a6d" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/N=7168,K=1024,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "c6fd3659799bc31e17f3577e7f0e8d7268faf1fb" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/N=7168,K=1152,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "160f12ed3f95a6967439ff53bc3e3a2cdc97c700" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/N=7168,K=1152,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "e5c4a1d2c94e5c7864f462e083ea5f530b8efe3f" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/N=7168,K=128,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "2bf5eb27e38208871d50348b170c8c74b80fc519" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/N=7168,K=16384,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "9c908e80406587da4d246ce4e3a8a98a14c875b1" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/N=7168,K=16384,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "0a1e14cffbb2a894a701352193947d272427db0d" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/N=7168,K=16384,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "15b1c93f60fc5068ba11b82b6d5924dd2024a824" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/N=7168,K=18432,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "f78e7060e6840ff721d306db556636b0bbc8d9b3" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/N=7168,K=18432,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "8ff12e64c172f5a5d0fbdf900728fe60b33877e2" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/N=7168,K=18432,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "4532f93681e2be175b1bf94f81bfde711821cd60" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/N=7168,K=2048,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "1d3ce5c94c2d9a4a1637204efb3b14f7a5579bdb" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/N=7168,K=2048,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "ca7f32b9552b479dc05495792b7e426db5eb1b56" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/N=7168,K=2048,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "5acea242cc0ad094cba8ee5f568ff88afb1b41ae" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/N=7168,K=2304,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "3ab5796ee15b6ec8d4ab1f4ab5a594fecb30e4b4" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/N=7168,K=2304,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "58cdd93e90b8c29bc7a211861711565dbeeb529a" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/N=7168,K=2304,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "b72e0371d1421a1decc9d57860f83eea8f790942" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/N=7168,K=256,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "3cb7eaa07c745fd3aa2b3242780a7061bedac1de" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/configs/N=7168,K=256,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "293adce387e066fce75b6e606d4b8b6a5aa10bdb" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/fp8.py", - "blob_id": "23bd7d6703104b0020671cc6ba6f78a6df37e4bf" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/fp8_utils.py", - "blob_id": "acb4f3e3bb1a34f209fdac9ecca8c123aaf67f12" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/fused_marlin_moe.py", - "blob_id": "b3e0a5c24599730faf973fad3cf3fb6031a30522" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/fused_moe.py", - "blob_id": "af2d798cbe5d7c3c1760ce79f717ab5f6d7700ba" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/platforms.py", - "blob_id": "735fab87f2add390f7bf6408ebe31d1f5de6d02b" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/scalar_type.py", - "blob_id": "ea749fe8247b6846620ccbba30ddf48d914ca4e1" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/utils/__init__.py", - "blob_id": "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/utils/marlin_utils.py", - "blob_id": "5037f774b8a8b7e88d822efacbb3b4ea5b95d356" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/utils/marlin_utils_test.py", - "blob_id": "83faac032ca93b3564c620c5b4b1ef63c74aaddf" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/moe/utils/quant_utils.py", - "blob_id": "5819ab753e57655185572ce1e49c24e6268171b4" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/__init__.py", - "blob_id": "cc806778863c03ccb3157343cd6331c1c6ca332c" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/_moe_wfwoejktckaue.abi3.so", - "blob_id": "a679d38667a74beffaca30bb9c6628c6b7d0b1c0" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/_ops.py", - "blob_id": "9aebf2be86d230b6de5510163c7b53dcc3aa7c51" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/E=1,N=14336,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "56c1a4e3af0b4a93fff71028d8e04bf73f0abb29" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/E=1,N=14336,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "d3677bebb82a7f3f19344ef6471626493cf2c5bb" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/E=1,N=1792,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "265768fb900ccfe9612b4a0d25973e6618f22a79" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/E=1,N=1792,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "d3be23dfc903ba61d3d4d79c0230952b24d2ead0" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/E=1,N=3072,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "589f5d39f31418d5121e7cbb2e6f2894b0a7ed32" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/E=1,N=3072,device_name=NVIDIA_H100_80GB_HBM3,dtype=int8_w8a16.json", - "blob_id": "2c78bfaba7890772bf266721f5577202ea443882" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/E=1,N=3072,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "4da841e74a79f9589fecac1fa557ea132d34805f" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/E=1,N=3584,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "200356713c0d0a76e199671c7ec8f10d0e5ee0ac" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/E=1,N=3584,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "e076615ee541a5043556f630ecf0946c4e2c1408" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/E=1,N=7168,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "ee896554b921040d7810bb6e9368cc200777951d" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/E=1,N=7168,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "05aed8b1c81492151d128ef251afc510d8cc8ed5" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/E=16,N=1344,device_name=NVIDIA_A100-SXM4-40GB.json", - "blob_id": "9262a74a4a0e1e3789f260a3ef7f6cb9551f3f2b" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/E=16,N=1344,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "d251f9b5accaec977fc87a0999cd56ee387fc650" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/E=16,N=1344,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "0ecf814a28a9441e89f892eb3d63dcf8dcb0dd97" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/E=16,N=14336,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "51ad5b299eb22465fa80530d12bdd5d7a03ce398" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/E=16,N=14336,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "ee5119182556cf49434c10e56cf04e3baeb26408" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/E=16,N=1792,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "68793c77b33c4f4b97d0a4b780fcbe8043c799de" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/E=16,N=1792,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "612910720ed9439e56c4af4c03f30fee224fac80" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/E=16,N=2688,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "039a10ed127b77836a7f41c03513292613852b30" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/E=16,N=2688,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "3793fcafee60bc7e8f5f12d601cb3192abfa9ca8" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/E=16,N=3072,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "51d03d8607122d7b9bc20ba48d8432d62367fa00" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/E=16,N=3072,device_name=NVIDIA_H100_80GB_HBM3,dtype=int8_w8a16.json", - "blob_id": "26f9abd6b789e9dd0f83ec7721fd1bae8aa76bec" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/E=16,N=3200,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "cd0cdbea0c3372674cb610870dd0b30325864549" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/E=16,N=3584,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "64be6e6591422aa0f441c3747b6c49850929652e" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/E=16,N=3584,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "0a6a6a73fa45e270f01ba7ebdc6d9d55bf9daad3" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/E=16,N=6400,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "ba9041d008507e31ae4179ef2bc863a49c606582" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/E=16,N=7168,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "7a7508aab04599cb06641c835d8b0a14f54d0716" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/E=16,N=7168,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "dbf9a2dd6f048d8adee290961e2aea72035f7615" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/E=16,N=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=int8_w8a16.json", - "blob_id": "bbb2386046b1135a2cc7ab7cb26c1d0b039bcf3a" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/E=16,N=800,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "57055453aa24c831dad9ac8e37fdab707c63ef91" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/E=64,N=1280,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "8cc6c643f236d2f7f9ad29354d9e469d00b20d3f" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/E=64,N=1280,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "d4c9ddd12972ac0b5fd2be11a9cd1075906e3978" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/E=64,N=640,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "b2799ed3a866e25b78d60d92910c000ebb21ff71" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/E=64,N=640,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "b8d3be2313fa14025d8aeb2fd11e0d1ee997ffa6" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/E=8,N=14336,device_name=AMD_Instinct_MI300X.json", - "blob_id": "6a976788f9b10af19ebcfe582a69cbc627f9457b" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/E=8,N=14336,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "3f3ccdafa88f3452a695efad4cb9622d6ae79e6a" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/E=8,N=1792,device_name=AMD_Instinct_MI300X.json", - "blob_id": "0a46390b2e31bba6a7c3ab2c9f6c8de6004857bb" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/E=8,N=1792,device_name=NVIDIA_A100-SXM4-40GB.json", - "blob_id": "f4c0f8417b384870050a95e0cf57edbdf6352b23" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/E=8,N=1792,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "5c8185cfdeec167ec4b88de51b4b395e28769cc5" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/E=8,N=1792,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "97c9f4445b166657ad29f1db9fc8281f9c463ec4" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/E=8,N=2048,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "0bb423b28f5ab3825929a4870b96393262a9dd9f" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/E=8,N=2048,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "55571873395464a3b58f549523905f439a8f1716" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/E=8,N=2048,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "26bcbf26970c7a77c99e2c8eacd83eefa86967bf" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/E=8,N=3584,device_name=AMD_Instinct_MI300X.json", - "blob_id": "91011e64c7de4505e9bb462bc70e6a3e7affa878" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/E=8,N=3584,device_name=NVIDIA_A100-SXM4-40GB.json", - "blob_id": "b41f9d443e50678334f906b44fce6d018d69500e" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/E=8,N=3584,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "edf2a38d12ad3f420f232d2cd61ab149ad138725" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/E=8,N=3584,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "673bae2ba8ef80ed4d4930739ca7daf0e8f28ee1" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/E=8,N=3584,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "b2100cebb7f589747430be9ca8c8db368c152d78" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/E=8,N=3584,device_name=NVIDIA_L40S.json", - "blob_id": "d720deb4bdd73d194b1023c99e190b8fcfecdaef" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/E=8,N=4096,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "dbc624731f5cb9afcdc9213183d00d1e5edd4a00" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/E=8,N=4096,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "cc614e635ea57327c610ce79e99ae5339614f22e" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/E=8,N=4096,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "32c0c9da471cbe479044095e0ed14a0f54b73620" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/E=8,N=7168,device_name=AMD_Instinct_MI300X.json", - "blob_id": "f807d4a5abaed9dd686df26837f2dd9f6161300f" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/E=8,N=7168,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "f578c8d0160ac3ef85b53c8539d3675455a97173" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/E=8,N=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "918f6839620cbab1f30b0f9383a9129c2cf2cf3d" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/E=8,N=7168,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "e341a67917d5177bacb3f6767e7b6d92539826ad" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/E=8,N=8192,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "34b916e574f88c65db1dac5889d74a990dc25e9b" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/N=1536,K=1536,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "6496a38fba8ae09b3025a75f357815b9d6a5e3f4" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/N=1536,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "3618053b65831b95c4bb0f20ef3b9aa816b2d637" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/N=1536,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "46a982f5ee9a4bd67ce244b101c576efeeb53b78" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/N=2048,K=512,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "035ec027fa56622196b24a03a5042ce010deaebf" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/N=2048,K=512,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "8b49f2781cb54d19a2789767ebb7e8c3fb55b981" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/N=2304,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "851bc9f9f0b50b41451b929eaa518869b6a05412" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/N=2304,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "d1227c2157990216d2ca51c69ad0944017f53b6a" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/N=24576,K=7168,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "77ba0d7477bdbcb036a43263e7aaa6b6913f8f4e" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/N=24576,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "1c61451fb34e52deec827f8f63c80fb15830c202" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/N=24576,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "63e661c80de6a7b1422f7a994a2ee7a4b724911c" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/N=256,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "cf354037903c0d1fcd077c4647aabce026a723fb" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/N=3072,K=1536,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "0a5d7bfdba4852da9ed08d1bc27cd7d521d09965" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/N=3072,K=1536,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "eccb86a76df0d7302b760ab6d83a8ceb9fa9d0d9" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/N=3072,K=7168,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "cb91a279d423d0ca25197e0edd5e8c2f4da58720" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/N=3072,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "88af48431d8b8791af8df03429704606b670f1f7" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/N=3072,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "dd069726d7ed4dcbb449af243f4f4af21815f854" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/N=32768,K=512,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "7febe3d272b4bb76500f7c6b523396129fd53680" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/N=32768,K=512,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "56b939e52fac3ed53a4e0ba640c40010cb3af30a" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/N=32768,K=512,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "63d9a0bf5d79ddaaad547d44338ad4b959ad72b1" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/N=36864,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "7fa398c15a2a535401709b0f25e20f6e4b23e58e" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/N=36864,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "f15d8f64c7090bd71d0091a524c65d7818fec38e" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/N=4096,K=512,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "9d7658bfc41b2c8fd4daf3fbdf62d15936d3d546" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/N=4096,K=512,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "cd3e07804fdec10c2cfb291c1ede3ba67b753f9c" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/N=4096,K=512,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "9d5a329d7466a37c0ca68a65a089fbb99f9327a9" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/N=4608,K=7168,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "03dba5ad15ba5f7f49100a5c78e8685e64334b2a" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/N=4608,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "96e1594a3eabbaedc792b84b07f05ae8752b7251" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/N=4608,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "5ffd367df833d773355590220598a3c7eceba4e0" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/N=512,K=7168,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "9a5ff48b8942957dde9b862aed848390dd267948" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/N=512,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "eabc423949a24c2a1fb2368a73e5249caf8d07df" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/N=576,K=7168,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "386928de139ce718f28222b9c1a6555df3958491" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/N=576,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "51e237b91b8e775a36bcf783c078c2c1cecbcbd2" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/N=576,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "6280219c9ee7d26f7e2fd3625dc92d847ddc7982" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/N=7168,K=1024,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "40c01c0b92b4b26fe480879dda33f18c5eb59a6d" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/N=7168,K=1024,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "c6fd3659799bc31e17f3577e7f0e8d7268faf1fb" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/N=7168,K=1152,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "160f12ed3f95a6967439ff53bc3e3a2cdc97c700" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/N=7168,K=1152,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "e5c4a1d2c94e5c7864f462e083ea5f530b8efe3f" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/N=7168,K=128,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "2bf5eb27e38208871d50348b170c8c74b80fc519" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/N=7168,K=16384,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "9c908e80406587da4d246ce4e3a8a98a14c875b1" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/N=7168,K=16384,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "0a1e14cffbb2a894a701352193947d272427db0d" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/N=7168,K=16384,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "15b1c93f60fc5068ba11b82b6d5924dd2024a824" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/N=7168,K=18432,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "f78e7060e6840ff721d306db556636b0bbc8d9b3" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/N=7168,K=18432,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "8ff12e64c172f5a5d0fbdf900728fe60b33877e2" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/N=7168,K=18432,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "4532f93681e2be175b1bf94f81bfde711821cd60" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/N=7168,K=2048,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "1d3ce5c94c2d9a4a1637204efb3b14f7a5579bdb" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/N=7168,K=2048,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "ca7f32b9552b479dc05495792b7e426db5eb1b56" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/N=7168,K=2048,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "5acea242cc0ad094cba8ee5f568ff88afb1b41ae" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/N=7168,K=2304,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "3ab5796ee15b6ec8d4ab1f4ab5a594fecb30e4b4" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/N=7168,K=2304,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "58cdd93e90b8c29bc7a211861711565dbeeb529a" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/N=7168,K=2304,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "b72e0371d1421a1decc9d57860f83eea8f790942" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/N=7168,K=256,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "3cb7eaa07c745fd3aa2b3242780a7061bedac1de" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/configs/N=7168,K=256,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "293adce387e066fce75b6e606d4b8b6a5aa10bdb" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/fp8.py", - "blob_id": "23bd7d6703104b0020671cc6ba6f78a6df37e4bf" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/fp8_utils.py", - "blob_id": "acb4f3e3bb1a34f209fdac9ecca8c123aaf67f12" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/fused_marlin_moe.py", - "blob_id": "b3e0a5c24599730faf973fad3cf3fb6031a30522" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/fused_moe.py", - "blob_id": "af2d798cbe5d7c3c1760ce79f717ab5f6d7700ba" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/platforms.py", - "blob_id": "735fab87f2add390f7bf6408ebe31d1f5de6d02b" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/scalar_type.py", - "blob_id": "ea749fe8247b6846620ccbba30ddf48d914ca4e1" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/utils/__init__.py", - "blob_id": "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/utils/marlin_utils.py", - "blob_id": "5037f774b8a8b7e88d822efacbb3b4ea5b95d356" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/utils/marlin_utils_test.py", - "blob_id": "83faac032ca93b3564c620c5b4b1ef63c74aaddf" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/moe/utils/quant_utils.py", - "blob_id": "5819ab753e57655185572ce1e49c24e6268171b4" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/__init__.py", - "blob_id": "cc806778863c03ccb3157343cd6331c1c6ca332c" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/_moe_plhnk6yxrdq3c.abi3.so", - "blob_id": "a16cd30c7ff53b3d73fa081369b6443efa5fb184" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/_ops.py", - "blob_id": "5b5d43b13c586ead5f177bcb71ba17c078eb016d" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/E=1,N=14336,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "56c1a4e3af0b4a93fff71028d8e04bf73f0abb29" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/E=1,N=14336,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "d3677bebb82a7f3f19344ef6471626493cf2c5bb" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/E=1,N=1792,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "265768fb900ccfe9612b4a0d25973e6618f22a79" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/E=1,N=1792,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "d3be23dfc903ba61d3d4d79c0230952b24d2ead0" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/E=1,N=3072,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "589f5d39f31418d5121e7cbb2e6f2894b0a7ed32" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/E=1,N=3072,device_name=NVIDIA_H100_80GB_HBM3,dtype=int8_w8a16.json", - "blob_id": "2c78bfaba7890772bf266721f5577202ea443882" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/E=1,N=3072,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "4da841e74a79f9589fecac1fa557ea132d34805f" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/E=1,N=3584,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "200356713c0d0a76e199671c7ec8f10d0e5ee0ac" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/E=1,N=3584,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "e076615ee541a5043556f630ecf0946c4e2c1408" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/E=1,N=7168,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "ee896554b921040d7810bb6e9368cc200777951d" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/E=1,N=7168,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "05aed8b1c81492151d128ef251afc510d8cc8ed5" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/E=16,N=1344,device_name=NVIDIA_A100-SXM4-40GB.json", - "blob_id": "9262a74a4a0e1e3789f260a3ef7f6cb9551f3f2b" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/E=16,N=1344,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "d251f9b5accaec977fc87a0999cd56ee387fc650" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/E=16,N=1344,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "0ecf814a28a9441e89f892eb3d63dcf8dcb0dd97" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/E=16,N=14336,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "51ad5b299eb22465fa80530d12bdd5d7a03ce398" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/E=16,N=14336,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "ee5119182556cf49434c10e56cf04e3baeb26408" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/E=16,N=1792,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "68793c77b33c4f4b97d0a4b780fcbe8043c799de" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/E=16,N=1792,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "612910720ed9439e56c4af4c03f30fee224fac80" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/E=16,N=2688,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "039a10ed127b77836a7f41c03513292613852b30" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/E=16,N=2688,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "3793fcafee60bc7e8f5f12d601cb3192abfa9ca8" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/E=16,N=3072,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "51d03d8607122d7b9bc20ba48d8432d62367fa00" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/E=16,N=3072,device_name=NVIDIA_H100_80GB_HBM3,dtype=int8_w8a16.json", - "blob_id": "26f9abd6b789e9dd0f83ec7721fd1bae8aa76bec" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/E=16,N=3200,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "cd0cdbea0c3372674cb610870dd0b30325864549" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/E=16,N=3584,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "64be6e6591422aa0f441c3747b6c49850929652e" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/E=16,N=3584,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "0a6a6a73fa45e270f01ba7ebdc6d9d55bf9daad3" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/E=16,N=6400,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "ba9041d008507e31ae4179ef2bc863a49c606582" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/E=16,N=7168,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "7a7508aab04599cb06641c835d8b0a14f54d0716" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/E=16,N=7168,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "dbf9a2dd6f048d8adee290961e2aea72035f7615" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/E=16,N=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=int8_w8a16.json", - "blob_id": "bbb2386046b1135a2cc7ab7cb26c1d0b039bcf3a" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/E=16,N=800,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "57055453aa24c831dad9ac8e37fdab707c63ef91" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/E=64,N=1280,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "8cc6c643f236d2f7f9ad29354d9e469d00b20d3f" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/E=64,N=1280,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "d4c9ddd12972ac0b5fd2be11a9cd1075906e3978" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/E=64,N=640,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "b2799ed3a866e25b78d60d92910c000ebb21ff71" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/E=64,N=640,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "b8d3be2313fa14025d8aeb2fd11e0d1ee997ffa6" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/E=8,N=14336,device_name=AMD_Instinct_MI300X.json", - "blob_id": "6a976788f9b10af19ebcfe582a69cbc627f9457b" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/E=8,N=14336,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "3f3ccdafa88f3452a695efad4cb9622d6ae79e6a" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/E=8,N=1792,device_name=AMD_Instinct_MI300X.json", - "blob_id": "0a46390b2e31bba6a7c3ab2c9f6c8de6004857bb" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/E=8,N=1792,device_name=NVIDIA_A100-SXM4-40GB.json", - "blob_id": "f4c0f8417b384870050a95e0cf57edbdf6352b23" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/E=8,N=1792,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "5c8185cfdeec167ec4b88de51b4b395e28769cc5" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/E=8,N=1792,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "97c9f4445b166657ad29f1db9fc8281f9c463ec4" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/E=8,N=2048,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "0bb423b28f5ab3825929a4870b96393262a9dd9f" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/E=8,N=2048,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "55571873395464a3b58f549523905f439a8f1716" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/E=8,N=2048,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "26bcbf26970c7a77c99e2c8eacd83eefa86967bf" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/E=8,N=3584,device_name=AMD_Instinct_MI300X.json", - "blob_id": "91011e64c7de4505e9bb462bc70e6a3e7affa878" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/E=8,N=3584,device_name=NVIDIA_A100-SXM4-40GB.json", - "blob_id": "b41f9d443e50678334f906b44fce6d018d69500e" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/E=8,N=3584,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "edf2a38d12ad3f420f232d2cd61ab149ad138725" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/E=8,N=3584,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "673bae2ba8ef80ed4d4930739ca7daf0e8f28ee1" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/E=8,N=3584,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "b2100cebb7f589747430be9ca8c8db368c152d78" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/E=8,N=3584,device_name=NVIDIA_L40S.json", - "blob_id": "d720deb4bdd73d194b1023c99e190b8fcfecdaef" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/E=8,N=4096,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "dbc624731f5cb9afcdc9213183d00d1e5edd4a00" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/E=8,N=4096,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "cc614e635ea57327c610ce79e99ae5339614f22e" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/E=8,N=4096,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "32c0c9da471cbe479044095e0ed14a0f54b73620" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/E=8,N=7168,device_name=AMD_Instinct_MI300X.json", - "blob_id": "f807d4a5abaed9dd686df26837f2dd9f6161300f" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/E=8,N=7168,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "f578c8d0160ac3ef85b53c8539d3675455a97173" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/E=8,N=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "918f6839620cbab1f30b0f9383a9129c2cf2cf3d" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/E=8,N=7168,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "e341a67917d5177bacb3f6767e7b6d92539826ad" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/E=8,N=8192,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "34b916e574f88c65db1dac5889d74a990dc25e9b" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/N=1536,K=1536,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "6496a38fba8ae09b3025a75f357815b9d6a5e3f4" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/N=1536,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "3618053b65831b95c4bb0f20ef3b9aa816b2d637" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/N=1536,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "46a982f5ee9a4bd67ce244b101c576efeeb53b78" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/N=2048,K=512,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "035ec027fa56622196b24a03a5042ce010deaebf" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/N=2048,K=512,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "8b49f2781cb54d19a2789767ebb7e8c3fb55b981" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/N=2304,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "851bc9f9f0b50b41451b929eaa518869b6a05412" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/N=2304,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "d1227c2157990216d2ca51c69ad0944017f53b6a" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/N=24576,K=7168,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "77ba0d7477bdbcb036a43263e7aaa6b6913f8f4e" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/N=24576,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "1c61451fb34e52deec827f8f63c80fb15830c202" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/N=24576,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "63e661c80de6a7b1422f7a994a2ee7a4b724911c" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/N=256,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "cf354037903c0d1fcd077c4647aabce026a723fb" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/N=3072,K=1536,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "0a5d7bfdba4852da9ed08d1bc27cd7d521d09965" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/N=3072,K=1536,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "eccb86a76df0d7302b760ab6d83a8ceb9fa9d0d9" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/N=3072,K=7168,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "cb91a279d423d0ca25197e0edd5e8c2f4da58720" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/N=3072,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "88af48431d8b8791af8df03429704606b670f1f7" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/N=3072,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "dd069726d7ed4dcbb449af243f4f4af21815f854" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/N=32768,K=512,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "7febe3d272b4bb76500f7c6b523396129fd53680" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/N=32768,K=512,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "56b939e52fac3ed53a4e0ba640c40010cb3af30a" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/N=32768,K=512,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "63d9a0bf5d79ddaaad547d44338ad4b959ad72b1" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/N=36864,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "7fa398c15a2a535401709b0f25e20f6e4b23e58e" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/N=36864,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "f15d8f64c7090bd71d0091a524c65d7818fec38e" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/N=4096,K=512,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "9d7658bfc41b2c8fd4daf3fbdf62d15936d3d546" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/N=4096,K=512,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "cd3e07804fdec10c2cfb291c1ede3ba67b753f9c" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/N=4096,K=512,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "9d5a329d7466a37c0ca68a65a089fbb99f9327a9" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/N=4608,K=7168,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "03dba5ad15ba5f7f49100a5c78e8685e64334b2a" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/N=4608,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "96e1594a3eabbaedc792b84b07f05ae8752b7251" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/N=4608,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "5ffd367df833d773355590220598a3c7eceba4e0" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/N=512,K=7168,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "9a5ff48b8942957dde9b862aed848390dd267948" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/N=512,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "eabc423949a24c2a1fb2368a73e5249caf8d07df" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/N=576,K=7168,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "386928de139ce718f28222b9c1a6555df3958491" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/N=576,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "51e237b91b8e775a36bcf783c078c2c1cecbcbd2" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/N=576,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "6280219c9ee7d26f7e2fd3625dc92d847ddc7982" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/N=7168,K=1024,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "40c01c0b92b4b26fe480879dda33f18c5eb59a6d" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/N=7168,K=1024,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "c6fd3659799bc31e17f3577e7f0e8d7268faf1fb" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/N=7168,K=1152,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "160f12ed3f95a6967439ff53bc3e3a2cdc97c700" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/N=7168,K=1152,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "e5c4a1d2c94e5c7864f462e083ea5f530b8efe3f" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/N=7168,K=128,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "2bf5eb27e38208871d50348b170c8c74b80fc519" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/N=7168,K=16384,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "9c908e80406587da4d246ce4e3a8a98a14c875b1" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/N=7168,K=16384,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "0a1e14cffbb2a894a701352193947d272427db0d" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/N=7168,K=16384,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "15b1c93f60fc5068ba11b82b6d5924dd2024a824" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/N=7168,K=18432,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "f78e7060e6840ff721d306db556636b0bbc8d9b3" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/N=7168,K=18432,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "8ff12e64c172f5a5d0fbdf900728fe60b33877e2" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/N=7168,K=18432,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "4532f93681e2be175b1bf94f81bfde711821cd60" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/N=7168,K=2048,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "1d3ce5c94c2d9a4a1637204efb3b14f7a5579bdb" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/N=7168,K=2048,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "ca7f32b9552b479dc05495792b7e426db5eb1b56" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/N=7168,K=2048,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "5acea242cc0ad094cba8ee5f568ff88afb1b41ae" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/N=7168,K=2304,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "3ab5796ee15b6ec8d4ab1f4ab5a594fecb30e4b4" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/N=7168,K=2304,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "58cdd93e90b8c29bc7a211861711565dbeeb529a" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/N=7168,K=2304,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "b72e0371d1421a1decc9d57860f83eea8f790942" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/N=7168,K=256,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "3cb7eaa07c745fd3aa2b3242780a7061bedac1de" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/configs/N=7168,K=256,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "293adce387e066fce75b6e606d4b8b6a5aa10bdb" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/fp8.py", - "blob_id": "23bd7d6703104b0020671cc6ba6f78a6df37e4bf" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/fp8_utils.py", - "blob_id": "acb4f3e3bb1a34f209fdac9ecca8c123aaf67f12" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/fused_marlin_moe.py", - "blob_id": "b3e0a5c24599730faf973fad3cf3fb6031a30522" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/fused_moe.py", - "blob_id": "af2d798cbe5d7c3c1760ce79f717ab5f6d7700ba" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/platforms.py", - "blob_id": "735fab87f2add390f7bf6408ebe31d1f5de6d02b" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/scalar_type.py", - "blob_id": "ea749fe8247b6846620ccbba30ddf48d914ca4e1" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/utils/__init__.py", - "blob_id": "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/utils/marlin_utils.py", - "blob_id": "5037f774b8a8b7e88d822efacbb3b4ea5b95d356" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/utils/marlin_utils_test.py", - "blob_id": "83faac032ca93b3564c620c5b4b1ef63c74aaddf" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/moe/utils/quant_utils.py", - "blob_id": "5819ab753e57655185572ce1e49c24e6268171b4" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/__init__.py", - "blob_id": "cc806778863c03ccb3157343cd6331c1c6ca332c" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/_moe_mrhezivmofzdg.abi3.so", - "blob_id": "5423719c9ac75f96528fc0b7386a108aedc996b1" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/_ops.py", - "blob_id": "f78c4d78eceaa86a9d245eea4d5562167db8f59b" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/E=1,N=14336,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "56c1a4e3af0b4a93fff71028d8e04bf73f0abb29" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/E=1,N=14336,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "d3677bebb82a7f3f19344ef6471626493cf2c5bb" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/E=1,N=1792,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "265768fb900ccfe9612b4a0d25973e6618f22a79" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/E=1,N=1792,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "d3be23dfc903ba61d3d4d79c0230952b24d2ead0" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/E=1,N=3072,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "589f5d39f31418d5121e7cbb2e6f2894b0a7ed32" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/E=1,N=3072,device_name=NVIDIA_H100_80GB_HBM3,dtype=int8_w8a16.json", - "blob_id": "2c78bfaba7890772bf266721f5577202ea443882" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/E=1,N=3072,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "4da841e74a79f9589fecac1fa557ea132d34805f" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/E=1,N=3584,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "200356713c0d0a76e199671c7ec8f10d0e5ee0ac" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/E=1,N=3584,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "e076615ee541a5043556f630ecf0946c4e2c1408" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/E=1,N=7168,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "ee896554b921040d7810bb6e9368cc200777951d" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/E=1,N=7168,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "05aed8b1c81492151d128ef251afc510d8cc8ed5" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/E=16,N=1344,device_name=NVIDIA_A100-SXM4-40GB.json", - "blob_id": "9262a74a4a0e1e3789f260a3ef7f6cb9551f3f2b" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/E=16,N=1344,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "d251f9b5accaec977fc87a0999cd56ee387fc650" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/E=16,N=1344,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "0ecf814a28a9441e89f892eb3d63dcf8dcb0dd97" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/E=16,N=14336,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "51ad5b299eb22465fa80530d12bdd5d7a03ce398" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/E=16,N=14336,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "ee5119182556cf49434c10e56cf04e3baeb26408" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/E=16,N=1792,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "68793c77b33c4f4b97d0a4b780fcbe8043c799de" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/E=16,N=1792,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "612910720ed9439e56c4af4c03f30fee224fac80" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/E=16,N=2688,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "039a10ed127b77836a7f41c03513292613852b30" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/E=16,N=2688,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "3793fcafee60bc7e8f5f12d601cb3192abfa9ca8" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/E=16,N=3072,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "51d03d8607122d7b9bc20ba48d8432d62367fa00" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/E=16,N=3072,device_name=NVIDIA_H100_80GB_HBM3,dtype=int8_w8a16.json", - "blob_id": "26f9abd6b789e9dd0f83ec7721fd1bae8aa76bec" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/E=16,N=3200,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "cd0cdbea0c3372674cb610870dd0b30325864549" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/E=16,N=3584,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "64be6e6591422aa0f441c3747b6c49850929652e" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/E=16,N=3584,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "0a6a6a73fa45e270f01ba7ebdc6d9d55bf9daad3" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/E=16,N=6400,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "ba9041d008507e31ae4179ef2bc863a49c606582" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/E=16,N=7168,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "7a7508aab04599cb06641c835d8b0a14f54d0716" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/E=16,N=7168,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "dbf9a2dd6f048d8adee290961e2aea72035f7615" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/E=16,N=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=int8_w8a16.json", - "blob_id": "bbb2386046b1135a2cc7ab7cb26c1d0b039bcf3a" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/E=16,N=800,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "57055453aa24c831dad9ac8e37fdab707c63ef91" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/E=64,N=1280,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "8cc6c643f236d2f7f9ad29354d9e469d00b20d3f" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/E=64,N=1280,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "d4c9ddd12972ac0b5fd2be11a9cd1075906e3978" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/E=64,N=640,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "b2799ed3a866e25b78d60d92910c000ebb21ff71" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/E=64,N=640,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "b8d3be2313fa14025d8aeb2fd11e0d1ee997ffa6" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/E=8,N=14336,device_name=AMD_Instinct_MI300X.json", - "blob_id": "6a976788f9b10af19ebcfe582a69cbc627f9457b" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/E=8,N=14336,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "3f3ccdafa88f3452a695efad4cb9622d6ae79e6a" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/E=8,N=1792,device_name=AMD_Instinct_MI300X.json", - "blob_id": "0a46390b2e31bba6a7c3ab2c9f6c8de6004857bb" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/E=8,N=1792,device_name=NVIDIA_A100-SXM4-40GB.json", - "blob_id": "f4c0f8417b384870050a95e0cf57edbdf6352b23" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/E=8,N=1792,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "5c8185cfdeec167ec4b88de51b4b395e28769cc5" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/E=8,N=1792,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "97c9f4445b166657ad29f1db9fc8281f9c463ec4" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/E=8,N=2048,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "0bb423b28f5ab3825929a4870b96393262a9dd9f" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/E=8,N=2048,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "55571873395464a3b58f549523905f439a8f1716" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/E=8,N=2048,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "26bcbf26970c7a77c99e2c8eacd83eefa86967bf" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/E=8,N=3584,device_name=AMD_Instinct_MI300X.json", - "blob_id": "91011e64c7de4505e9bb462bc70e6a3e7affa878" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/E=8,N=3584,device_name=NVIDIA_A100-SXM4-40GB.json", - "blob_id": "b41f9d443e50678334f906b44fce6d018d69500e" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/E=8,N=3584,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "edf2a38d12ad3f420f232d2cd61ab149ad138725" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/E=8,N=3584,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "673bae2ba8ef80ed4d4930739ca7daf0e8f28ee1" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/E=8,N=3584,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "b2100cebb7f589747430be9ca8c8db368c152d78" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/E=8,N=3584,device_name=NVIDIA_L40S.json", - "blob_id": "d720deb4bdd73d194b1023c99e190b8fcfecdaef" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/E=8,N=4096,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "dbc624731f5cb9afcdc9213183d00d1e5edd4a00" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/E=8,N=4096,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "cc614e635ea57327c610ce79e99ae5339614f22e" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/E=8,N=4096,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "32c0c9da471cbe479044095e0ed14a0f54b73620" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/E=8,N=7168,device_name=AMD_Instinct_MI300X.json", - "blob_id": "f807d4a5abaed9dd686df26837f2dd9f6161300f" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/E=8,N=7168,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "f578c8d0160ac3ef85b53c8539d3675455a97173" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/E=8,N=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "918f6839620cbab1f30b0f9383a9129c2cf2cf3d" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/E=8,N=7168,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "e341a67917d5177bacb3f6767e7b6d92539826ad" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/E=8,N=8192,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "34b916e574f88c65db1dac5889d74a990dc25e9b" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/N=1536,K=1536,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "6496a38fba8ae09b3025a75f357815b9d6a5e3f4" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/N=1536,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "3618053b65831b95c4bb0f20ef3b9aa816b2d637" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/N=1536,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "46a982f5ee9a4bd67ce244b101c576efeeb53b78" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/N=2048,K=512,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "035ec027fa56622196b24a03a5042ce010deaebf" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/N=2048,K=512,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "8b49f2781cb54d19a2789767ebb7e8c3fb55b981" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/N=2304,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "851bc9f9f0b50b41451b929eaa518869b6a05412" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/N=2304,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "d1227c2157990216d2ca51c69ad0944017f53b6a" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/N=24576,K=7168,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "77ba0d7477bdbcb036a43263e7aaa6b6913f8f4e" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/N=24576,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "1c61451fb34e52deec827f8f63c80fb15830c202" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/N=24576,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "63e661c80de6a7b1422f7a994a2ee7a4b724911c" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/N=256,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "cf354037903c0d1fcd077c4647aabce026a723fb" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/N=3072,K=1536,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "0a5d7bfdba4852da9ed08d1bc27cd7d521d09965" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/N=3072,K=1536,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "eccb86a76df0d7302b760ab6d83a8ceb9fa9d0d9" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/N=3072,K=7168,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "cb91a279d423d0ca25197e0edd5e8c2f4da58720" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/N=3072,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "88af48431d8b8791af8df03429704606b670f1f7" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/N=3072,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "dd069726d7ed4dcbb449af243f4f4af21815f854" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/N=32768,K=512,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "7febe3d272b4bb76500f7c6b523396129fd53680" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/N=32768,K=512,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "56b939e52fac3ed53a4e0ba640c40010cb3af30a" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/N=32768,K=512,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "63d9a0bf5d79ddaaad547d44338ad4b959ad72b1" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/N=36864,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "7fa398c15a2a535401709b0f25e20f6e4b23e58e" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/N=36864,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "f15d8f64c7090bd71d0091a524c65d7818fec38e" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/N=4096,K=512,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "9d7658bfc41b2c8fd4daf3fbdf62d15936d3d546" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/N=4096,K=512,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "cd3e07804fdec10c2cfb291c1ede3ba67b753f9c" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/N=4096,K=512,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "9d5a329d7466a37c0ca68a65a089fbb99f9327a9" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/N=4608,K=7168,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "03dba5ad15ba5f7f49100a5c78e8685e64334b2a" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/N=4608,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "96e1594a3eabbaedc792b84b07f05ae8752b7251" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/N=4608,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "5ffd367df833d773355590220598a3c7eceba4e0" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/N=512,K=7168,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "9a5ff48b8942957dde9b862aed848390dd267948" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/N=512,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "eabc423949a24c2a1fb2368a73e5249caf8d07df" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/N=576,K=7168,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "386928de139ce718f28222b9c1a6555df3958491" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/N=576,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "51e237b91b8e775a36bcf783c078c2c1cecbcbd2" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/N=576,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "6280219c9ee7d26f7e2fd3625dc92d847ddc7982" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/N=7168,K=1024,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "40c01c0b92b4b26fe480879dda33f18c5eb59a6d" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/N=7168,K=1024,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "c6fd3659799bc31e17f3577e7f0e8d7268faf1fb" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/N=7168,K=1152,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "160f12ed3f95a6967439ff53bc3e3a2cdc97c700" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/N=7168,K=1152,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "e5c4a1d2c94e5c7864f462e083ea5f530b8efe3f" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/N=7168,K=128,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "2bf5eb27e38208871d50348b170c8c74b80fc519" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/N=7168,K=16384,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "9c908e80406587da4d246ce4e3a8a98a14c875b1" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/N=7168,K=16384,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "0a1e14cffbb2a894a701352193947d272427db0d" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/N=7168,K=16384,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "15b1c93f60fc5068ba11b82b6d5924dd2024a824" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/N=7168,K=18432,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "f78e7060e6840ff721d306db556636b0bbc8d9b3" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/N=7168,K=18432,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "8ff12e64c172f5a5d0fbdf900728fe60b33877e2" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/N=7168,K=18432,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "4532f93681e2be175b1bf94f81bfde711821cd60" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/N=7168,K=2048,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "1d3ce5c94c2d9a4a1637204efb3b14f7a5579bdb" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/N=7168,K=2048,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "ca7f32b9552b479dc05495792b7e426db5eb1b56" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/N=7168,K=2048,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "5acea242cc0ad094cba8ee5f568ff88afb1b41ae" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/N=7168,K=2304,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "3ab5796ee15b6ec8d4ab1f4ab5a594fecb30e4b4" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/N=7168,K=2304,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "58cdd93e90b8c29bc7a211861711565dbeeb529a" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/N=7168,K=2304,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "b72e0371d1421a1decc9d57860f83eea8f790942" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/N=7168,K=256,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "3cb7eaa07c745fd3aa2b3242780a7061bedac1de" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/configs/N=7168,K=256,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "293adce387e066fce75b6e606d4b8b6a5aa10bdb" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/fp8.py", - "blob_id": "23bd7d6703104b0020671cc6ba6f78a6df37e4bf" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/fp8_utils.py", - "blob_id": "acb4f3e3bb1a34f209fdac9ecca8c123aaf67f12" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/fused_marlin_moe.py", - "blob_id": "b3e0a5c24599730faf973fad3cf3fb6031a30522" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/fused_moe.py", - "blob_id": "af2d798cbe5d7c3c1760ce79f717ab5f6d7700ba" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/platforms.py", - "blob_id": "735fab87f2add390f7bf6408ebe31d1f5de6d02b" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/scalar_type.py", - "blob_id": "ea749fe8247b6846620ccbba30ddf48d914ca4e1" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/utils/__init__.py", - "blob_id": "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/utils/marlin_utils.py", - "blob_id": "5037f774b8a8b7e88d822efacbb3b4ea5b95d356" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/utils/marlin_utils_test.py", - "blob_id": "83faac032ca93b3564c620c5b4b1ef63c74aaddf" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/moe/utils/quant_utils.py", - "blob_id": "5819ab753e57655185572ce1e49c24e6268171b4" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/__init__.py", - "blob_id": "cc806778863c03ccb3157343cd6331c1c6ca332c" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/_moe_lvqy7x44edhqo.abi3.so", - "blob_id": "51f9c5792c1d7bcb03a8906e9bc60e779ba1b343" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/_ops.py", - "blob_id": "510c892dcc2479877c6c2fc5c20f6a534dc90d51" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/E=1,N=14336,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "56c1a4e3af0b4a93fff71028d8e04bf73f0abb29" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/E=1,N=14336,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "d3677bebb82a7f3f19344ef6471626493cf2c5bb" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/E=1,N=1792,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "265768fb900ccfe9612b4a0d25973e6618f22a79" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/E=1,N=1792,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "d3be23dfc903ba61d3d4d79c0230952b24d2ead0" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/E=1,N=3072,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "589f5d39f31418d5121e7cbb2e6f2894b0a7ed32" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/E=1,N=3072,device_name=NVIDIA_H100_80GB_HBM3,dtype=int8_w8a16.json", - "blob_id": "2c78bfaba7890772bf266721f5577202ea443882" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/E=1,N=3072,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "4da841e74a79f9589fecac1fa557ea132d34805f" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/E=1,N=3584,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "200356713c0d0a76e199671c7ec8f10d0e5ee0ac" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/E=1,N=3584,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "e076615ee541a5043556f630ecf0946c4e2c1408" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/E=1,N=7168,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "ee896554b921040d7810bb6e9368cc200777951d" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/E=1,N=7168,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "05aed8b1c81492151d128ef251afc510d8cc8ed5" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/E=16,N=1344,device_name=NVIDIA_A100-SXM4-40GB.json", - "blob_id": "9262a74a4a0e1e3789f260a3ef7f6cb9551f3f2b" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/E=16,N=1344,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "d251f9b5accaec977fc87a0999cd56ee387fc650" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/E=16,N=1344,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "0ecf814a28a9441e89f892eb3d63dcf8dcb0dd97" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/E=16,N=14336,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "51ad5b299eb22465fa80530d12bdd5d7a03ce398" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/E=16,N=14336,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "ee5119182556cf49434c10e56cf04e3baeb26408" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/E=16,N=1792,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "68793c77b33c4f4b97d0a4b780fcbe8043c799de" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/E=16,N=1792,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "612910720ed9439e56c4af4c03f30fee224fac80" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/E=16,N=2688,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "039a10ed127b77836a7f41c03513292613852b30" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/E=16,N=2688,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "3793fcafee60bc7e8f5f12d601cb3192abfa9ca8" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/E=16,N=3072,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "51d03d8607122d7b9bc20ba48d8432d62367fa00" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/E=16,N=3072,device_name=NVIDIA_H100_80GB_HBM3,dtype=int8_w8a16.json", - "blob_id": "26f9abd6b789e9dd0f83ec7721fd1bae8aa76bec" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/E=16,N=3200,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "cd0cdbea0c3372674cb610870dd0b30325864549" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/E=16,N=3584,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "64be6e6591422aa0f441c3747b6c49850929652e" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/E=16,N=3584,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "0a6a6a73fa45e270f01ba7ebdc6d9d55bf9daad3" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/E=16,N=6400,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "ba9041d008507e31ae4179ef2bc863a49c606582" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/E=16,N=7168,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "7a7508aab04599cb06641c835d8b0a14f54d0716" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/E=16,N=7168,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "dbf9a2dd6f048d8adee290961e2aea72035f7615" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/E=16,N=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=int8_w8a16.json", - "blob_id": "bbb2386046b1135a2cc7ab7cb26c1d0b039bcf3a" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/E=16,N=800,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "57055453aa24c831dad9ac8e37fdab707c63ef91" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/E=64,N=1280,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "8cc6c643f236d2f7f9ad29354d9e469d00b20d3f" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/E=64,N=1280,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "d4c9ddd12972ac0b5fd2be11a9cd1075906e3978" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/E=64,N=640,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "b2799ed3a866e25b78d60d92910c000ebb21ff71" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/E=64,N=640,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "b8d3be2313fa14025d8aeb2fd11e0d1ee997ffa6" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/E=8,N=14336,device_name=AMD_Instinct_MI300X.json", - "blob_id": "6a976788f9b10af19ebcfe582a69cbc627f9457b" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/E=8,N=14336,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "3f3ccdafa88f3452a695efad4cb9622d6ae79e6a" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/E=8,N=1792,device_name=AMD_Instinct_MI300X.json", - "blob_id": "0a46390b2e31bba6a7c3ab2c9f6c8de6004857bb" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/E=8,N=1792,device_name=NVIDIA_A100-SXM4-40GB.json", - "blob_id": "f4c0f8417b384870050a95e0cf57edbdf6352b23" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/E=8,N=1792,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "5c8185cfdeec167ec4b88de51b4b395e28769cc5" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/E=8,N=1792,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "97c9f4445b166657ad29f1db9fc8281f9c463ec4" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/E=8,N=2048,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "0bb423b28f5ab3825929a4870b96393262a9dd9f" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/E=8,N=2048,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "55571873395464a3b58f549523905f439a8f1716" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/E=8,N=2048,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "26bcbf26970c7a77c99e2c8eacd83eefa86967bf" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/E=8,N=3584,device_name=AMD_Instinct_MI300X.json", - "blob_id": "91011e64c7de4505e9bb462bc70e6a3e7affa878" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/E=8,N=3584,device_name=NVIDIA_A100-SXM4-40GB.json", - "blob_id": "b41f9d443e50678334f906b44fce6d018d69500e" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/E=8,N=3584,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "edf2a38d12ad3f420f232d2cd61ab149ad138725" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/E=8,N=3584,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "673bae2ba8ef80ed4d4930739ca7daf0e8f28ee1" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/E=8,N=3584,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "b2100cebb7f589747430be9ca8c8db368c152d78" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/E=8,N=3584,device_name=NVIDIA_L40S.json", - "blob_id": "d720deb4bdd73d194b1023c99e190b8fcfecdaef" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/E=8,N=4096,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "dbc624731f5cb9afcdc9213183d00d1e5edd4a00" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/E=8,N=4096,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "cc614e635ea57327c610ce79e99ae5339614f22e" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/E=8,N=4096,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "32c0c9da471cbe479044095e0ed14a0f54b73620" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/E=8,N=7168,device_name=AMD_Instinct_MI300X.json", - "blob_id": "f807d4a5abaed9dd686df26837f2dd9f6161300f" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/E=8,N=7168,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "f578c8d0160ac3ef85b53c8539d3675455a97173" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/E=8,N=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "918f6839620cbab1f30b0f9383a9129c2cf2cf3d" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/E=8,N=7168,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "e341a67917d5177bacb3f6767e7b6d92539826ad" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/E=8,N=8192,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "34b916e574f88c65db1dac5889d74a990dc25e9b" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/N=1536,K=1536,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "6496a38fba8ae09b3025a75f357815b9d6a5e3f4" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/N=1536,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "3618053b65831b95c4bb0f20ef3b9aa816b2d637" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/N=1536,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "46a982f5ee9a4bd67ce244b101c576efeeb53b78" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/N=2048,K=512,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "035ec027fa56622196b24a03a5042ce010deaebf" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/N=2048,K=512,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "8b49f2781cb54d19a2789767ebb7e8c3fb55b981" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/N=2304,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "851bc9f9f0b50b41451b929eaa518869b6a05412" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/N=2304,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "d1227c2157990216d2ca51c69ad0944017f53b6a" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/N=24576,K=7168,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "77ba0d7477bdbcb036a43263e7aaa6b6913f8f4e" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/N=24576,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "1c61451fb34e52deec827f8f63c80fb15830c202" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/N=24576,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "63e661c80de6a7b1422f7a994a2ee7a4b724911c" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/N=256,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "cf354037903c0d1fcd077c4647aabce026a723fb" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/N=3072,K=1536,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "0a5d7bfdba4852da9ed08d1bc27cd7d521d09965" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/N=3072,K=1536,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "eccb86a76df0d7302b760ab6d83a8ceb9fa9d0d9" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/N=3072,K=7168,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "cb91a279d423d0ca25197e0edd5e8c2f4da58720" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/N=3072,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "88af48431d8b8791af8df03429704606b670f1f7" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/N=3072,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "dd069726d7ed4dcbb449af243f4f4af21815f854" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/N=32768,K=512,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "7febe3d272b4bb76500f7c6b523396129fd53680" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/N=32768,K=512,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "56b939e52fac3ed53a4e0ba640c40010cb3af30a" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/N=32768,K=512,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "63d9a0bf5d79ddaaad547d44338ad4b959ad72b1" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/N=36864,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "7fa398c15a2a535401709b0f25e20f6e4b23e58e" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/N=36864,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "f15d8f64c7090bd71d0091a524c65d7818fec38e" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/N=4096,K=512,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "9d7658bfc41b2c8fd4daf3fbdf62d15936d3d546" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/N=4096,K=512,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "cd3e07804fdec10c2cfb291c1ede3ba67b753f9c" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/N=4096,K=512,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "9d5a329d7466a37c0ca68a65a089fbb99f9327a9" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/N=4608,K=7168,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "03dba5ad15ba5f7f49100a5c78e8685e64334b2a" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/N=4608,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "96e1594a3eabbaedc792b84b07f05ae8752b7251" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/N=4608,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "5ffd367df833d773355590220598a3c7eceba4e0" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/N=512,K=7168,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "9a5ff48b8942957dde9b862aed848390dd267948" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/N=512,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "eabc423949a24c2a1fb2368a73e5249caf8d07df" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/N=576,K=7168,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "386928de139ce718f28222b9c1a6555df3958491" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/N=576,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "51e237b91b8e775a36bcf783c078c2c1cecbcbd2" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/N=576,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "6280219c9ee7d26f7e2fd3625dc92d847ddc7982" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/N=7168,K=1024,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "40c01c0b92b4b26fe480879dda33f18c5eb59a6d" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/N=7168,K=1024,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "c6fd3659799bc31e17f3577e7f0e8d7268faf1fb" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/N=7168,K=1152,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "160f12ed3f95a6967439ff53bc3e3a2cdc97c700" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/N=7168,K=1152,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "e5c4a1d2c94e5c7864f462e083ea5f530b8efe3f" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/N=7168,K=128,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "2bf5eb27e38208871d50348b170c8c74b80fc519" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/N=7168,K=16384,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "9c908e80406587da4d246ce4e3a8a98a14c875b1" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/N=7168,K=16384,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "0a1e14cffbb2a894a701352193947d272427db0d" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/N=7168,K=16384,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "15b1c93f60fc5068ba11b82b6d5924dd2024a824" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/N=7168,K=18432,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "f78e7060e6840ff721d306db556636b0bbc8d9b3" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/N=7168,K=18432,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "8ff12e64c172f5a5d0fbdf900728fe60b33877e2" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/N=7168,K=18432,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "4532f93681e2be175b1bf94f81bfde711821cd60" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/N=7168,K=2048,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "1d3ce5c94c2d9a4a1637204efb3b14f7a5579bdb" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/N=7168,K=2048,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "ca7f32b9552b479dc05495792b7e426db5eb1b56" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/N=7168,K=2048,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "5acea242cc0ad094cba8ee5f568ff88afb1b41ae" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/N=7168,K=2304,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "3ab5796ee15b6ec8d4ab1f4ab5a594fecb30e4b4" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/N=7168,K=2304,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "58cdd93e90b8c29bc7a211861711565dbeeb529a" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/N=7168,K=2304,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "b72e0371d1421a1decc9d57860f83eea8f790942" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/N=7168,K=256,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "3cb7eaa07c745fd3aa2b3242780a7061bedac1de" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/configs/N=7168,K=256,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "293adce387e066fce75b6e606d4b8b6a5aa10bdb" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/fp8.py", - "blob_id": "23bd7d6703104b0020671cc6ba6f78a6df37e4bf" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/fp8_utils.py", - "blob_id": "acb4f3e3bb1a34f209fdac9ecca8c123aaf67f12" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/fused_marlin_moe.py", - "blob_id": "b3e0a5c24599730faf973fad3cf3fb6031a30522" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/fused_moe.py", - "blob_id": "af2d798cbe5d7c3c1760ce79f717ab5f6d7700ba" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/platforms.py", - "blob_id": "735fab87f2add390f7bf6408ebe31d1f5de6d02b" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/scalar_type.py", - "blob_id": "ea749fe8247b6846620ccbba30ddf48d914ca4e1" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/utils/__init__.py", - "blob_id": "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/utils/marlin_utils.py", - "blob_id": "5037f774b8a8b7e88d822efacbb3b4ea5b95d356" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/utils/marlin_utils_test.py", - "blob_id": "83faac032ca93b3564c620c5b4b1ef63c74aaddf" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/moe/utils/quant_utils.py", - "blob_id": "5819ab753e57655185572ce1e49c24e6268171b4" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/__init__.py", - "blob_id": "cc806778863c03ccb3157343cd6331c1c6ca332c" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/_moe_gasoel7noy6kw.abi3.so", - "blob_id": "cd914e2830fbe3fbdcf31c5fa2f37c384d2c36d5" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/_ops.py", - "blob_id": "c69fb498baf329dda803ec0f90dc4b7756fb1ff0" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/E=1,N=14336,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "56c1a4e3af0b4a93fff71028d8e04bf73f0abb29" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/E=1,N=14336,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "d3677bebb82a7f3f19344ef6471626493cf2c5bb" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/E=1,N=1792,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "265768fb900ccfe9612b4a0d25973e6618f22a79" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/E=1,N=1792,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "d3be23dfc903ba61d3d4d79c0230952b24d2ead0" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/E=1,N=3072,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "589f5d39f31418d5121e7cbb2e6f2894b0a7ed32" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/E=1,N=3072,device_name=NVIDIA_H100_80GB_HBM3,dtype=int8_w8a16.json", - "blob_id": "2c78bfaba7890772bf266721f5577202ea443882" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/E=1,N=3072,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "4da841e74a79f9589fecac1fa557ea132d34805f" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/E=1,N=3584,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "200356713c0d0a76e199671c7ec8f10d0e5ee0ac" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/E=1,N=3584,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "e076615ee541a5043556f630ecf0946c4e2c1408" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/E=1,N=7168,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "ee896554b921040d7810bb6e9368cc200777951d" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/E=1,N=7168,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "05aed8b1c81492151d128ef251afc510d8cc8ed5" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/E=16,N=1344,device_name=NVIDIA_A100-SXM4-40GB.json", - "blob_id": "9262a74a4a0e1e3789f260a3ef7f6cb9551f3f2b" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/E=16,N=1344,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "d251f9b5accaec977fc87a0999cd56ee387fc650" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/E=16,N=1344,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "0ecf814a28a9441e89f892eb3d63dcf8dcb0dd97" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/E=16,N=14336,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "51ad5b299eb22465fa80530d12bdd5d7a03ce398" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/E=16,N=14336,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "ee5119182556cf49434c10e56cf04e3baeb26408" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/E=16,N=1792,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "68793c77b33c4f4b97d0a4b780fcbe8043c799de" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/E=16,N=1792,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "612910720ed9439e56c4af4c03f30fee224fac80" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/E=16,N=2688,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "039a10ed127b77836a7f41c03513292613852b30" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/E=16,N=2688,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "3793fcafee60bc7e8f5f12d601cb3192abfa9ca8" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/E=16,N=3072,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "51d03d8607122d7b9bc20ba48d8432d62367fa00" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/E=16,N=3072,device_name=NVIDIA_H100_80GB_HBM3,dtype=int8_w8a16.json", - "blob_id": "26f9abd6b789e9dd0f83ec7721fd1bae8aa76bec" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/E=16,N=3200,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "cd0cdbea0c3372674cb610870dd0b30325864549" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/E=16,N=3584,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "64be6e6591422aa0f441c3747b6c49850929652e" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/E=16,N=3584,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "0a6a6a73fa45e270f01ba7ebdc6d9d55bf9daad3" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/E=16,N=6400,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "ba9041d008507e31ae4179ef2bc863a49c606582" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/E=16,N=7168,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "7a7508aab04599cb06641c835d8b0a14f54d0716" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/E=16,N=7168,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "dbf9a2dd6f048d8adee290961e2aea72035f7615" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/E=16,N=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=int8_w8a16.json", - "blob_id": "bbb2386046b1135a2cc7ab7cb26c1d0b039bcf3a" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/E=16,N=800,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "57055453aa24c831dad9ac8e37fdab707c63ef91" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/E=64,N=1280,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "8cc6c643f236d2f7f9ad29354d9e469d00b20d3f" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/E=64,N=1280,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "d4c9ddd12972ac0b5fd2be11a9cd1075906e3978" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/E=64,N=640,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "b2799ed3a866e25b78d60d92910c000ebb21ff71" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/E=64,N=640,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "b8d3be2313fa14025d8aeb2fd11e0d1ee997ffa6" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/E=8,N=14336,device_name=AMD_Instinct_MI300X.json", - "blob_id": "6a976788f9b10af19ebcfe582a69cbc627f9457b" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/E=8,N=14336,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "3f3ccdafa88f3452a695efad4cb9622d6ae79e6a" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/E=8,N=1792,device_name=AMD_Instinct_MI300X.json", - "blob_id": "0a46390b2e31bba6a7c3ab2c9f6c8de6004857bb" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/E=8,N=1792,device_name=NVIDIA_A100-SXM4-40GB.json", - "blob_id": "f4c0f8417b384870050a95e0cf57edbdf6352b23" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/E=8,N=1792,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "5c8185cfdeec167ec4b88de51b4b395e28769cc5" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/E=8,N=1792,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "97c9f4445b166657ad29f1db9fc8281f9c463ec4" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/E=8,N=2048,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "0bb423b28f5ab3825929a4870b96393262a9dd9f" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/E=8,N=2048,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "55571873395464a3b58f549523905f439a8f1716" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/E=8,N=2048,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "26bcbf26970c7a77c99e2c8eacd83eefa86967bf" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/E=8,N=3584,device_name=AMD_Instinct_MI300X.json", - "blob_id": "91011e64c7de4505e9bb462bc70e6a3e7affa878" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/E=8,N=3584,device_name=NVIDIA_A100-SXM4-40GB.json", - "blob_id": "b41f9d443e50678334f906b44fce6d018d69500e" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/E=8,N=3584,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "edf2a38d12ad3f420f232d2cd61ab149ad138725" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/E=8,N=3584,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "673bae2ba8ef80ed4d4930739ca7daf0e8f28ee1" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/E=8,N=3584,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "b2100cebb7f589747430be9ca8c8db368c152d78" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/E=8,N=3584,device_name=NVIDIA_L40S.json", - "blob_id": "d720deb4bdd73d194b1023c99e190b8fcfecdaef" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/E=8,N=4096,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "dbc624731f5cb9afcdc9213183d00d1e5edd4a00" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/E=8,N=4096,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "cc614e635ea57327c610ce79e99ae5339614f22e" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/E=8,N=4096,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "32c0c9da471cbe479044095e0ed14a0f54b73620" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/E=8,N=7168,device_name=AMD_Instinct_MI300X.json", - "blob_id": "f807d4a5abaed9dd686df26837f2dd9f6161300f" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/E=8,N=7168,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "f578c8d0160ac3ef85b53c8539d3675455a97173" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/E=8,N=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "918f6839620cbab1f30b0f9383a9129c2cf2cf3d" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/E=8,N=7168,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "e341a67917d5177bacb3f6767e7b6d92539826ad" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/E=8,N=8192,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "34b916e574f88c65db1dac5889d74a990dc25e9b" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/N=1536,K=1536,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "6496a38fba8ae09b3025a75f357815b9d6a5e3f4" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/N=1536,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "3618053b65831b95c4bb0f20ef3b9aa816b2d637" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/N=1536,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "46a982f5ee9a4bd67ce244b101c576efeeb53b78" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/N=2048,K=512,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "035ec027fa56622196b24a03a5042ce010deaebf" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/N=2048,K=512,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "8b49f2781cb54d19a2789767ebb7e8c3fb55b981" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/N=2304,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "851bc9f9f0b50b41451b929eaa518869b6a05412" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/N=2304,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "d1227c2157990216d2ca51c69ad0944017f53b6a" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/N=24576,K=7168,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "77ba0d7477bdbcb036a43263e7aaa6b6913f8f4e" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/N=24576,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "1c61451fb34e52deec827f8f63c80fb15830c202" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/N=24576,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "63e661c80de6a7b1422f7a994a2ee7a4b724911c" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/N=256,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "cf354037903c0d1fcd077c4647aabce026a723fb" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/N=3072,K=1536,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "0a5d7bfdba4852da9ed08d1bc27cd7d521d09965" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/N=3072,K=1536,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "eccb86a76df0d7302b760ab6d83a8ceb9fa9d0d9" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/N=3072,K=7168,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "cb91a279d423d0ca25197e0edd5e8c2f4da58720" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/N=3072,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "88af48431d8b8791af8df03429704606b670f1f7" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/N=3072,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "dd069726d7ed4dcbb449af243f4f4af21815f854" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/N=32768,K=512,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "7febe3d272b4bb76500f7c6b523396129fd53680" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/N=32768,K=512,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "56b939e52fac3ed53a4e0ba640c40010cb3af30a" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/N=32768,K=512,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "63d9a0bf5d79ddaaad547d44338ad4b959ad72b1" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/N=36864,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "7fa398c15a2a535401709b0f25e20f6e4b23e58e" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/N=36864,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "f15d8f64c7090bd71d0091a524c65d7818fec38e" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/N=4096,K=512,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "9d7658bfc41b2c8fd4daf3fbdf62d15936d3d546" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/N=4096,K=512,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "cd3e07804fdec10c2cfb291c1ede3ba67b753f9c" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/N=4096,K=512,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "9d5a329d7466a37c0ca68a65a089fbb99f9327a9" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/N=4608,K=7168,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "03dba5ad15ba5f7f49100a5c78e8685e64334b2a" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/N=4608,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "96e1594a3eabbaedc792b84b07f05ae8752b7251" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/N=4608,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "5ffd367df833d773355590220598a3c7eceba4e0" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/N=512,K=7168,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "9a5ff48b8942957dde9b862aed848390dd267948" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/N=512,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "eabc423949a24c2a1fb2368a73e5249caf8d07df" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/N=576,K=7168,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "386928de139ce718f28222b9c1a6555df3958491" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/N=576,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "51e237b91b8e775a36bcf783c078c2c1cecbcbd2" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/N=576,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "6280219c9ee7d26f7e2fd3625dc92d847ddc7982" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/N=7168,K=1024,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "40c01c0b92b4b26fe480879dda33f18c5eb59a6d" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/N=7168,K=1024,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "c6fd3659799bc31e17f3577e7f0e8d7268faf1fb" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/N=7168,K=1152,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "160f12ed3f95a6967439ff53bc3e3a2cdc97c700" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/N=7168,K=1152,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "e5c4a1d2c94e5c7864f462e083ea5f530b8efe3f" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/N=7168,K=128,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "2bf5eb27e38208871d50348b170c8c74b80fc519" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/N=7168,K=16384,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "9c908e80406587da4d246ce4e3a8a98a14c875b1" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/N=7168,K=16384,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "0a1e14cffbb2a894a701352193947d272427db0d" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/N=7168,K=16384,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "15b1c93f60fc5068ba11b82b6d5924dd2024a824" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/N=7168,K=18432,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "f78e7060e6840ff721d306db556636b0bbc8d9b3" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/N=7168,K=18432,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "8ff12e64c172f5a5d0fbdf900728fe60b33877e2" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/N=7168,K=18432,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "4532f93681e2be175b1bf94f81bfde711821cd60" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/N=7168,K=2048,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "1d3ce5c94c2d9a4a1637204efb3b14f7a5579bdb" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/N=7168,K=2048,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "ca7f32b9552b479dc05495792b7e426db5eb1b56" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/N=7168,K=2048,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "5acea242cc0ad094cba8ee5f568ff88afb1b41ae" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/N=7168,K=2304,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "3ab5796ee15b6ec8d4ab1f4ab5a594fecb30e4b4" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/N=7168,K=2304,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "58cdd93e90b8c29bc7a211861711565dbeeb529a" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/N=7168,K=2304,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "b72e0371d1421a1decc9d57860f83eea8f790942" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/N=7168,K=256,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "3cb7eaa07c745fd3aa2b3242780a7061bedac1de" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/configs/N=7168,K=256,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "293adce387e066fce75b6e606d4b8b6a5aa10bdb" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/fp8.py", - "blob_id": "23bd7d6703104b0020671cc6ba6f78a6df37e4bf" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/fp8_utils.py", - "blob_id": "acb4f3e3bb1a34f209fdac9ecca8c123aaf67f12" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/fused_marlin_moe.py", - "blob_id": "b3e0a5c24599730faf973fad3cf3fb6031a30522" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/fused_moe.py", - "blob_id": "af2d798cbe5d7c3c1760ce79f717ab5f6d7700ba" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/platforms.py", - "blob_id": "735fab87f2add390f7bf6408ebe31d1f5de6d02b" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/scalar_type.py", - "blob_id": "ea749fe8247b6846620ccbba30ddf48d914ca4e1" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/utils/__init__.py", - "blob_id": "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/utils/marlin_utils.py", - "blob_id": "5037f774b8a8b7e88d822efacbb3b4ea5b95d356" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/utils/marlin_utils_test.py", - "blob_id": "83faac032ca93b3564c620c5b4b1ef63c74aaddf" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/moe/utils/quant_utils.py", - "blob_id": "5819ab753e57655185572ce1e49c24e6268171b4" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/__init__.py", - "blob_id": "cc806778863c03ccb3157343cd6331c1c6ca332c" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/_moe_cobe53r755p6a.abi3.so", - "blob_id": "0082e984366e264ad72eb429f4e138d45f5cbcaf" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/_ops.py", - "blob_id": "153d250d92d9f1bf4b6e318287370706aa5cd385" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/E=1,N=14336,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "56c1a4e3af0b4a93fff71028d8e04bf73f0abb29" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/E=1,N=14336,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "d3677bebb82a7f3f19344ef6471626493cf2c5bb" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/E=1,N=1792,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "265768fb900ccfe9612b4a0d25973e6618f22a79" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/E=1,N=1792,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "d3be23dfc903ba61d3d4d79c0230952b24d2ead0" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/E=1,N=3072,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "589f5d39f31418d5121e7cbb2e6f2894b0a7ed32" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/E=1,N=3072,device_name=NVIDIA_H100_80GB_HBM3,dtype=int8_w8a16.json", - "blob_id": "2c78bfaba7890772bf266721f5577202ea443882" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/E=1,N=3072,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "4da841e74a79f9589fecac1fa557ea132d34805f" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/E=1,N=3584,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "200356713c0d0a76e199671c7ec8f10d0e5ee0ac" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/E=1,N=3584,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "e076615ee541a5043556f630ecf0946c4e2c1408" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/E=1,N=7168,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "ee896554b921040d7810bb6e9368cc200777951d" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/E=1,N=7168,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "05aed8b1c81492151d128ef251afc510d8cc8ed5" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/E=16,N=1344,device_name=NVIDIA_A100-SXM4-40GB.json", - "blob_id": "9262a74a4a0e1e3789f260a3ef7f6cb9551f3f2b" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/E=16,N=1344,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "d251f9b5accaec977fc87a0999cd56ee387fc650" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/E=16,N=1344,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "0ecf814a28a9441e89f892eb3d63dcf8dcb0dd97" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/E=16,N=14336,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "51ad5b299eb22465fa80530d12bdd5d7a03ce398" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/E=16,N=14336,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "ee5119182556cf49434c10e56cf04e3baeb26408" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/E=16,N=1792,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "68793c77b33c4f4b97d0a4b780fcbe8043c799de" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/E=16,N=1792,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "612910720ed9439e56c4af4c03f30fee224fac80" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/E=16,N=2688,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "039a10ed127b77836a7f41c03513292613852b30" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/E=16,N=2688,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "3793fcafee60bc7e8f5f12d601cb3192abfa9ca8" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/E=16,N=3072,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "51d03d8607122d7b9bc20ba48d8432d62367fa00" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/E=16,N=3072,device_name=NVIDIA_H100_80GB_HBM3,dtype=int8_w8a16.json", - "blob_id": "26f9abd6b789e9dd0f83ec7721fd1bae8aa76bec" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/E=16,N=3200,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "cd0cdbea0c3372674cb610870dd0b30325864549" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/E=16,N=3584,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "64be6e6591422aa0f441c3747b6c49850929652e" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/E=16,N=3584,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "0a6a6a73fa45e270f01ba7ebdc6d9d55bf9daad3" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/E=16,N=6400,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "ba9041d008507e31ae4179ef2bc863a49c606582" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/E=16,N=7168,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "7a7508aab04599cb06641c835d8b0a14f54d0716" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/E=16,N=7168,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "dbf9a2dd6f048d8adee290961e2aea72035f7615" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/E=16,N=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=int8_w8a16.json", - "blob_id": "bbb2386046b1135a2cc7ab7cb26c1d0b039bcf3a" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/E=16,N=800,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "57055453aa24c831dad9ac8e37fdab707c63ef91" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/E=64,N=1280,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "8cc6c643f236d2f7f9ad29354d9e469d00b20d3f" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/E=64,N=1280,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "d4c9ddd12972ac0b5fd2be11a9cd1075906e3978" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/E=64,N=640,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "b2799ed3a866e25b78d60d92910c000ebb21ff71" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/E=64,N=640,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "b8d3be2313fa14025d8aeb2fd11e0d1ee997ffa6" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/E=8,N=14336,device_name=AMD_Instinct_MI300X.json", - "blob_id": "6a976788f9b10af19ebcfe582a69cbc627f9457b" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/E=8,N=14336,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "3f3ccdafa88f3452a695efad4cb9622d6ae79e6a" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/E=8,N=1792,device_name=AMD_Instinct_MI300X.json", - "blob_id": "0a46390b2e31bba6a7c3ab2c9f6c8de6004857bb" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/E=8,N=1792,device_name=NVIDIA_A100-SXM4-40GB.json", - "blob_id": "f4c0f8417b384870050a95e0cf57edbdf6352b23" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/E=8,N=1792,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "5c8185cfdeec167ec4b88de51b4b395e28769cc5" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/E=8,N=1792,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "97c9f4445b166657ad29f1db9fc8281f9c463ec4" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/E=8,N=2048,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "0bb423b28f5ab3825929a4870b96393262a9dd9f" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/E=8,N=2048,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "55571873395464a3b58f549523905f439a8f1716" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/E=8,N=2048,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "26bcbf26970c7a77c99e2c8eacd83eefa86967bf" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/E=8,N=3584,device_name=AMD_Instinct_MI300X.json", - "blob_id": "91011e64c7de4505e9bb462bc70e6a3e7affa878" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/E=8,N=3584,device_name=NVIDIA_A100-SXM4-40GB.json", - "blob_id": "b41f9d443e50678334f906b44fce6d018d69500e" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/E=8,N=3584,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "edf2a38d12ad3f420f232d2cd61ab149ad138725" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/E=8,N=3584,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "673bae2ba8ef80ed4d4930739ca7daf0e8f28ee1" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/E=8,N=3584,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "b2100cebb7f589747430be9ca8c8db368c152d78" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/E=8,N=3584,device_name=NVIDIA_L40S.json", - "blob_id": "d720deb4bdd73d194b1023c99e190b8fcfecdaef" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/E=8,N=4096,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "dbc624731f5cb9afcdc9213183d00d1e5edd4a00" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/E=8,N=4096,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "cc614e635ea57327c610ce79e99ae5339614f22e" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/E=8,N=4096,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "32c0c9da471cbe479044095e0ed14a0f54b73620" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/E=8,N=7168,device_name=AMD_Instinct_MI300X.json", - "blob_id": "f807d4a5abaed9dd686df26837f2dd9f6161300f" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/E=8,N=7168,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "f578c8d0160ac3ef85b53c8539d3675455a97173" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/E=8,N=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "918f6839620cbab1f30b0f9383a9129c2cf2cf3d" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/E=8,N=7168,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "e341a67917d5177bacb3f6767e7b6d92539826ad" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/E=8,N=8192,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "34b916e574f88c65db1dac5889d74a990dc25e9b" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/N=1536,K=1536,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "6496a38fba8ae09b3025a75f357815b9d6a5e3f4" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/N=1536,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "3618053b65831b95c4bb0f20ef3b9aa816b2d637" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/N=1536,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "46a982f5ee9a4bd67ce244b101c576efeeb53b78" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/N=2048,K=512,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "035ec027fa56622196b24a03a5042ce010deaebf" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/N=2048,K=512,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "8b49f2781cb54d19a2789767ebb7e8c3fb55b981" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/N=2304,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "851bc9f9f0b50b41451b929eaa518869b6a05412" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/N=2304,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "d1227c2157990216d2ca51c69ad0944017f53b6a" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/N=24576,K=7168,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "77ba0d7477bdbcb036a43263e7aaa6b6913f8f4e" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/N=24576,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "1c61451fb34e52deec827f8f63c80fb15830c202" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/N=24576,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "63e661c80de6a7b1422f7a994a2ee7a4b724911c" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/N=256,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "cf354037903c0d1fcd077c4647aabce026a723fb" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/N=3072,K=1536,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "0a5d7bfdba4852da9ed08d1bc27cd7d521d09965" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/N=3072,K=1536,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "eccb86a76df0d7302b760ab6d83a8ceb9fa9d0d9" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/N=3072,K=7168,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "cb91a279d423d0ca25197e0edd5e8c2f4da58720" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/N=3072,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "88af48431d8b8791af8df03429704606b670f1f7" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/N=3072,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "dd069726d7ed4dcbb449af243f4f4af21815f854" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/N=32768,K=512,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "7febe3d272b4bb76500f7c6b523396129fd53680" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/N=32768,K=512,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "56b939e52fac3ed53a4e0ba640c40010cb3af30a" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/N=32768,K=512,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "63d9a0bf5d79ddaaad547d44338ad4b959ad72b1" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/N=36864,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "7fa398c15a2a535401709b0f25e20f6e4b23e58e" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/N=36864,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "f15d8f64c7090bd71d0091a524c65d7818fec38e" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/N=4096,K=512,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "9d7658bfc41b2c8fd4daf3fbdf62d15936d3d546" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/N=4096,K=512,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "cd3e07804fdec10c2cfb291c1ede3ba67b753f9c" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/N=4096,K=512,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "9d5a329d7466a37c0ca68a65a089fbb99f9327a9" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/N=4608,K=7168,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "03dba5ad15ba5f7f49100a5c78e8685e64334b2a" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/N=4608,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "96e1594a3eabbaedc792b84b07f05ae8752b7251" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/N=4608,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "5ffd367df833d773355590220598a3c7eceba4e0" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/N=512,K=7168,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "9a5ff48b8942957dde9b862aed848390dd267948" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/N=512,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "eabc423949a24c2a1fb2368a73e5249caf8d07df" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/N=576,K=7168,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "386928de139ce718f28222b9c1a6555df3958491" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/N=576,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "51e237b91b8e775a36bcf783c078c2c1cecbcbd2" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/N=576,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "6280219c9ee7d26f7e2fd3625dc92d847ddc7982" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/N=7168,K=1024,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "40c01c0b92b4b26fe480879dda33f18c5eb59a6d" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/N=7168,K=1024,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "c6fd3659799bc31e17f3577e7f0e8d7268faf1fb" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/N=7168,K=1152,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "160f12ed3f95a6967439ff53bc3e3a2cdc97c700" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/N=7168,K=1152,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "e5c4a1d2c94e5c7864f462e083ea5f530b8efe3f" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/N=7168,K=128,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "2bf5eb27e38208871d50348b170c8c74b80fc519" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/N=7168,K=16384,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "9c908e80406587da4d246ce4e3a8a98a14c875b1" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/N=7168,K=16384,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "0a1e14cffbb2a894a701352193947d272427db0d" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/N=7168,K=16384,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "15b1c93f60fc5068ba11b82b6d5924dd2024a824" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/N=7168,K=18432,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "f78e7060e6840ff721d306db556636b0bbc8d9b3" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/N=7168,K=18432,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "8ff12e64c172f5a5d0fbdf900728fe60b33877e2" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/N=7168,K=18432,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "4532f93681e2be175b1bf94f81bfde711821cd60" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/N=7168,K=2048,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "1d3ce5c94c2d9a4a1637204efb3b14f7a5579bdb" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/N=7168,K=2048,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "ca7f32b9552b479dc05495792b7e426db5eb1b56" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/N=7168,K=2048,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "5acea242cc0ad094cba8ee5f568ff88afb1b41ae" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/N=7168,K=2304,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "3ab5796ee15b6ec8d4ab1f4ab5a594fecb30e4b4" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/N=7168,K=2304,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "58cdd93e90b8c29bc7a211861711565dbeeb529a" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/N=7168,K=2304,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "b72e0371d1421a1decc9d57860f83eea8f790942" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/N=7168,K=256,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "3cb7eaa07c745fd3aa2b3242780a7061bedac1de" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/configs/N=7168,K=256,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "293adce387e066fce75b6e606d4b8b6a5aa10bdb" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/fp8.py", - "blob_id": "23bd7d6703104b0020671cc6ba6f78a6df37e4bf" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/fp8_utils.py", - "blob_id": "acb4f3e3bb1a34f209fdac9ecca8c123aaf67f12" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/fused_marlin_moe.py", - "blob_id": "b3e0a5c24599730faf973fad3cf3fb6031a30522" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/fused_moe.py", - "blob_id": "af2d798cbe5d7c3c1760ce79f717ab5f6d7700ba" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/platforms.py", - "blob_id": "735fab87f2add390f7bf6408ebe31d1f5de6d02b" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/scalar_type.py", - "blob_id": "ea749fe8247b6846620ccbba30ddf48d914ca4e1" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/utils/__init__.py", - "blob_id": "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/utils/marlin_utils.py", - "blob_id": "5037f774b8a8b7e88d822efacbb3b4ea5b95d356" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/utils/marlin_utils_test.py", - "blob_id": "83faac032ca93b3564c620c5b4b1ef63c74aaddf" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/moe/utils/quant_utils.py", - "blob_id": "5819ab753e57655185572ce1e49c24e6268171b4" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/__init__.py", - "blob_id": "cc806778863c03ccb3157343cd6331c1c6ca332c" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/_moe_iqmfy23diekyw.abi3.so", - "blob_id": "25f80aad80865365eae32a1609be0219f7e6582e" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/_ops.py", - "blob_id": "73e0213d234c5717aea5d708cff8e0938f14bce9" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/E=1,N=14336,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "56c1a4e3af0b4a93fff71028d8e04bf73f0abb29" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/E=1,N=14336,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "d3677bebb82a7f3f19344ef6471626493cf2c5bb" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/E=1,N=1792,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "265768fb900ccfe9612b4a0d25973e6618f22a79" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/E=1,N=1792,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "d3be23dfc903ba61d3d4d79c0230952b24d2ead0" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/E=1,N=3072,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "589f5d39f31418d5121e7cbb2e6f2894b0a7ed32" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/E=1,N=3072,device_name=NVIDIA_H100_80GB_HBM3,dtype=int8_w8a16.json", - "blob_id": "2c78bfaba7890772bf266721f5577202ea443882" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/E=1,N=3072,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "4da841e74a79f9589fecac1fa557ea132d34805f" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/E=1,N=3584,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "200356713c0d0a76e199671c7ec8f10d0e5ee0ac" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/E=1,N=3584,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "e076615ee541a5043556f630ecf0946c4e2c1408" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/E=1,N=7168,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "ee896554b921040d7810bb6e9368cc200777951d" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/E=1,N=7168,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "05aed8b1c81492151d128ef251afc510d8cc8ed5" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/E=16,N=1344,device_name=NVIDIA_A100-SXM4-40GB.json", - "blob_id": "9262a74a4a0e1e3789f260a3ef7f6cb9551f3f2b" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/E=16,N=1344,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "d251f9b5accaec977fc87a0999cd56ee387fc650" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/E=16,N=1344,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "0ecf814a28a9441e89f892eb3d63dcf8dcb0dd97" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/E=16,N=14336,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "51ad5b299eb22465fa80530d12bdd5d7a03ce398" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/E=16,N=14336,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "ee5119182556cf49434c10e56cf04e3baeb26408" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/E=16,N=1792,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "68793c77b33c4f4b97d0a4b780fcbe8043c799de" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/E=16,N=1792,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "612910720ed9439e56c4af4c03f30fee224fac80" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/E=16,N=2688,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "039a10ed127b77836a7f41c03513292613852b30" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/E=16,N=2688,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "3793fcafee60bc7e8f5f12d601cb3192abfa9ca8" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/E=16,N=3072,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "51d03d8607122d7b9bc20ba48d8432d62367fa00" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/E=16,N=3072,device_name=NVIDIA_H100_80GB_HBM3,dtype=int8_w8a16.json", - "blob_id": "26f9abd6b789e9dd0f83ec7721fd1bae8aa76bec" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/E=16,N=3200,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "cd0cdbea0c3372674cb610870dd0b30325864549" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/E=16,N=3584,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "64be6e6591422aa0f441c3747b6c49850929652e" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/E=16,N=3584,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "0a6a6a73fa45e270f01ba7ebdc6d9d55bf9daad3" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/E=16,N=6400,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "ba9041d008507e31ae4179ef2bc863a49c606582" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/E=16,N=7168,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "7a7508aab04599cb06641c835d8b0a14f54d0716" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/E=16,N=7168,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "dbf9a2dd6f048d8adee290961e2aea72035f7615" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/E=16,N=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=int8_w8a16.json", - "blob_id": "bbb2386046b1135a2cc7ab7cb26c1d0b039bcf3a" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/E=16,N=800,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "57055453aa24c831dad9ac8e37fdab707c63ef91" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/E=64,N=1280,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "8cc6c643f236d2f7f9ad29354d9e469d00b20d3f" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/E=64,N=1280,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "d4c9ddd12972ac0b5fd2be11a9cd1075906e3978" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/E=64,N=640,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "b2799ed3a866e25b78d60d92910c000ebb21ff71" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/E=64,N=640,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "b8d3be2313fa14025d8aeb2fd11e0d1ee997ffa6" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/E=8,N=14336,device_name=AMD_Instinct_MI300X.json", - "blob_id": "6a976788f9b10af19ebcfe582a69cbc627f9457b" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/E=8,N=14336,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "3f3ccdafa88f3452a695efad4cb9622d6ae79e6a" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/E=8,N=1792,device_name=AMD_Instinct_MI300X.json", - "blob_id": "0a46390b2e31bba6a7c3ab2c9f6c8de6004857bb" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/E=8,N=1792,device_name=NVIDIA_A100-SXM4-40GB.json", - "blob_id": "f4c0f8417b384870050a95e0cf57edbdf6352b23" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/E=8,N=1792,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "5c8185cfdeec167ec4b88de51b4b395e28769cc5" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/E=8,N=1792,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "97c9f4445b166657ad29f1db9fc8281f9c463ec4" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/E=8,N=2048,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "0bb423b28f5ab3825929a4870b96393262a9dd9f" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/E=8,N=2048,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "55571873395464a3b58f549523905f439a8f1716" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/E=8,N=2048,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "26bcbf26970c7a77c99e2c8eacd83eefa86967bf" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/E=8,N=3584,device_name=AMD_Instinct_MI300X.json", - "blob_id": "91011e64c7de4505e9bb462bc70e6a3e7affa878" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/E=8,N=3584,device_name=NVIDIA_A100-SXM4-40GB.json", - "blob_id": "b41f9d443e50678334f906b44fce6d018d69500e" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/E=8,N=3584,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "edf2a38d12ad3f420f232d2cd61ab149ad138725" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/E=8,N=3584,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "673bae2ba8ef80ed4d4930739ca7daf0e8f28ee1" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/E=8,N=3584,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "b2100cebb7f589747430be9ca8c8db368c152d78" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/E=8,N=3584,device_name=NVIDIA_L40S.json", - "blob_id": "d720deb4bdd73d194b1023c99e190b8fcfecdaef" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/E=8,N=4096,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "dbc624731f5cb9afcdc9213183d00d1e5edd4a00" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/E=8,N=4096,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "cc614e635ea57327c610ce79e99ae5339614f22e" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/E=8,N=4096,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "32c0c9da471cbe479044095e0ed14a0f54b73620" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/E=8,N=7168,device_name=AMD_Instinct_MI300X.json", - "blob_id": "f807d4a5abaed9dd686df26837f2dd9f6161300f" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/E=8,N=7168,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "f578c8d0160ac3ef85b53c8539d3675455a97173" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/E=8,N=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "918f6839620cbab1f30b0f9383a9129c2cf2cf3d" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/E=8,N=7168,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "e341a67917d5177bacb3f6767e7b6d92539826ad" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/E=8,N=8192,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "34b916e574f88c65db1dac5889d74a990dc25e9b" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/N=1536,K=1536,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "6496a38fba8ae09b3025a75f357815b9d6a5e3f4" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/N=1536,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "3618053b65831b95c4bb0f20ef3b9aa816b2d637" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/N=1536,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "46a982f5ee9a4bd67ce244b101c576efeeb53b78" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/N=2048,K=512,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "035ec027fa56622196b24a03a5042ce010deaebf" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/N=2048,K=512,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "8b49f2781cb54d19a2789767ebb7e8c3fb55b981" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/N=2304,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "851bc9f9f0b50b41451b929eaa518869b6a05412" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/N=2304,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "d1227c2157990216d2ca51c69ad0944017f53b6a" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/N=24576,K=7168,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "77ba0d7477bdbcb036a43263e7aaa6b6913f8f4e" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/N=24576,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "1c61451fb34e52deec827f8f63c80fb15830c202" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/N=24576,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "63e661c80de6a7b1422f7a994a2ee7a4b724911c" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/N=256,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "cf354037903c0d1fcd077c4647aabce026a723fb" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/N=3072,K=1536,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "0a5d7bfdba4852da9ed08d1bc27cd7d521d09965" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/N=3072,K=1536,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "eccb86a76df0d7302b760ab6d83a8ceb9fa9d0d9" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/N=3072,K=7168,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "cb91a279d423d0ca25197e0edd5e8c2f4da58720" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/N=3072,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "88af48431d8b8791af8df03429704606b670f1f7" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/N=3072,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "dd069726d7ed4dcbb449af243f4f4af21815f854" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/N=32768,K=512,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "7febe3d272b4bb76500f7c6b523396129fd53680" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/N=32768,K=512,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "56b939e52fac3ed53a4e0ba640c40010cb3af30a" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/N=32768,K=512,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "63d9a0bf5d79ddaaad547d44338ad4b959ad72b1" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/N=36864,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "7fa398c15a2a535401709b0f25e20f6e4b23e58e" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/N=36864,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "f15d8f64c7090bd71d0091a524c65d7818fec38e" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/N=4096,K=512,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "9d7658bfc41b2c8fd4daf3fbdf62d15936d3d546" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/N=4096,K=512,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "cd3e07804fdec10c2cfb291c1ede3ba67b753f9c" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/N=4096,K=512,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "9d5a329d7466a37c0ca68a65a089fbb99f9327a9" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/N=4608,K=7168,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "03dba5ad15ba5f7f49100a5c78e8685e64334b2a" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/N=4608,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "96e1594a3eabbaedc792b84b07f05ae8752b7251" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/N=4608,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "5ffd367df833d773355590220598a3c7eceba4e0" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/N=512,K=7168,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "9a5ff48b8942957dde9b862aed848390dd267948" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/N=512,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "eabc423949a24c2a1fb2368a73e5249caf8d07df" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/N=576,K=7168,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "386928de139ce718f28222b9c1a6555df3958491" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/N=576,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "51e237b91b8e775a36bcf783c078c2c1cecbcbd2" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/N=576,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "6280219c9ee7d26f7e2fd3625dc92d847ddc7982" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/N=7168,K=1024,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "40c01c0b92b4b26fe480879dda33f18c5eb59a6d" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/N=7168,K=1024,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "c6fd3659799bc31e17f3577e7f0e8d7268faf1fb" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/N=7168,K=1152,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "160f12ed3f95a6967439ff53bc3e3a2cdc97c700" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/N=7168,K=1152,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "e5c4a1d2c94e5c7864f462e083ea5f530b8efe3f" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/N=7168,K=128,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "2bf5eb27e38208871d50348b170c8c74b80fc519" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/N=7168,K=16384,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "9c908e80406587da4d246ce4e3a8a98a14c875b1" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/N=7168,K=16384,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "0a1e14cffbb2a894a701352193947d272427db0d" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/N=7168,K=16384,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "15b1c93f60fc5068ba11b82b6d5924dd2024a824" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/N=7168,K=18432,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "f78e7060e6840ff721d306db556636b0bbc8d9b3" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/N=7168,K=18432,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "8ff12e64c172f5a5d0fbdf900728fe60b33877e2" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/N=7168,K=18432,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "4532f93681e2be175b1bf94f81bfde711821cd60" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/N=7168,K=2048,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "1d3ce5c94c2d9a4a1637204efb3b14f7a5579bdb" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/N=7168,K=2048,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "ca7f32b9552b479dc05495792b7e426db5eb1b56" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/N=7168,K=2048,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "5acea242cc0ad094cba8ee5f568ff88afb1b41ae" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/N=7168,K=2304,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "3ab5796ee15b6ec8d4ab1f4ab5a594fecb30e4b4" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/N=7168,K=2304,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "58cdd93e90b8c29bc7a211861711565dbeeb529a" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/N=7168,K=2304,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "b72e0371d1421a1decc9d57860f83eea8f790942" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/N=7168,K=256,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "3cb7eaa07c745fd3aa2b3242780a7061bedac1de" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/configs/N=7168,K=256,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "293adce387e066fce75b6e606d4b8b6a5aa10bdb" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/fp8.py", - "blob_id": "23bd7d6703104b0020671cc6ba6f78a6df37e4bf" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/fp8_utils.py", - "blob_id": "acb4f3e3bb1a34f209fdac9ecca8c123aaf67f12" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/fused_marlin_moe.py", - "blob_id": "b3e0a5c24599730faf973fad3cf3fb6031a30522" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/fused_moe.py", - "blob_id": "af2d798cbe5d7c3c1760ce79f717ab5f6d7700ba" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/platforms.py", - "blob_id": "735fab87f2add390f7bf6408ebe31d1f5de6d02b" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/scalar_type.py", - "blob_id": "ea749fe8247b6846620ccbba30ddf48d914ca4e1" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/utils/__init__.py", - "blob_id": "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/utils/marlin_utils.py", - "blob_id": "5037f774b8a8b7e88d822efacbb3b4ea5b95d356" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/utils/marlin_utils_test.py", - "blob_id": "83faac032ca93b3564c620c5b4b1ef63c74aaddf" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/moe/utils/quant_utils.py", - "blob_id": "5819ab753e57655185572ce1e49c24e6268171b4" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/__init__.py", - "blob_id": "cc806778863c03ccb3157343cd6331c1c6ca332c" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/_moe_6xluzhr5x6fw4.abi3.so", - "blob_id": "63a2723397b7c031719534dd6c23e3eaa1a85a23" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/_ops.py", - "blob_id": "82fd79cf07706341ad17f8ea5d841b6d018cd676" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/E=1,N=14336,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "56c1a4e3af0b4a93fff71028d8e04bf73f0abb29" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/E=1,N=14336,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "d3677bebb82a7f3f19344ef6471626493cf2c5bb" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/E=1,N=1792,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "265768fb900ccfe9612b4a0d25973e6618f22a79" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/E=1,N=1792,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "d3be23dfc903ba61d3d4d79c0230952b24d2ead0" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/E=1,N=3072,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "589f5d39f31418d5121e7cbb2e6f2894b0a7ed32" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/E=1,N=3072,device_name=NVIDIA_H100_80GB_HBM3,dtype=int8_w8a16.json", - "blob_id": "2c78bfaba7890772bf266721f5577202ea443882" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/E=1,N=3072,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "4da841e74a79f9589fecac1fa557ea132d34805f" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/E=1,N=3584,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "200356713c0d0a76e199671c7ec8f10d0e5ee0ac" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/E=1,N=3584,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "e076615ee541a5043556f630ecf0946c4e2c1408" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/E=1,N=7168,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "ee896554b921040d7810bb6e9368cc200777951d" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/E=1,N=7168,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "05aed8b1c81492151d128ef251afc510d8cc8ed5" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/E=16,N=1344,device_name=NVIDIA_A100-SXM4-40GB.json", - "blob_id": "9262a74a4a0e1e3789f260a3ef7f6cb9551f3f2b" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/E=16,N=1344,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "d251f9b5accaec977fc87a0999cd56ee387fc650" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/E=16,N=1344,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "0ecf814a28a9441e89f892eb3d63dcf8dcb0dd97" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/E=16,N=14336,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "51ad5b299eb22465fa80530d12bdd5d7a03ce398" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/E=16,N=14336,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "ee5119182556cf49434c10e56cf04e3baeb26408" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/E=16,N=1792,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "68793c77b33c4f4b97d0a4b780fcbe8043c799de" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/E=16,N=1792,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "612910720ed9439e56c4af4c03f30fee224fac80" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/E=16,N=2688,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "039a10ed127b77836a7f41c03513292613852b30" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/E=16,N=2688,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "3793fcafee60bc7e8f5f12d601cb3192abfa9ca8" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/E=16,N=3072,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "51d03d8607122d7b9bc20ba48d8432d62367fa00" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/E=16,N=3072,device_name=NVIDIA_H100_80GB_HBM3,dtype=int8_w8a16.json", - "blob_id": "26f9abd6b789e9dd0f83ec7721fd1bae8aa76bec" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/E=16,N=3200,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "cd0cdbea0c3372674cb610870dd0b30325864549" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/E=16,N=3584,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "64be6e6591422aa0f441c3747b6c49850929652e" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/E=16,N=3584,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "0a6a6a73fa45e270f01ba7ebdc6d9d55bf9daad3" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/E=16,N=6400,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "ba9041d008507e31ae4179ef2bc863a49c606582" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/E=16,N=7168,device_name=NVIDIA_A100-SXM4-80GB,dtype=int8_w8a16.json", - "blob_id": "7a7508aab04599cb06641c835d8b0a14f54d0716" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/E=16,N=7168,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "dbf9a2dd6f048d8adee290961e2aea72035f7615" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/E=16,N=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=int8_w8a16.json", - "blob_id": "bbb2386046b1135a2cc7ab7cb26c1d0b039bcf3a" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/E=16,N=800,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "57055453aa24c831dad9ac8e37fdab707c63ef91" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/E=64,N=1280,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "8cc6c643f236d2f7f9ad29354d9e469d00b20d3f" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/E=64,N=1280,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "d4c9ddd12972ac0b5fd2be11a9cd1075906e3978" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/E=64,N=640,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "b2799ed3a866e25b78d60d92910c000ebb21ff71" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/E=64,N=640,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "b8d3be2313fa14025d8aeb2fd11e0d1ee997ffa6" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/E=8,N=14336,device_name=AMD_Instinct_MI300X.json", - "blob_id": "6a976788f9b10af19ebcfe582a69cbc627f9457b" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/E=8,N=14336,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "3f3ccdafa88f3452a695efad4cb9622d6ae79e6a" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/E=8,N=1792,device_name=AMD_Instinct_MI300X.json", - "blob_id": "0a46390b2e31bba6a7c3ab2c9f6c8de6004857bb" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/E=8,N=1792,device_name=NVIDIA_A100-SXM4-40GB.json", - "blob_id": "f4c0f8417b384870050a95e0cf57edbdf6352b23" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/E=8,N=1792,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "5c8185cfdeec167ec4b88de51b4b395e28769cc5" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/E=8,N=1792,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "97c9f4445b166657ad29f1db9fc8281f9c463ec4" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/E=8,N=2048,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "0bb423b28f5ab3825929a4870b96393262a9dd9f" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/E=8,N=2048,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "55571873395464a3b58f549523905f439a8f1716" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/E=8,N=2048,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "26bcbf26970c7a77c99e2c8eacd83eefa86967bf" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/E=8,N=3584,device_name=AMD_Instinct_MI300X.json", - "blob_id": "91011e64c7de4505e9bb462bc70e6a3e7affa878" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/E=8,N=3584,device_name=NVIDIA_A100-SXM4-40GB.json", - "blob_id": "b41f9d443e50678334f906b44fce6d018d69500e" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/E=8,N=3584,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "edf2a38d12ad3f420f232d2cd61ab149ad138725" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/E=8,N=3584,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "673bae2ba8ef80ed4d4930739ca7daf0e8f28ee1" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/E=8,N=3584,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "b2100cebb7f589747430be9ca8c8db368c152d78" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/E=8,N=3584,device_name=NVIDIA_L40S.json", - "blob_id": "d720deb4bdd73d194b1023c99e190b8fcfecdaef" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/E=8,N=4096,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "dbc624731f5cb9afcdc9213183d00d1e5edd4a00" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/E=8,N=4096,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "cc614e635ea57327c610ce79e99ae5339614f22e" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/E=8,N=4096,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "32c0c9da471cbe479044095e0ed14a0f54b73620" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/E=8,N=7168,device_name=AMD_Instinct_MI300X.json", - "blob_id": "f807d4a5abaed9dd686df26837f2dd9f6161300f" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/E=8,N=7168,device_name=NVIDIA_A100-SXM4-80GB.json", - "blob_id": "f578c8d0160ac3ef85b53c8539d3675455a97173" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/E=8,N=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "918f6839620cbab1f30b0f9383a9129c2cf2cf3d" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/E=8,N=7168,device_name=NVIDIA_H100_80GB_HBM3.json", - "blob_id": "e341a67917d5177bacb3f6767e7b6d92539826ad" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/E=8,N=8192,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8.json", - "blob_id": "34b916e574f88c65db1dac5889d74a990dc25e9b" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/N=1536,K=1536,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "6496a38fba8ae09b3025a75f357815b9d6a5e3f4" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/N=1536,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "3618053b65831b95c4bb0f20ef3b9aa816b2d637" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/N=1536,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "46a982f5ee9a4bd67ce244b101c576efeeb53b78" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/N=2048,K=512,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "035ec027fa56622196b24a03a5042ce010deaebf" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/N=2048,K=512,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "8b49f2781cb54d19a2789767ebb7e8c3fb55b981" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/N=2304,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "851bc9f9f0b50b41451b929eaa518869b6a05412" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/N=2304,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "d1227c2157990216d2ca51c69ad0944017f53b6a" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/N=24576,K=7168,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "77ba0d7477bdbcb036a43263e7aaa6b6913f8f4e" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/N=24576,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "1c61451fb34e52deec827f8f63c80fb15830c202" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/N=24576,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "63e661c80de6a7b1422f7a994a2ee7a4b724911c" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/N=256,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "cf354037903c0d1fcd077c4647aabce026a723fb" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/N=3072,K=1536,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "0a5d7bfdba4852da9ed08d1bc27cd7d521d09965" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/N=3072,K=1536,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "eccb86a76df0d7302b760ab6d83a8ceb9fa9d0d9" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/N=3072,K=7168,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "cb91a279d423d0ca25197e0edd5e8c2f4da58720" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/N=3072,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "88af48431d8b8791af8df03429704606b670f1f7" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/N=3072,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "dd069726d7ed4dcbb449af243f4f4af21815f854" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/N=32768,K=512,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "7febe3d272b4bb76500f7c6b523396129fd53680" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/N=32768,K=512,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "56b939e52fac3ed53a4e0ba640c40010cb3af30a" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/N=32768,K=512,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "63d9a0bf5d79ddaaad547d44338ad4b959ad72b1" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/N=36864,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "7fa398c15a2a535401709b0f25e20f6e4b23e58e" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/N=36864,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "f15d8f64c7090bd71d0091a524c65d7818fec38e" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/N=4096,K=512,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "9d7658bfc41b2c8fd4daf3fbdf62d15936d3d546" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/N=4096,K=512,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "cd3e07804fdec10c2cfb291c1ede3ba67b753f9c" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/N=4096,K=512,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "9d5a329d7466a37c0ca68a65a089fbb99f9327a9" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/N=4608,K=7168,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "03dba5ad15ba5f7f49100a5c78e8685e64334b2a" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/N=4608,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "96e1594a3eabbaedc792b84b07f05ae8752b7251" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/N=4608,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "5ffd367df833d773355590220598a3c7eceba4e0" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/N=512,K=7168,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "9a5ff48b8942957dde9b862aed848390dd267948" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/N=512,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "eabc423949a24c2a1fb2368a73e5249caf8d07df" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/N=576,K=7168,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "386928de139ce718f28222b9c1a6555df3958491" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/N=576,K=7168,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "51e237b91b8e775a36bcf783c078c2c1cecbcbd2" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/N=576,K=7168,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "6280219c9ee7d26f7e2fd3625dc92d847ddc7982" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/N=7168,K=1024,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "40c01c0b92b4b26fe480879dda33f18c5eb59a6d" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/N=7168,K=1024,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "c6fd3659799bc31e17f3577e7f0e8d7268faf1fb" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/N=7168,K=1152,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "160f12ed3f95a6967439ff53bc3e3a2cdc97c700" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/N=7168,K=1152,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "e5c4a1d2c94e5c7864f462e083ea5f530b8efe3f" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/N=7168,K=128,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "2bf5eb27e38208871d50348b170c8c74b80fc519" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/N=7168,K=16384,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "9c908e80406587da4d246ce4e3a8a98a14c875b1" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/N=7168,K=16384,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "0a1e14cffbb2a894a701352193947d272427db0d" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/N=7168,K=16384,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "15b1c93f60fc5068ba11b82b6d5924dd2024a824" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/N=7168,K=18432,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "f78e7060e6840ff721d306db556636b0bbc8d9b3" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/N=7168,K=18432,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "8ff12e64c172f5a5d0fbdf900728fe60b33877e2" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/N=7168,K=18432,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "4532f93681e2be175b1bf94f81bfde711821cd60" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/N=7168,K=2048,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "1d3ce5c94c2d9a4a1637204efb3b14f7a5579bdb" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/N=7168,K=2048,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "ca7f32b9552b479dc05495792b7e426db5eb1b56" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/N=7168,K=2048,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "5acea242cc0ad094cba8ee5f568ff88afb1b41ae" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/N=7168,K=2304,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "3ab5796ee15b6ec8d4ab1f4ab5a594fecb30e4b4" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/N=7168,K=2304,device_name=NVIDIA_H100_80GB_HBM3,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "58cdd93e90b8c29bc7a211861711565dbeeb529a" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/N=7168,K=2304,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "b72e0371d1421a1decc9d57860f83eea8f790942" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/N=7168,K=256,device_name=NVIDIA_B200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "3cb7eaa07c745fd3aa2b3242780a7061bedac1de" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/configs/N=7168,K=256,device_name=NVIDIA_H200,dtype=fp8_w8a8,block_shape=[128, 128].json", - "blob_id": "293adce387e066fce75b6e606d4b8b6a5aa10bdb" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/fp8.py", - "blob_id": "23bd7d6703104b0020671cc6ba6f78a6df37e4bf" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/fp8_utils.py", - "blob_id": "acb4f3e3bb1a34f209fdac9ecca8c123aaf67f12" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/fused_marlin_moe.py", - "blob_id": "b3e0a5c24599730faf973fad3cf3fb6031a30522" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/fused_moe.py", - "blob_id": "af2d798cbe5d7c3c1760ce79f717ab5f6d7700ba" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/platforms.py", - "blob_id": "735fab87f2add390f7bf6408ebe31d1f5de6d02b" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/scalar_type.py", - "blob_id": "ea749fe8247b6846620ccbba30ddf48d914ca4e1" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/utils/__init__.py", - "blob_id": "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/utils/marlin_utils.py", - "blob_id": "5037f774b8a8b7e88d822efacbb3b4ea5b95d356" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/utils/marlin_utils_test.py", - "blob_id": "83faac032ca93b3564c620c5b4b1ef63c74aaddf" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/moe/utils/quant_utils.py", - "blob_id": "5819ab753e57655185572ce1e49c24e6268171b4" - } - ] - }, - { - "repo_id": "kernels-community/quantization", - "sha": "95272c71ca71b1ddbacb0105dab54e5d5240bd5c", - "files": [ - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/quantization/__init__.py", - "blob_id": "c3ab3b032c29f7bbafd549915dbc677c45a33837" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/quantization/_ops.py", - "blob_id": "07486f19bf899de0eef6e7de9a2a1b08f48e4530" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/quantization/_quantization_diycyzqnjjd5k.abi3.so", - "blob_id": "4f729314a4b4a86bc21b05b5e50f6677e7a83a06" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/quantization/compressed_tensors.py", - "blob_id": "c3ba30bac87979a307fc5061a46f5d2cbf0efbf9" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/quantization/cutlass.py", - "blob_id": "c378b846d0c59de183a321fcad4b403c47b3d750" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/quantization/marlin.py", - "blob_id": "44d5d28a2fb67af955c017af3cf1403feeecbd32" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/quantization/scalar_type.py", - "blob_id": "9d711b0debcd8aaa343818edc9d6bbca20587d0a" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/quantization/utils/__init__.py", - "blob_id": "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/quantization/utils/marlin_utils.py", - "blob_id": "b1c94c38858a5cd6f02eb134d1a94b99a2b15566" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/quantization/utils/marlin_utils_fp8.py", - "blob_id": "b269fa6a4cee316e8299ecc86c3e7594b336b499" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/quantization/utils/marlin_utils_test.py", - "blob_id": "7d4f5f3cfbb872bf7b32e0972d6143b43f354a5e" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/quantization/utils/marlin_utils_test_24.py", - "blob_id": "927fa9016ba25f381c09d768db0c468066193a76" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/quantization/utils/marlin_utils_test_qqq.py", - "blob_id": "cb58eb945836393c58c53f5c6d702d53861c33f9" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/quantization/utils/quant_utils.py", - "blob_id": "d97e03913fa5980e0be73b160088c8e4f5f49a52" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/quantization/__init__.py", - "blob_id": "c3ab3b032c29f7bbafd549915dbc677c45a33837" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/quantization/_ops.py", - "blob_id": "5430a686ea7ef8be7217b48a28b5429606cf93d6" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/quantization/_quantization_elb4wso45znfy.abi3.so", - "blob_id": "831303548db0b8341f67b8c281c5dff35d68c5e3" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/quantization/compressed_tensors.py", - "blob_id": "c3ba30bac87979a307fc5061a46f5d2cbf0efbf9" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/quantization/cutlass.py", - "blob_id": "c378b846d0c59de183a321fcad4b403c47b3d750" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/quantization/marlin.py", - "blob_id": "44d5d28a2fb67af955c017af3cf1403feeecbd32" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/quantization/scalar_type.py", - "blob_id": "9d711b0debcd8aaa343818edc9d6bbca20587d0a" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/quantization/utils/__init__.py", - "blob_id": "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/quantization/utils/marlin_utils.py", - "blob_id": "b1c94c38858a5cd6f02eb134d1a94b99a2b15566" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/quantization/utils/marlin_utils_fp8.py", - "blob_id": "b269fa6a4cee316e8299ecc86c3e7594b336b499" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/quantization/utils/marlin_utils_test.py", - "blob_id": "7d4f5f3cfbb872bf7b32e0972d6143b43f354a5e" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/quantization/utils/marlin_utils_test_24.py", - "blob_id": "927fa9016ba25f381c09d768db0c468066193a76" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/quantization/utils/marlin_utils_test_qqq.py", - "blob_id": "cb58eb945836393c58c53f5c6d702d53861c33f9" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/quantization/utils/quant_utils.py", - "blob_id": "d97e03913fa5980e0be73b160088c8e4f5f49a52" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/quantization/__init__.py", - "blob_id": "c3ab3b032c29f7bbafd549915dbc677c45a33837" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/quantization/_ops.py", - "blob_id": "f5217e75a63c8f07110478117396d92226c0c0ca" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/quantization/_quantization_unicgkq3a7la6.abi3.so", - "blob_id": "c16ea0b257847bdac8068a18921e0a3b5dce6b92" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/quantization/compressed_tensors.py", - "blob_id": "c3ba30bac87979a307fc5061a46f5d2cbf0efbf9" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/quantization/cutlass.py", - "blob_id": "c378b846d0c59de183a321fcad4b403c47b3d750" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/quantization/marlin.py", - "blob_id": "44d5d28a2fb67af955c017af3cf1403feeecbd32" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/quantization/scalar_type.py", - "blob_id": "9d711b0debcd8aaa343818edc9d6bbca20587d0a" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/quantization/utils/__init__.py", - "blob_id": "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/quantization/utils/marlin_utils.py", - "blob_id": "b1c94c38858a5cd6f02eb134d1a94b99a2b15566" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/quantization/utils/marlin_utils_fp8.py", - "blob_id": "b269fa6a4cee316e8299ecc86c3e7594b336b499" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/quantization/utils/marlin_utils_test.py", - "blob_id": "7d4f5f3cfbb872bf7b32e0972d6143b43f354a5e" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/quantization/utils/marlin_utils_test_24.py", - "blob_id": "927fa9016ba25f381c09d768db0c468066193a76" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/quantization/utils/marlin_utils_test_qqq.py", - "blob_id": "cb58eb945836393c58c53f5c6d702d53861c33f9" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/quantization/utils/quant_utils.py", - "blob_id": "d97e03913fa5980e0be73b160088c8e4f5f49a52" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/quantization/__init__.py", - "blob_id": "c3ab3b032c29f7bbafd549915dbc677c45a33837" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/quantization/_ops.py", - "blob_id": "1e16b3f78f15e21f94d1241338a5ad6fcf9fa6dc" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/quantization/_quantization_f4o2yj2oj7kni.abi3.so", - "blob_id": "bda41c03212d0ca513c15046c8b4ca07edf23544" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/quantization/compressed_tensors.py", - "blob_id": "c3ba30bac87979a307fc5061a46f5d2cbf0efbf9" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/quantization/cutlass.py", - "blob_id": "c378b846d0c59de183a321fcad4b403c47b3d750" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/quantization/marlin.py", - "blob_id": "44d5d28a2fb67af955c017af3cf1403feeecbd32" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/quantization/scalar_type.py", - "blob_id": "9d711b0debcd8aaa343818edc9d6bbca20587d0a" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/quantization/utils/__init__.py", - "blob_id": "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/quantization/utils/marlin_utils.py", - "blob_id": "b1c94c38858a5cd6f02eb134d1a94b99a2b15566" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/quantization/utils/marlin_utils_fp8.py", - "blob_id": "b269fa6a4cee316e8299ecc86c3e7594b336b499" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/quantization/utils/marlin_utils_test.py", - "blob_id": "7d4f5f3cfbb872bf7b32e0972d6143b43f354a5e" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/quantization/utils/marlin_utils_test_24.py", - "blob_id": "927fa9016ba25f381c09d768db0c468066193a76" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/quantization/utils/marlin_utils_test_qqq.py", - "blob_id": "cb58eb945836393c58c53f5c6d702d53861c33f9" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/quantization/utils/quant_utils.py", - "blob_id": "d97e03913fa5980e0be73b160088c8e4f5f49a52" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/quantization/__init__.py", - "blob_id": "c3ab3b032c29f7bbafd549915dbc677c45a33837" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/quantization/_ops.py", - "blob_id": "0d812eef750061481eba1b7ed5fa708cfec31f42" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/quantization/_quantization_6nd6n6ctlfohq.abi3.so", - "blob_id": "3a69017602930aa71d55f179769d10bcba21b444" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/quantization/compressed_tensors.py", - "blob_id": "c3ba30bac87979a307fc5061a46f5d2cbf0efbf9" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/quantization/cutlass.py", - "blob_id": "c378b846d0c59de183a321fcad4b403c47b3d750" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/quantization/marlin.py", - "blob_id": "44d5d28a2fb67af955c017af3cf1403feeecbd32" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/quantization/scalar_type.py", - "blob_id": "9d711b0debcd8aaa343818edc9d6bbca20587d0a" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/quantization/utils/__init__.py", - "blob_id": "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/quantization/utils/marlin_utils.py", - "blob_id": "b1c94c38858a5cd6f02eb134d1a94b99a2b15566" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/quantization/utils/marlin_utils_fp8.py", - "blob_id": "b269fa6a4cee316e8299ecc86c3e7594b336b499" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/quantization/utils/marlin_utils_test.py", - "blob_id": "7d4f5f3cfbb872bf7b32e0972d6143b43f354a5e" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/quantization/utils/marlin_utils_test_24.py", - "blob_id": "927fa9016ba25f381c09d768db0c468066193a76" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/quantization/utils/marlin_utils_test_qqq.py", - "blob_id": "cb58eb945836393c58c53f5c6d702d53861c33f9" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/quantization/utils/quant_utils.py", - "blob_id": "d97e03913fa5980e0be73b160088c8e4f5f49a52" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/quantization/__init__.py", - "blob_id": "c3ab3b032c29f7bbafd549915dbc677c45a33837" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/quantization/_ops.py", - "blob_id": "e5bdaf0f73a5c870ed0d8ae6345cbec989274e16" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/quantization/_quantization_cxckebwxmlb3i.abi3.so", - "blob_id": "b51fa64aa95165e295a32926f8ca1e9ecea61ed3" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/quantization/compressed_tensors.py", - "blob_id": "c3ba30bac87979a307fc5061a46f5d2cbf0efbf9" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/quantization/cutlass.py", - "blob_id": "c378b846d0c59de183a321fcad4b403c47b3d750" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/quantization/marlin.py", - "blob_id": "44d5d28a2fb67af955c017af3cf1403feeecbd32" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/quantization/scalar_type.py", - "blob_id": "9d711b0debcd8aaa343818edc9d6bbca20587d0a" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/quantization/utils/__init__.py", - "blob_id": "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/quantization/utils/marlin_utils.py", - "blob_id": "b1c94c38858a5cd6f02eb134d1a94b99a2b15566" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/quantization/utils/marlin_utils_fp8.py", - "blob_id": "b269fa6a4cee316e8299ecc86c3e7594b336b499" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/quantization/utils/marlin_utils_test.py", - "blob_id": "7d4f5f3cfbb872bf7b32e0972d6143b43f354a5e" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/quantization/utils/marlin_utils_test_24.py", - "blob_id": "927fa9016ba25f381c09d768db0c468066193a76" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/quantization/utils/marlin_utils_test_qqq.py", - "blob_id": "cb58eb945836393c58c53f5c6d702d53861c33f9" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/quantization/utils/quant_utils.py", - "blob_id": "d97e03913fa5980e0be73b160088c8e4f5f49a52" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/quantization/__init__.py", - "blob_id": "c3ab3b032c29f7bbafd549915dbc677c45a33837" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/quantization/_ops.py", - "blob_id": "fd057ea2d2b103efdf01641c9767641e093ed947" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/quantization/_quantization_vsrdj55erbiei.abi3.so", - "blob_id": "eb6e2055b9b9330bcb04c316d2fb4570918d24c3" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/quantization/compressed_tensors.py", - "blob_id": "c3ba30bac87979a307fc5061a46f5d2cbf0efbf9" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/quantization/cutlass.py", - "blob_id": "c378b846d0c59de183a321fcad4b403c47b3d750" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/quantization/marlin.py", - "blob_id": "44d5d28a2fb67af955c017af3cf1403feeecbd32" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/quantization/scalar_type.py", - "blob_id": "9d711b0debcd8aaa343818edc9d6bbca20587d0a" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/quantization/utils/__init__.py", - "blob_id": "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/quantization/utils/marlin_utils.py", - "blob_id": "b1c94c38858a5cd6f02eb134d1a94b99a2b15566" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/quantization/utils/marlin_utils_fp8.py", - "blob_id": "b269fa6a4cee316e8299ecc86c3e7594b336b499" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/quantization/utils/marlin_utils_test.py", - "blob_id": "7d4f5f3cfbb872bf7b32e0972d6143b43f354a5e" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/quantization/utils/marlin_utils_test_24.py", - "blob_id": "927fa9016ba25f381c09d768db0c468066193a76" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/quantization/utils/marlin_utils_test_qqq.py", - "blob_id": "cb58eb945836393c58c53f5c6d702d53861c33f9" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/quantization/utils/quant_utils.py", - "blob_id": "d97e03913fa5980e0be73b160088c8e4f5f49a52" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/quantization/__init__.py", - "blob_id": "c3ab3b032c29f7bbafd549915dbc677c45a33837" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/quantization/_ops.py", - "blob_id": "0527a08325accf310054df153fbcaf26151b921e" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/quantization/_quantization_gsd2xjzq76rwy.abi3.so", - "blob_id": "46d5dc19eb270598aecb4654446449097da3ad8f" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/quantization/compressed_tensors.py", - "blob_id": "c3ba30bac87979a307fc5061a46f5d2cbf0efbf9" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/quantization/cutlass.py", - "blob_id": "c378b846d0c59de183a321fcad4b403c47b3d750" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/quantization/marlin.py", - "blob_id": "44d5d28a2fb67af955c017af3cf1403feeecbd32" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/quantization/scalar_type.py", - "blob_id": "9d711b0debcd8aaa343818edc9d6bbca20587d0a" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/quantization/utils/__init__.py", - "blob_id": "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/quantization/utils/marlin_utils.py", - "blob_id": "b1c94c38858a5cd6f02eb134d1a94b99a2b15566" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/quantization/utils/marlin_utils_fp8.py", - "blob_id": "b269fa6a4cee316e8299ecc86c3e7594b336b499" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/quantization/utils/marlin_utils_test.py", - "blob_id": "7d4f5f3cfbb872bf7b32e0972d6143b43f354a5e" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/quantization/utils/marlin_utils_test_24.py", - "blob_id": "927fa9016ba25f381c09d768db0c468066193a76" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/quantization/utils/marlin_utils_test_qqq.py", - "blob_id": "cb58eb945836393c58c53f5c6d702d53861c33f9" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/quantization/utils/quant_utils.py", - "blob_id": "d97e03913fa5980e0be73b160088c8e4f5f49a52" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/quantization/__init__.py", - "blob_id": "c3ab3b032c29f7bbafd549915dbc677c45a33837" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/quantization/_ops.py", - "blob_id": "83eb9dbc2c91b6b305544ea9f84d41ef73f5ea01" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/quantization/_quantization_hbfrcozzte6aq.abi3.so", - "blob_id": "d8feec129f933b3eecb28862aec4167876fd5ca8" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/quantization/compressed_tensors.py", - "blob_id": "c3ba30bac87979a307fc5061a46f5d2cbf0efbf9" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/quantization/cutlass.py", - "blob_id": "c378b846d0c59de183a321fcad4b403c47b3d750" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/quantization/marlin.py", - "blob_id": "44d5d28a2fb67af955c017af3cf1403feeecbd32" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/quantization/scalar_type.py", - "blob_id": "9d711b0debcd8aaa343818edc9d6bbca20587d0a" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/quantization/utils/__init__.py", - "blob_id": "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/quantization/utils/marlin_utils.py", - "blob_id": "b1c94c38858a5cd6f02eb134d1a94b99a2b15566" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/quantization/utils/marlin_utils_fp8.py", - "blob_id": "b269fa6a4cee316e8299ecc86c3e7594b336b499" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/quantization/utils/marlin_utils_test.py", - "blob_id": "7d4f5f3cfbb872bf7b32e0972d6143b43f354a5e" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/quantization/utils/marlin_utils_test_24.py", - "blob_id": "927fa9016ba25f381c09d768db0c468066193a76" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/quantization/utils/marlin_utils_test_qqq.py", - "blob_id": "cb58eb945836393c58c53f5c6d702d53861c33f9" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/quantization/utils/quant_utils.py", - "blob_id": "d97e03913fa5980e0be73b160088c8e4f5f49a52" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/quantization/__init__.py", - "blob_id": "c3ab3b032c29f7bbafd549915dbc677c45a33837" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/quantization/_ops.py", - "blob_id": "3b54f0bfc1030429b27a48d4e574778ebe86f820" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/quantization/_quantization_womr3pvjbirhe.abi3.so", - "blob_id": "f799e8bfc915d482daef4890ee6f8d6b342e0da1" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/quantization/compressed_tensors.py", - "blob_id": "c3ba30bac87979a307fc5061a46f5d2cbf0efbf9" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/quantization/cutlass.py", - "blob_id": "c378b846d0c59de183a321fcad4b403c47b3d750" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/quantization/marlin.py", - "blob_id": "44d5d28a2fb67af955c017af3cf1403feeecbd32" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/quantization/scalar_type.py", - "blob_id": "9d711b0debcd8aaa343818edc9d6bbca20587d0a" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/quantization/utils/__init__.py", - "blob_id": "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/quantization/utils/marlin_utils.py", - "blob_id": "b1c94c38858a5cd6f02eb134d1a94b99a2b15566" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/quantization/utils/marlin_utils_fp8.py", - "blob_id": "b269fa6a4cee316e8299ecc86c3e7594b336b499" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/quantization/utils/marlin_utils_test.py", - "blob_id": "7d4f5f3cfbb872bf7b32e0972d6143b43f354a5e" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/quantization/utils/marlin_utils_test_24.py", - "blob_id": "927fa9016ba25f381c09d768db0c468066193a76" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/quantization/utils/marlin_utils_test_qqq.py", - "blob_id": "cb58eb945836393c58c53f5c6d702d53861c33f9" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/quantization/utils/quant_utils.py", - "blob_id": "d97e03913fa5980e0be73b160088c8e4f5f49a52" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/quantization/__init__.py", - "blob_id": "c3ab3b032c29f7bbafd549915dbc677c45a33837" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/quantization/_ops.py", - "blob_id": "c83bf352ab1ca3283391b3dd8c209c1bf6a60eb1" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/quantization/_quantization_55qjuxe2uqrp6.abi3.so", - "blob_id": "4d1b45a1c98552ca7e4ba4c0e583e266e9f70060" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/quantization/compressed_tensors.py", - "blob_id": "c3ba30bac87979a307fc5061a46f5d2cbf0efbf9" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/quantization/cutlass.py", - "blob_id": "c378b846d0c59de183a321fcad4b403c47b3d750" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/quantization/marlin.py", - "blob_id": "44d5d28a2fb67af955c017af3cf1403feeecbd32" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/quantization/scalar_type.py", - "blob_id": "9d711b0debcd8aaa343818edc9d6bbca20587d0a" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/quantization/utils/__init__.py", - "blob_id": "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/quantization/utils/marlin_utils.py", - "blob_id": "b1c94c38858a5cd6f02eb134d1a94b99a2b15566" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/quantization/utils/marlin_utils_fp8.py", - "blob_id": "b269fa6a4cee316e8299ecc86c3e7594b336b499" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/quantization/utils/marlin_utils_test.py", - "blob_id": "7d4f5f3cfbb872bf7b32e0972d6143b43f354a5e" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/quantization/utils/marlin_utils_test_24.py", - "blob_id": "927fa9016ba25f381c09d768db0c468066193a76" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/quantization/utils/marlin_utils_test_qqq.py", - "blob_id": "cb58eb945836393c58c53f5c6d702d53861c33f9" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/quantization/utils/quant_utils.py", - "blob_id": "d97e03913fa5980e0be73b160088c8e4f5f49a52" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/quantization/__init__.py", - "blob_id": "c3ab3b032c29f7bbafd549915dbc677c45a33837" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/quantization/_ops.py", - "blob_id": "7552c079934b6f76bb1c221358e0ac2f1ca449be" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/quantization/_quantization_cyhrq7sx4uskw.abi3.so", - "blob_id": "0a4c95a688fcacd6a10c04e101e1deec5a03ffc9" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/quantization/compressed_tensors.py", - "blob_id": "c3ba30bac87979a307fc5061a46f5d2cbf0efbf9" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/quantization/cutlass.py", - "blob_id": "c378b846d0c59de183a321fcad4b403c47b3d750" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/quantization/marlin.py", - "blob_id": "44d5d28a2fb67af955c017af3cf1403feeecbd32" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/quantization/scalar_type.py", - "blob_id": "9d711b0debcd8aaa343818edc9d6bbca20587d0a" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/quantization/utils/__init__.py", - "blob_id": "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/quantization/utils/marlin_utils.py", - "blob_id": "b1c94c38858a5cd6f02eb134d1a94b99a2b15566" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/quantization/utils/marlin_utils_fp8.py", - "blob_id": "b269fa6a4cee316e8299ecc86c3e7594b336b499" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/quantization/utils/marlin_utils_test.py", - "blob_id": "7d4f5f3cfbb872bf7b32e0972d6143b43f354a5e" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/quantization/utils/marlin_utils_test_24.py", - "blob_id": "927fa9016ba25f381c09d768db0c468066193a76" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/quantization/utils/marlin_utils_test_qqq.py", - "blob_id": "cb58eb945836393c58c53f5c6d702d53861c33f9" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/quantization/utils/quant_utils.py", - "blob_id": "d97e03913fa5980e0be73b160088c8e4f5f49a52" - } - ] - }, - { - "repo_id": "kernels-community/quantization-eetq", - "sha": "a80ce846d6270ddddeee109523ed947f594f246b", - "files": [ - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/quantization_eetq/__init__.py", - "blob_id": "c65d0601c655d7acf1a12e61b6549618b46a70d7" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/quantization_eetq/_ops.py", - "blob_id": "9c191845fb7acbd7ea6bae36ce8c237b168557e1" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/quantization_eetq/_quantization_eetq_v7rnpcck3kry4.abi3.so", - "blob_id": "9edc9126b9ec8ce4f47a8e6688a5f0329c905329" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/quantization_eetq/custom_ops.py", - "blob_id": "005b5a6e3cd5f7bcfd4aa5d7d80d60a5ed9fab88" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/quantization_eetq/__init__.py", - "blob_id": "c65d0601c655d7acf1a12e61b6549618b46a70d7" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/quantization_eetq/_ops.py", - "blob_id": "ccec58b06a2282da51356fe5d04dd1e2757ce80c" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/quantization_eetq/_quantization_eetq_zcfiojfkx55be.abi3.so", - "blob_id": "ea27fb040515267ec631cec5545b878da680e7cc" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/quantization_eetq/custom_ops.py", - "blob_id": "005b5a6e3cd5f7bcfd4aa5d7d80d60a5ed9fab88" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/quantization_eetq/__init__.py", - "blob_id": "c65d0601c655d7acf1a12e61b6549618b46a70d7" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/quantization_eetq/_ops.py", - "blob_id": "bb409419898138ffa9ade9ba505a167a067ea378" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/quantization_eetq/_quantization_eetq_btymam4x7xvs6.abi3.so", - "blob_id": "0395dd048ccf10ed020a77fa04bcb026ba369d73" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/quantization_eetq/custom_ops.py", - "blob_id": "005b5a6e3cd5f7bcfd4aa5d7d80d60a5ed9fab88" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/quantization_eetq/__init__.py", - "blob_id": "c65d0601c655d7acf1a12e61b6549618b46a70d7" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/quantization_eetq/_ops.py", - "blob_id": "f250a00832d2044f7bbb87557a1c878d9c8dd24d" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/quantization_eetq/_quantization_eetq_yy3p6bsf622sq.abi3.so", - "blob_id": "c98d156835e442b039d38a82e9f111036750329c" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/quantization_eetq/custom_ops.py", - "blob_id": "005b5a6e3cd5f7bcfd4aa5d7d80d60a5ed9fab88" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/quantization_eetq/__init__.py", - "blob_id": "c65d0601c655d7acf1a12e61b6549618b46a70d7" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/quantization_eetq/_ops.py", - "blob_id": "b5259247e8fb3ed9429cf005a525edc8bcae4903" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/quantization_eetq/_quantization_eetq_imijtykkseqze.abi3.so", - "blob_id": "c46908ce00d02376ae8e18efebb7fee55afbc3ac" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/quantization_eetq/custom_ops.py", - "blob_id": "005b5a6e3cd5f7bcfd4aa5d7d80d60a5ed9fab88" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/quantization_eetq/__init__.py", - "blob_id": "c65d0601c655d7acf1a12e61b6549618b46a70d7" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/quantization_eetq/_ops.py", - "blob_id": "79f8d42700ad34b9b46e6e328f90885d1ee9beab" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/quantization_eetq/_quantization_eetq_4qerj3t7ddiry.abi3.so", - "blob_id": "9ba519d2fd4e347b784c21f4c171cbbab57c7774" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/quantization_eetq/custom_ops.py", - "blob_id": "005b5a6e3cd5f7bcfd4aa5d7d80d60a5ed9fab88" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/quantization_eetq/__init__.py", - "blob_id": "c65d0601c655d7acf1a12e61b6549618b46a70d7" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/quantization_eetq/_ops.py", - "blob_id": "805ec785b7f5196f78dfe77b6cd7c2603c02490e" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/quantization_eetq/_quantization_eetq_j23ltbqvrnixg.abi3.so", - "blob_id": "77d53c16e57c658e8f9caa37b0084c4a3a7ffda1" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/quantization_eetq/custom_ops.py", - "blob_id": "005b5a6e3cd5f7bcfd4aa5d7d80d60a5ed9fab88" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/quantization_eetq/__init__.py", - "blob_id": "c65d0601c655d7acf1a12e61b6549618b46a70d7" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/quantization_eetq/_ops.py", - "blob_id": "7b590a5a6ede67e0ae13f97dbd7a82a4674e1b23" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/quantization_eetq/_quantization_eetq_p5neqtnhdgxv2.abi3.so", - "blob_id": "e3e5fbd8ce3232b6e9a7c3077eab9665b95bef49" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/quantization_eetq/custom_ops.py", - "blob_id": "005b5a6e3cd5f7bcfd4aa5d7d80d60a5ed9fab88" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/quantization_eetq/__init__.py", - "blob_id": "c65d0601c655d7acf1a12e61b6549618b46a70d7" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/quantization_eetq/_ops.py", - "blob_id": "0be7ffcb2e9590899683a197b977ec0b39ca7cb7" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/quantization_eetq/_quantization_eetq_idk3dezy35dfk.abi3.so", - "blob_id": "61aa67cbe7ce810bf9792e6e8f19219c757ff181" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/quantization_eetq/custom_ops.py", - "blob_id": "005b5a6e3cd5f7bcfd4aa5d7d80d60a5ed9fab88" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/quantization_eetq/__init__.py", - "blob_id": "c65d0601c655d7acf1a12e61b6549618b46a70d7" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/quantization_eetq/_ops.py", - "blob_id": "998eba3eddd0520769a2b4ecb3402c024bde44ea" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/quantization_eetq/_quantization_eetq_fpjoxzd7nm2qa.abi3.so", - "blob_id": "31d835db1d0348e3f35c23e6a8f2532fd7e9fea7" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/quantization_eetq/custom_ops.py", - "blob_id": "005b5a6e3cd5f7bcfd4aa5d7d80d60a5ed9fab88" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/quantization_eetq/__init__.py", - "blob_id": "c65d0601c655d7acf1a12e61b6549618b46a70d7" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/quantization_eetq/_ops.py", - "blob_id": "6d5320b05b03f2f3ddfd299d6e2a72aa6116264f" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/quantization_eetq/_quantization_eetq_k7mlunxe2ye4s.abi3.so", - "blob_id": "1946e4c2fab63243d051012cb12e19895828145f" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/quantization_eetq/custom_ops.py", - "blob_id": "005b5a6e3cd5f7bcfd4aa5d7d80d60a5ed9fab88" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/quantization_eetq/__init__.py", - "blob_id": "c65d0601c655d7acf1a12e61b6549618b46a70d7" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/quantization_eetq/_ops.py", - "blob_id": "9b15d85f44e4223ce1f16df987feafd6640dcc62" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/quantization_eetq/_quantization_eetq_7m7hz3sbwkaio.abi3.so", - "blob_id": "eb1536ccd1dfa2655ea7de4445aa3c6790f3a0ae" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/quantization_eetq/custom_ops.py", - "blob_id": "005b5a6e3cd5f7bcfd4aa5d7d80d60a5ed9fab88" - } - ] - }, - { - "repo_id": "kernels-community/rotary", - "sha": "4db658e027ec752840bb3f557ee076413b8db03f", - "files": [ - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/rotary/__init__.py", - "blob_id": "eba8039e210c8b710c5c663ef4e7930757f271be" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/rotary/_ops.py", - "blob_id": "4fe035c87ea1300ffedcfce17338167dd946e0e8" - }, - { - "filename": "build/torch25-cxx11-cu118-x86_64-linux/rotary/_rotary_5yzc45v7kk3yu.abi3.so", - "blob_id": "f315754ccb3e8b9dfb4d8954aefaac61b2a4e8bc" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/rotary/__init__.py", - "blob_id": "eba8039e210c8b710c5c663ef4e7930757f271be" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/rotary/_ops.py", - "blob_id": "d45359065a7cdc43e2d512d38fc0bfcd88138835" - }, - { - "filename": "build/torch25-cxx11-cu121-x86_64-linux/rotary/_rotary_tbiepw2a2ep3e.abi3.so", - "blob_id": "9bc986ca760b6a57d05e891c3def1769341a2c29" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/rotary/__init__.py", - "blob_id": "eba8039e210c8b710c5c663ef4e7930757f271be" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/rotary/_ops.py", - "blob_id": "7421978682125139f1169f3f71789e0cb44d3b45" - }, - { - "filename": "build/torch25-cxx11-cu124-x86_64-linux/rotary/_rotary_6w5syhrhmerj6.abi3.so", - "blob_id": "35caf7d755000ca2afac33cc7d4f344112751f9f" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/rotary/__init__.py", - "blob_id": "eba8039e210c8b710c5c663ef4e7930757f271be" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/rotary/_ops.py", - "blob_id": "d6f569b471eae628e738b3504c8a9a18b4973d97" - }, - { - "filename": "build/torch25-cxx98-cu118-x86_64-linux/rotary/_rotary_joujmbgvsytzg.abi3.so", - "blob_id": "30c4aaa83f2549f7363631a51b3341cdf0612f15" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/rotary/__init__.py", - "blob_id": "eba8039e210c8b710c5c663ef4e7930757f271be" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/rotary/_ops.py", - "blob_id": "f1f71f34bf0f3c5dffb7c147b48f6396f8054310" - }, - { - "filename": "build/torch25-cxx98-cu121-x86_64-linux/rotary/_rotary_mi2o7e7sishyw.abi3.so", - "blob_id": "e022e9c1101bdb89d43913979107f7a56717ea6d" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/rotary/__init__.py", - "blob_id": "eba8039e210c8b710c5c663ef4e7930757f271be" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/rotary/_ops.py", - "blob_id": "a46c19bd5adfb85d5b7795b3b9277e416f31d8ce" - }, - { - "filename": "build/torch25-cxx98-cu124-x86_64-linux/rotary/_rotary_rngiohfhfwuge.abi3.so", - "blob_id": "1621cba0150465f67aa931fe3a55e38928b48bcb" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/rotary/__init__.py", - "blob_id": "eba8039e210c8b710c5c663ef4e7930757f271be" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/rotary/_ops.py", - "blob_id": "3296d23431d1ec084e8644ff5d3d203a74d82ea1" - }, - { - "filename": "build/torch26-cxx11-cu118-x86_64-linux/rotary/_rotary_alv7mzltcxxpq.abi3.so", - "blob_id": "2f8b3b93bb7c8fae22c8e08c67771683f549f170" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/rotary/__init__.py", - "blob_id": "eba8039e210c8b710c5c663ef4e7930757f271be" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/rotary/_ops.py", - "blob_id": "0bae33b64c71d6a6ad748be66a410a662bb5b28a" - }, - { - "filename": "build/torch26-cxx11-cu124-x86_64-linux/rotary/_rotary_c4eyapeep6gty.abi3.so", - "blob_id": "3a15076dbd1f9a05f1089cc2cb13c03e5838f2b9" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/rotary/__init__.py", - "blob_id": "eba8039e210c8b710c5c663ef4e7930757f271be" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/rotary/_ops.py", - "blob_id": "5c5d7e4497962e0a3e9531ec6a5fdb18e995e0f8" - }, - { - "filename": "build/torch26-cxx11-cu126-x86_64-linux/rotary/_rotary_lodp6xeztste6.abi3.so", - "blob_id": "efc4a4a0001fba7b0743d1d4a9774d1fc9089ee5" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/rotary/__init__.py", - "blob_id": "eba8039e210c8b710c5c663ef4e7930757f271be" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/rotary/_ops.py", - "blob_id": "3cdda1ceda90e76b30b08cae6ad718aa2c2ec3ef" - }, - { - "filename": "build/torch26-cxx98-cu118-x86_64-linux/rotary/_rotary_z27mls7mz4e7m.abi3.so", - "blob_id": "43b0f08ea035cd2fadb6e119802e7d841a523246" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/rotary/__init__.py", - "blob_id": "eba8039e210c8b710c5c663ef4e7930757f271be" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/rotary/_ops.py", - "blob_id": "914f1bb6f9499d0245c3f47345f3b95582be28b2" - }, - { - "filename": "build/torch26-cxx98-cu124-x86_64-linux/rotary/_rotary_3bktke4p3hz3a.abi3.so", - "blob_id": "29c0bba399e6f348ad8baf93daa5166a6ec6994a" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/rotary/__init__.py", - "blob_id": "eba8039e210c8b710c5c663ef4e7930757f271be" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/rotary/_ops.py", - "blob_id": "11056cd0ed09530830b614b8207cbb7fa7ef3288" - }, - { - "filename": "build/torch26-cxx98-cu126-x86_64-linux/rotary/_rotary_fvednlzeqgg5s.abi3.so", - "blob_id": "8c7c34d9e603640576ba522dcbed341c0d780a9c" - } - ] - } -] diff --git a/server/kernels.lock b/server/kernels.lock new file mode 100644 index 000000000..9e11de684 --- /dev/null +++ b/server/kernels.lock @@ -0,0 +1,272 @@ +[ + { + "repo_id": "kernels-community/paged-attention", + "sha": "331b7e63a6b592799c8bc992f681bb1ee2c865a2", + "variants": { + "torch25-cxx11-cu118-x86_64-linux": { + "hash": "sha256-8e0aa39abab82f1d21b661d35e0470a24c3ebbdda38532ded805c18037a1ad1e", + "hash_type": "git_lfs_concat" + }, + "torch25-cxx11-cu121-x86_64-linux": { + "hash": "sha256-b0c3aef6c4c9aac627975cb1a2bfc46a70390763c8165575b89d1651d007c38a", + "hash_type": "git_lfs_concat" + }, + "torch25-cxx11-cu124-x86_64-linux": { + "hash": "sha256-960fbc8998439d779adb47fb2a37cce68c7dc075d8a49893bd487be9ca2d1389", + "hash_type": "git_lfs_concat" + }, + "torch25-cxx98-cu118-x86_64-linux": { + "hash": "sha256-9d6d60c411c55aa2f9d7c681c2be96f4262d56c96f592f3d4fb35ce4f4f1e18e", + "hash_type": "git_lfs_concat" + }, + "torch25-cxx98-cu121-x86_64-linux": { + "hash": "sha256-98c0a305b2cc9b7be757fab923d9aa406c686dcd0460e462926f87d051ef3d19", + "hash_type": "git_lfs_concat" + }, + "torch25-cxx98-cu124-x86_64-linux": { + "hash": "sha256-71e586416213c96ffbdeae0d077ba97bfde5b00005f2746d4cba2320cb53bf87", + "hash_type": "git_lfs_concat" + }, + "torch26-cxx11-cu118-x86_64-linux": { + "hash": "sha256-2f559312c54d558b33a4082ffc3fcf923f51da40ced19bfc8920e998ba2b71bf", + "hash_type": "git_lfs_concat" + }, + "torch26-cxx11-cu124-x86_64-linux": { + "hash": "sha256-6033b41a0f8a9509887c6171f0b42d9aa738490903b3fd5ea2c52703c5fb8fc3", + "hash_type": "git_lfs_concat" + }, + "torch26-cxx11-cu126-x86_64-linux": { + "hash": "sha256-3139f66a53f2bf0c314b4d309893095746bdc9c3914c904fc31adfdf553ed219", + "hash_type": "git_lfs_concat" + }, + "torch26-cxx98-cu118-x86_64-linux": { + "hash": "sha256-2173d77e384d8e2881fc38603992c09e8be7bcd9da4cafdd4f2a5ce0ce22caf4", + "hash_type": "git_lfs_concat" + }, + "torch26-cxx98-cu124-x86_64-linux": { + "hash": "sha256-7b1aaef81e01ecce83e03c50872910680ff2953f7c6ffd3ff15e8d9497ca9239", + "hash_type": "git_lfs_concat" + }, + "torch26-cxx98-cu126-x86_64-linux": { + "hash": "sha256-818b160a88b12b8e871099e40f76aa436ee828e2e060ecc35502dbe34a6ebd3b", + "hash_type": "git_lfs_concat" + } + } + }, + { + "repo_id": "kernels-community/moe", + "sha": "605a216f507b9a97b543140dee8937a4622069a8", + "variants": { + "torch25-cxx11-cu118-x86_64-linux": { + "hash": "sha256-855d92f02be3bfba0758161fa1266159d76c172e7c5d43d30816d22cfba76074", + "hash_type": "git_lfs_concat" + }, + "torch25-cxx11-cu121-x86_64-linux": { + "hash": "sha256-e6e780230477bbbc26fc40cc7fcff50298155998af4fc77a026c9f815ec984b1", + "hash_type": "git_lfs_concat" + }, + "torch25-cxx11-cu124-x86_64-linux": { + "hash": "sha256-52c1fb337033c4d1d7a279c5cb28aebbc7389976f21dc5803aeb16b2f7aeb94c", + "hash_type": "git_lfs_concat" + }, + "torch25-cxx98-cu118-x86_64-linux": { + "hash": "sha256-1fb654e8d02dda2a2382d1fb3a3ca9738d292eea674b30b80030cdcdfb6a0035", + "hash_type": "git_lfs_concat" + }, + "torch25-cxx98-cu121-x86_64-linux": { + "hash": "sha256-0cf235f1de85d4ce7490c79aa64220f608f886f313b676d91c331a6a2fd67bbb", + "hash_type": "git_lfs_concat" + }, + "torch25-cxx98-cu124-x86_64-linux": { + "hash": "sha256-3def11fee9bf1ea9b1579206fd5f5ecbcaad47ac478e2c3aa7b2c9c7fd5db934", + "hash_type": "git_lfs_concat" + }, + "torch26-cxx11-cu118-x86_64-linux": { + "hash": "sha256-3a49ee03f675190a79c7c74a45cc403d491eceb63a943f47d52064a11ca6ef6f", + "hash_type": "git_lfs_concat" + }, + "torch26-cxx11-cu124-x86_64-linux": { + "hash": "sha256-dbf20cb11db7d53e11147ab13641eefaa235f9ac2fde1beaf8f56f850c11bd54", + "hash_type": "git_lfs_concat" + }, + "torch26-cxx11-cu126-x86_64-linux": { + "hash": "sha256-8a07232ab316e8eab74747662cb7b86aac03f44ff158f275768fd59390df2525", + "hash_type": "git_lfs_concat" + }, + "torch26-cxx98-cu118-x86_64-linux": { + "hash": "sha256-cdd46301af997eeace5e016d8590969981b3a3f8647828d04baa5fa10c696746", + "hash_type": "git_lfs_concat" + }, + "torch26-cxx98-cu124-x86_64-linux": { + "hash": "sha256-c865188e9d2c17f3358f3d343fb40340232457572744bf85efd6b20af545d5f3", + "hash_type": "git_lfs_concat" + }, + "torch26-cxx98-cu126-x86_64-linux": { + "hash": "sha256-2a8b09f3272ea80491e78a39ff886680471d99f7ba571581809adfe918013898", + "hash_type": "git_lfs_concat" + } + } + }, + { + "repo_id": "kernels-community/quantization", + "sha": "95272c71ca71b1ddbacb0105dab54e5d5240bd5c", + "variants": { + "torch25-cxx11-cu118-x86_64-linux": { + "hash": "sha256-2d0a274cf0117bf7880d6040adafa1b70fe8bff3a00ef2834ed5435a6b525a49", + "hash_type": "git_lfs_concat" + }, + "torch25-cxx11-cu121-x86_64-linux": { + "hash": "sha256-116458beac63ea5eeb1e7fba7edc68d160cd8ac28f55b926d79035551aac7d5f", + "hash_type": "git_lfs_concat" + }, + "torch25-cxx11-cu124-x86_64-linux": { + "hash": "sha256-cace644c6fb04470384796c18987135cb051dfb90a14e902c51a3786fc07c599", + "hash_type": "git_lfs_concat" + }, + "torch25-cxx98-cu118-x86_64-linux": { + "hash": "sha256-104c6961cd3e1a74efdf14ea2172acc6647846852fccafe3698a27a6cf37941d", + "hash_type": "git_lfs_concat" + }, + "torch25-cxx98-cu121-x86_64-linux": { + "hash": "sha256-cdc95b41aa91a803f11f8cd53001895c2b69550b5af2fb278d6f124381229d0b", + "hash_type": "git_lfs_concat" + }, + "torch25-cxx98-cu124-x86_64-linux": { + "hash": "sha256-d5388469cb6074f196f20b1e1e4805bb3c967a8147b31ca2c0461aa87b50604e", + "hash_type": "git_lfs_concat" + }, + "torch26-cxx11-cu118-x86_64-linux": { + "hash": "sha256-70c4bb3792c4c3207d4963173d8d0ef3b2bda677151aef140662dd87bfa1b69f", + "hash_type": "git_lfs_concat" + }, + "torch26-cxx11-cu124-x86_64-linux": { + "hash": "sha256-bcacbb2232f49345f27e07fa821b48a7e3df643c01af37281fcafc74c471f682", + "hash_type": "git_lfs_concat" + }, + "torch26-cxx11-cu126-x86_64-linux": { + "hash": "sha256-344d20964f7eb133e5ec6fda976fa5ee62807b739a4361f236aca5ae53beb9ac", + "hash_type": "git_lfs_concat" + }, + "torch26-cxx98-cu118-x86_64-linux": { + "hash": "sha256-dfaec226550254fbce1a5c7e2f547e85700958a1a4087e1c873d22e6f71a5ceb", + "hash_type": "git_lfs_concat" + }, + "torch26-cxx98-cu124-x86_64-linux": { + "hash": "sha256-0abe6460d0a2202b0086e3663092595e5b93b9a9cbb85c10034180cc9bfebc6e", + "hash_type": "git_lfs_concat" + }, + "torch26-cxx98-cu126-x86_64-linux": { + "hash": "sha256-68e156f94c3c0c9523773b62eaeced93766e0d9ee67d8191fb9570fb5af30d5b", + "hash_type": "git_lfs_concat" + } + } + }, + { + "repo_id": "kernels-community/quantization-eetq", + "sha": "a80ce846d6270ddddeee109523ed947f594f246b", + "variants": { + "torch25-cxx11-cu118-x86_64-linux": { + "hash": "sha256-e06beb00799b1e656583eb0496f09fc0bf1b26f75e9864a2fe19ebd5b62c3671", + "hash_type": "git_lfs_concat" + }, + "torch25-cxx11-cu121-x86_64-linux": { + "hash": "sha256-c128d3ef6558cfedf045c4a713891792708851b7f6f027de835d9083cb3b297d", + "hash_type": "git_lfs_concat" + }, + "torch25-cxx11-cu124-x86_64-linux": { + "hash": "sha256-c7e2e14fc114788634b34a4f670f7bf4d27321e5ed40ff446f5a25eef70222c7", + "hash_type": "git_lfs_concat" + }, + "torch25-cxx98-cu118-x86_64-linux": { + "hash": "sha256-58dad53cfbf1315af464f9d8ba7be9012089c839d4f06a8d2cf8ce0deaf5949a", + "hash_type": "git_lfs_concat" + }, + "torch25-cxx98-cu121-x86_64-linux": { + "hash": "sha256-6519af49c0f689744a7b49497ad2bea1524b69e4095446087d7ab622b898aa30", + "hash_type": "git_lfs_concat" + }, + "torch25-cxx98-cu124-x86_64-linux": { + "hash": "sha256-94e0731b58a9ba0e5e2f37b100c8d987c80b5d349008ef625917d020b6c52d25", + "hash_type": "git_lfs_concat" + }, + "torch26-cxx11-cu118-x86_64-linux": { + "hash": "sha256-e5b04475538f49d7b4ffded080e4c9c86a658abc12667e3838ebcc410ab1eef4", + "hash_type": "git_lfs_concat" + }, + "torch26-cxx11-cu124-x86_64-linux": { + "hash": "sha256-783c02db737a6ec9958b3090f164b87888d3b26e30a4fb6e1cd0c1a635753fab", + "hash_type": "git_lfs_concat" + }, + "torch26-cxx11-cu126-x86_64-linux": { + "hash": "sha256-a3d81f82f9cfe9d8a6d46758758b3a1b3055d902f41917b4ef2976373db843d6", + "hash_type": "git_lfs_concat" + }, + "torch26-cxx98-cu118-x86_64-linux": { + "hash": "sha256-f1de67e17944a9816f778c72ae73bbbc90d795cb4885c2f9ee5e0b9a3c57583b", + "hash_type": "git_lfs_concat" + }, + "torch26-cxx98-cu124-x86_64-linux": { + "hash": "sha256-789b50d767a5121a7e5a52eaf0c8e897bf1787f049ca08faffb220e5053a5f10", + "hash_type": "git_lfs_concat" + }, + "torch26-cxx98-cu126-x86_64-linux": { + "hash": "sha256-7c7fe57fea7b9be253085d506f01b2487b2306f22bdffe1de44397fc9f8a3613", + "hash_type": "git_lfs_concat" + } + } + }, + { + "repo_id": "kernels-community/rotary", + "sha": "4db658e027ec752840bb3f557ee076413b8db03f", + "variants": { + "torch25-cxx11-cu118-x86_64-linux": { + "hash": "sha256-907df2035267a65793985bb7f69fb2a975955fb08c2bbc78c58def43d02801da", + "hash_type": "git_lfs_concat" + }, + "torch25-cxx11-cu121-x86_64-linux": { + "hash": "sha256-b614735ae61ee2c1825a3c823fa0cdd3aa07d0bb3f4106001b9e1a557c0ca9b9", + "hash_type": "git_lfs_concat" + }, + "torch25-cxx11-cu124-x86_64-linux": { + "hash": "sha256-f2e98ec72faaebc1cae25f83ccdbb151868b6902fb5a0623e09d700a514c2a7e", + "hash_type": "git_lfs_concat" + }, + "torch25-cxx98-cu118-x86_64-linux": { + "hash": "sha256-421214c5a576fac2e0b7998395dccd7f66010f65a6fc647ce06b106ea91105d2", + "hash_type": "git_lfs_concat" + }, + "torch25-cxx98-cu121-x86_64-linux": { + "hash": "sha256-9d1c464cf7f391975afa48f2254a639f41582155ad1b50c25bb122418ce8db58", + "hash_type": "git_lfs_concat" + }, + "torch25-cxx98-cu124-x86_64-linux": { + "hash": "sha256-82f8012d78304efaa7318f106907630294d10c8b5c9f56923c71df0b03e09f14", + "hash_type": "git_lfs_concat" + }, + "torch26-cxx11-cu118-x86_64-linux": { + "hash": "sha256-a3247919dcc392efc7e54725dfbce9ee8a796fe4ee53d113048b313de074d3da", + "hash_type": "git_lfs_concat" + }, + "torch26-cxx11-cu124-x86_64-linux": { + "hash": "sha256-a21c9734d15946f4cc967d0555d45d7effc6624990c6889fc49162af744fbbe9", + "hash_type": "git_lfs_concat" + }, + "torch26-cxx11-cu126-x86_64-linux": { + "hash": "sha256-01cdda160425b29db0d9bb084874ade4ac081735f9717f272aaefe5bcb379ae1", + "hash_type": "git_lfs_concat" + }, + "torch26-cxx98-cu118-x86_64-linux": { + "hash": "sha256-17be5b770418ad47101c49d8945b5aa32af9eb5a840bdffb0514d0e264edd860", + "hash_type": "git_lfs_concat" + }, + "torch26-cxx98-cu124-x86_64-linux": { + "hash": "sha256-3cd4b9f63cc903e01325b7e5b204e40fc6600c0685f2e19e6f1fa604a599d82d", + "hash_type": "git_lfs_concat" + }, + "torch26-cxx98-cu126-x86_64-linux": { + "hash": "sha256-c569f4a4f9b64792507c58d7cfa31dde1285b52125ef07cc98d9f23636af09ca", + "hash_type": "git_lfs_concat" + } + } + } +] diff --git a/server/pyproject.toml b/server/pyproject.toml index 07ea1048f..e3ec734a5 100644 --- a/server/pyproject.toml +++ b/server/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "grpcio>=1.67.0", "grpcio-reflection>=1.67.0", "grpcio-status>=1.67.0", - "hf-kernels>=0.1.5", + "kernels>=0.2.1", "hf-transfer>=0.1.8", "loguru>=0.7.3", "numpy>=1.26,<3", @@ -36,7 +36,7 @@ dependencies = [ ] [build-system] -requires = ["hf-kernels>=0.1.2", "setuptools"] +requires = ["kernels>=0.1.7", "setuptools"] build-backend = "setuptools.build_meta" [tool.kernels.dependencies] diff --git a/server/text_generation_server/utils/kernels.py b/server/text_generation_server/utils/kernels.py index 42745c716..3943d9a5a 100644 --- a/server/text_generation_server/utils/kernels.py +++ b/server/text_generation_server/utils/kernels.py @@ -1,7 +1,7 @@ import importlib from loguru import logger -from hf_kernels import load_kernel as hf_load_kernel +from kernels import load_kernel as hf_load_kernel from text_generation_server.utils.log import log_once diff --git a/server/uv.lock b/server/uv.lock index a2293a5c2..d4bbb9555 100644 --- a/server/uv.lock +++ b/server/uv.lock @@ -1,4 +1,5 @@ version = 1 +revision = 1 requires-python = ">=3.9" resolution-markers = [ "python_full_version >= '3.12'", @@ -674,18 +675,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/be/66/7c1a552545a9597fbd33d77c817f1f0cc56736ca64aa0821948f945118d6/grpcio_tools-1.70.0-cp39-cp39-win_amd64.whl", hash = "sha256:840ec536ab933db2ef8d5acaa6b712d0e9e8f397f62907c852ec50a3f69cdb78", size = 1119339 }, ] -[[package]] -name = "hf-kernels" -version = "0.1.6" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "huggingface-hub" }, - { name = "packaging" }, - { name = "tomli", marker = "python_full_version < '3.11'" }, - { name = "torch" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/01/fe/5aa3ea1b66bcc7d81aff19683ea04d4a9cd414c8d4ff05b150fc1f196ccd/hf_kernels-0.1.6.tar.gz", hash = "sha256:5effee5046552ce226ff86d3870a799f4ecae399bcb2beb4046c28c2dd736d2f", size = 8704 } - [[package]] name = "hf-transfer" version = "0.1.9" @@ -814,6 +803,18 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/d1/0f/8910b19ac0670a0f80ce1008e5e751c4a57e14d2c4c13a482aa6079fa9d6/jsonschema_specifications-2024.10.1-py3-none-any.whl", hash = "sha256:a09a0680616357d9a0ecf05c12ad234479f549239d0f5b55f3deea67475da9bf", size = 18459 }, ] +[[package]] +name = "kernels" +version = "0.2.1" +source = { registry = "https://pypi.org/simple" } +dependencies = [ + { name = "huggingface-hub" }, + { name = "packaging" }, + { name = "tomli", marker = "python_full_version < '3.11'" }, + { name = "torch" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/26/99/41af9dce502bb1682977fee1bc487a73fa8418cebbce16b8d27733947375/kernels-0.2.1.tar.gz", hash = "sha256:918942332819b28377b9d07070daddecfd8a5e7bab574dd3dc64a209ca6008b2", size = 9395 } + [[package]] name = "lark" version = "1.2.2" @@ -2561,9 +2562,9 @@ dependencies = [ { name = "grpcio" }, { name = "grpcio-reflection" }, { name = "grpcio-status" }, - { name = "hf-kernels" }, { name = "hf-transfer" }, { name = "huggingface-hub" }, + { name = "kernels" }, { name = "loguru" }, { name = "numpy", version = "2.0.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10'" }, { name = "numpy", version = "2.2.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10'" }, @@ -2626,9 +2627,9 @@ requires-dist = [ { name = "grpcio-status", specifier = ">=1.67.0" }, { name = "grpcio-tools", marker = "extra == 'dev'", specifier = ">=1.51.1,<2.0" }, { name = "grpcio-tools", marker = "extra == 'gen'", specifier = ">=1.69.0" }, - { name = "hf-kernels", specifier = ">=0.1.5" }, { name = "hf-transfer", specifier = ">=0.1.8" }, { name = "huggingface-hub", specifier = ">=0.29.0" }, + { name = "kernels", specifier = ">=0.2.1" }, { name = "loguru", specifier = ">=0.7.3" }, { name = "mypy-protobuf", marker = "extra == 'gen'", specifier = ">=3.6.0" }, { name = "numpy", specifier = ">=1.26,<3" }, @@ -2651,6 +2652,7 @@ requires-dist = [ { name = "transformers", specifier = ">=4.49.0" }, { name = "typer", specifier = ">=0.15.1" }, ] +provides-extras = ["accelerate", "bnb", "compressed-tensors", "peft", "outlines", "dev", "quantize", "gen"] [[package]] name = "texttable"