{ "harness_version": 1, "started_at": "2026-05-26T16:32:02+0000", "model": "PrimeIntellect/qwen3-moe-tiny", "moe_layer_idx": 1, "vllm_version": "0.21.1.dev0+gad7125a43.d20260526", "torch_version": "2.11.0+cu130", "cuda_version": "13.0", "gpu": "NVIDIA A10G", "gpu_vram_gib": 22.30126953125, "tests": {}, "errors": { "test_update_weights_cuda_graph": { "error": "AttributeError(\"'LLMEngine' object has no attribute 'model_executor'\")", "traceback": "Traceback (most recent call last):\n File \"/tmp/l1_validation_harness.py\", line 538, in main\n results[\"tests\"][name] = fn()\n ^^^^\n File \"/tmp/l1_validation_harness.py\", line 533, in \n (\"test_update_weights_cuda_graph\", lambda: test_update_weights_cuda_graph(llm)),\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/tmp/l1_validation_harness.py\", line 154, in test_update_weights_cuda_graph\n vllm_model = _vllm_model(llm)\n ^^^^^^^^^^^^^^^^\n File \"/tmp/l1_validation_harness.py\", line 102, in _vllm_model\n return llm.llm_engine.model_executor.driver_worker.model_runner.model\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'LLMEngine' object has no attribute 'model_executor'\n" }, "test_per_expert_hook_mapping": { "error": "TypeError(\"'Qwen3MoeExperts' object is not subscriptable\")", "traceback": "Traceback (most recent call last):\n File \"/tmp/l1_validation_harness.py\", line 538, in main\n results[\"tests\"][name] = fn()\n ^^^^\n File \"/tmp/l1_validation_harness.py\", line 534, in \n (\"test_per_expert_hook_mapping\", lambda: test_per_expert_hook_mapping(llm, hf_model, tokenizer)),\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/tmp/l1_validation_harness.py\", line 258, in test_per_expert_hook_mapping\n h = hf_layer.experts[e].gate_proj.register_forward_hook(make_hf_hook(e))\n ~~~~~~~~~~~~~~~~^^^\nTypeError: 'Qwen3MoeExperts' object is not subscriptable\n" }, "test_weight_layout_adapter": { "error": "AttributeError(\"'LLMEngine' object has no attribute 'model_executor'\")", "traceback": "Traceback (most recent call last):\n File \"/tmp/l1_validation_harness.py\", line 538, in main\n results[\"tests\"][name] = fn()\n ^^^^\n File \"/tmp/l1_validation_harness.py\", line 535, in \n (\"test_weight_layout_adapter\", lambda: test_weight_layout_adapter(llm, hf_model, tokenizer)),\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/tmp/l1_validation_harness.py\", line 365, in test_weight_layout_adapter\n vllm_model = _vllm_model(llm)\n ^^^^^^^^^^^^^^^^\n File \"/tmp/l1_validation_harness.py\", line 102, in _vllm_model\n return llm.llm_engine.model_executor.driver_worker.model_runner.model\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'LLMEngine' object has no attribute 'model_executor'\n" } } }