Skip to content

Test Issue #1

Description

@Ch3ngY1

Issue Description

The beginning of issue.

Failed Cases

HuggingFaceID,Architecture,System,Backend,Version,Mode,FailedBranch
Qwen/Qwen3-235B-A22B,Qwen3MoeForCausalLM,gb200,trtllm,1.2.0rc6,agg,automated/update-support-matrix-main
Qwen/Qwen3-235B-A22B,Qwen3MoeForCausalLM,gb200,trtllm,1.2.0rc6,disagg,automated/update-support-matrix-main

Example ErrMsg

"src/aiconfigurator/sdk/backends/trtllm_backend.py", line 90, in run_agg
    summary = self._agg_cache[isl][osl][b][ctx_tokens][max_seq_len][max_num_tokens][free_gpu_memory_fraction]
              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: 0.9

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "src/aiconfigurator/sdk/pareto_analysis.py", line 114, in agg_pareto
    summary = sess.find_best_agg_result_under_constraints(
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "src/aiconfigurator/sdk/inference_session.py", line 128, in find_best_agg_result_under_constraints
    return self._backend.find_best_agg_result_under_constraints(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "src/aiconfigurator/sdk/backends/trtllm_backend.py", line 538, in find_best_agg_result_under_constraints
    summary = self.run_agg(
              ^^^^^^^^^^^^^
  File "src/aiconfigurator/sdk/backends/trtllm_backend.py", line 270, in run_agg
    mix_step_latency_ms, mix_step_energy_wms = _get_mix_step_latency(
                                               ^^^^^^^^^^^^^^^^^^^^^^
  File "src/aiconfigurator/sdk/backends/trtllm_backend.py", line 147, in _get_mix_step_latency
    summary = self.run_static(
              ^^^^^^^^^^^^^^^^
  File "src/aiconfigurator/sdk/backends/base_backend.py", line 223, in run_static
    ) = self._run_static_breakdown(model, database, runtime_config, mode, stride, latency_correction_scale)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "src/aiconfigurator/sdk/backends/base_backend.py", line 131, in _run_static_breakdown
    context_latency_dict, context_energy_wms_dict = self._run_context_phase(
                                                    ^^^^^^^^^^^^^^^^^^^^^^^^
  File "src/aiconfigurator/sdk/backends/base_backend.py", line 55, in _run_context_phase
    result = op.query(
             ^^^^^^^^^
  File "src/aiconfigurator/sdk/operations.py", line 509, in query
    result = database.query_moe(
             ^^^^^^^^^^^^^^^^^^^
  File "src/aiconfigurator/sdk/perf_database.py", line 5522, in query_moe
    return self._query_silicon_or_hybrid(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "src/aiconfigurator/sdk/perf_database.py", line 3694, in _query_silicon_or_hybrid
    return get_silicon()
           ^^^^^^^^^^^^^
  File "src/aiconfigurator/sdk/perf_database.py", line 5454, in get_silicon
    if num_tokens > token_points[-1]:
                    ~~~~~~~~~~~~^^^^
IndexError: list index out of range Failed to query moe data for num_tokens=128.0, hidden_size=2048, inter_size=768, topk=8, num_experts=128, moe_tp_size=8, moe_ep_size=1, quant_mode=<MoEQuantMode.float16: QuantMapping(memory=2, compute=1, name='float16')>, workload_distribution='power_law_1.2'. Consider using HYBRID mode.

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "tools/support_matrix/support_matrix.py", line 208, in run_single_test
    result = runner.run(task_config)
             ^^^^^^^^^^^^^^^^^^^^^^^
  File "src/aiconfigurator/sdk/task.py", line 1416, in run
    result = self.run_agg(task_config.config)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "src/aiconfigurator/sdk/task.py", line 1183, in run_agg
    result_df = pa.agg_pareto(
                ^^^^^^^^^^^^^^
  File "src/aiconfigurator/sdk/pareto_analysis.py", line 158, in agg_pareto
    raise RuntimeError(
RuntimeError: No results found for any parallel configuration. Showing last exception: list index out of range Failed to query moe data for num_tokens=128.0, hidden_size=2048, inter_size=768, topk=8, num_experts=128, moe_tp_size=8, moe_ep_size=1, quant_mode=<MoEQuantMode.float16: QuantMapping(memory=2, compute=1, name='float16')>, workload_distribution='power_law_1.2'. Consider using HYBRID mode.

Modified post description

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions