{
  "hiddenActivation": [
    { "match": { "activation": { "in": ["silu", "swiglu"] } }, "value": "silu" },
    { "match": { "activation": { "in": ["gelu", "geglu"] } }, "value": "gelu" },
    { "match": {}, "value": "silu" }
  ],
  "tracePath": [
    { "match": { "useRecorder": true }, "value": "fused" },
    { "match": {}, "value": "debug-sync" }
  ],
  "pipelineModules": [
    { "match": { "modelTypeLower": { "in": ["diffusion_gemma"] } }, "value": ["./diffusion-gemma/pipeline.js"] },
    { "match": { "modelTypeLower": { "in": ["diffusion"] } }, "value": ["./diffusion/pipeline.js"] },
    { "match": { "modelTypeLower": { "in": ["energy"] } }, "value": ["./energy/pipeline.js"] },
    {
      "match": {
        "modelTypeLower": {
          "in": [
            "dream_structured",
            "dream_intent_posterior_head",
            "dream_d1_to2_bridge",
            "dream_synthesis",
            "dream_energy_compose",
            "structured_json_head",
            "structured-json-head",
            "dream-intent-posterior-head",
            "dream-d1-to2-bridge",
            "dream-synthesis",
            "dream-energy-compose"
          ]
        }
      },
      "value": ["./structured/json-head-pipeline.js"]
    },
    {
      "match": {
        "modelTypeLower": {
          "in": [
            "energy_row_head",
            "energy-row-head",
            "dream_energy_head",
            "dream-energy-head",
            "d1-to2-bridge-diffusion",
            "synthesis-mixer-diffusion",
            "ebrm-diffusion"
          ]
        }
      },
      "value": ["./energy-head/row-head-pipeline.js"]
    },
    { "match": {}, "value": [] }
  ],
  "embeddingSemanticStyle": [
    { "match": { "manifestModelType": "embeddinggemma" }, "value": "embeddinggemma" },
    {
      "match": {
        "modelType": "embedding",
        "sourceCheckpointId": "Qwen/Qwen3-Embedding-0.6B"
      },
      "value": "qwen3_embedding"
    },
    { "match": {}, "value": "default" }
  ],
  "stableF32Logits": [
    {
      "match": {
        "inputDtype": "f16",
        "finalLogitSoftcapping": { "gt": 0 }
      },
      "value": true
    },
    {
      "match": {
        "inputDtype": "f16",
        "rmsNormWeightOffset": true,
        "hiddenSize": { "lte": 768 }
      },
      "value": true
    },
    { "match": {}, "value": false }
  ]
}
