{ "run_id": "glm52-nvfp4-wan-20260618", "utc": "2026-06-18T17:52:29Z", "shard_commit": "f02060471be1d5e2e72f163a22ca39812a69a1d6", "model": "GLM-5.2-744B", "quant": "NVFP4", "prompt": "def quicksort(arr):", "output_text": "def quicksort(arr): \n if len(arr) <= 1:\n return arr\n else:\n pivot = arr[0]\n left = [x for x in arr[1:] if x < pivot]\n right = [x for x in arr[1:] if x >= pivot]\n return quicksort(left) + [pivot] + quicksort(right)\n\n# Example usage:\narr = [3, 6, 8, 10, 1, 2", "output_token_ids": [ 750, 3974, 6860, 10934, 1648, 715, 262, 421, 2422, 10934, 8, 2651, 220, 16, 510, 286, 470, 2890, 198, 262, 770, 510, 286, 25964, 284, 2890, 58, 15, 921, 286, 2115, 284, 508, 87, 369, 856, 304, 2890, 58, 16, 28186, 421, 856, 366, 25964, 921, 286, 1290, 284, 508, 87, 369, 856, 304, 2890, 58, 16, 28186, 421, 856, 2604, 25964, 921, 286, 470, 3974, 6860, 17646, 8, 488, 508, 67943, 60, 488, 3974, 6860, 27611, 692, 2, 13374, 10426, 510, 1118, 284, 508, 18, 11, 220, 21, 11, 220, 23, 11, 220, 98668, 11, 220, 16, 11, 220, 17 ], "output_sha256": "d9e61275084cb2bf74b44aaaceec65c6f9882bd66bf2a3de6fc81104d73a7d66", "tok_s_warm": 30.03, "decode": "greedy (exact)", "nodes": [ { "role": "coordinator", "layer_range": "embed/lm_head/norm + GLM-4-9B draft", "public_ip": "45.61.61.158", "geo": "Washington, US", "gpu_uuid": "GPU-c9597167-3205-91e0-834d-9acc9007ce3e", "gpu_name": "NVIDIA RTX PRO 6000 Blackwell Workstation Edition" }, { "role": "stage", "layer_range": [ 0, 12 ], "public_ip": "173.239.95.142", "geo": "Nevada, US", "gpu_uuid": "GPU-370a59f6-94ba-f354-59f5-e0b34e289d32", "gpu_name": "NVIDIA RTX PRO 6000 Blackwell Workstation Edition" }, { "role": "stage", "layer_range": [ 13, 25 ], "public_ip": "107.206.71.138", "geo": "Texas, US", "gpu_uuid": "GPU-a4e6da61-86c4-3ba4-e80d-19a398b89aa4", "gpu_name": "NVIDIA RTX PRO 6000 Blackwell Max-Q Workstation Edition" }, { "role": "stage", "layer_range": [ 26, 38 ], "public_ip": "50.35.188.23", "geo": "Washington, US", "gpu_uuid": "GPU-2fbe28cc-074a-61e0-55d0-62dc226944c2", "gpu_name": "NVIDIA RTX PRO 6000 Blackwell Server Edition" }, { "role": "stage", "layer_range": [ 39, 51 ], "public_ip": "154.7.90.1", "geo": "Minnesota, US", "gpu_uuid": "GPU-5b8e8466-02c1-74c6-b472-a1a725044a00", "gpu_name": "NVIDIA RTX PRO 6000 Blackwell Workstation Edition" }, { "role": "stage", "layer_range": [ 52, 64 ], "public_ip": "64.85.222.141", "geo": "Missouri, US", "gpu_uuid": "GPU-0219a9d4-a4e7-a7f6-baa1-2acb2ab67a68", "gpu_name": "NVIDIA RTX PRO 6000 Blackwell Workstation Edition" }, { "role": "tail", "layer_range": [ 65, 77 ], "public_ip": "136.59.129.136", "geo": "Utah, US", "gpu_uuid": "GPU-4a3a6a62-0692-97a2-c6b0-cff0e33d43c2", "gpu_name": "NVIDIA RTX PRO 6000 Blackwell Workstation Edition" } ], "edges": [ { "from": "coordinator", "to": "NV", "rtt_ms": 35.1 }, { "from": "NV", "to": "TX", "rtt_ms": 44.9 }, { "from": "TX", "to": "repl", "rtt_ms": 74.8 }, { "from": "repl", "to": "MN", "rtt_ms": 57.9 }, { "from": "MN", "to": "MO", "rtt_ms": 22.0 }, { "from": "MO", "to": "UT", "rtt_ms": 32.0 }, { "from": "UT", "to": "coordinator", "rtt_ms": 24.8 } ], "reference": { "source": "eager decode, same engine, CUDA graph OFF (lossless-optimization check)", "token_ids": [ 750, 3974, 6860, 10934, 1648, 715, 262, 421, 2422, 10934, 8, 2651, 220, 16, 510, 286, 470, 2890, 198, 262, 770, 510, 286, 25964, 284, 2890, 58, 15, 921, 286, 2115, 284, 508, 87, 369, 856, 304, 2890, 58, 16, 28186, 421, 856, 366, 25964, 921, 286, 1290, 284, 508, 87, 369, 856, 304, 2890, 58, 16, 28186, 421, 856, 2604, 25964, 921, 286, 470, 3974, 6860, 17646, 8, 488, 508, 67943, 60, 488, 3974, 6860, 27611, 692, 2, 13374, 10426, 510, 1118, 284, 508, 18, 11, 220, 21, 11, 220, 23, 11, 220, 98668, 11, 220, 16, 11, 220, 17 ], "tokens_match": true }, "engine_file": "research/glm_swarm_nvfp4_cg.py", "engine_sha256": "a0939d9dd5dc2e863c6a2dac4bd154ce5e62e3f5b18bcd930aa2786118bf9ab8" }