I think the tensorrt-llm image should support harmony format if you follow our instructions. Do you get an error or some bad output when you try submitting a query with harmony format?
We do get an error unfortunately. A higher priority issue for us is to get the two sparks to serve models efficiently. I’ve opened a github issue here:
Could you please take a look. We get stuck at this point:
```bash
[10/22/2025-14:53:33] [TRT-LLM] [RANK 0] [I] [Autotuner] Cache size after warmup is 28
[10/22/2025-14:53:33] [TRT-LLM] [RANK 0] [I] [Autotuner] Autotuning process ends
[10/22/2025-14:53:33] [TRT-LLM] [RANK 0] [I] Creating CUDA graph instances for 3 batch sizes.
[10/22/2025-14:53:33] [TRT-LLM] [RANK 0] [I] Run generation only CUDA graph warmup for batch size=4, draft_len=0
[10/22/2025-14:53:34] [TRT-LLM] [RANK 0] [I] Run generation only CUDA graph warmup for batch size=2, draft_len=0
[10/22/2025-14:53:34] [TRT-LLM] [RANK 0] [I] Run generation only CUDA graph warmup for batch size=1, draft_len=0
[10/22/2025-14:53:35] [TRT-LLM] [RANK 0] [I] Memory used after loading model weights (inside torch) in memory usage profiling: 33.22 GiB
[10/22/2025-14:53:35] [TRT-LLM] [RANK 0] [I] Memory used after loading model weights (outside torch) in memory usage profiling: 74.81 GiB
```
and then it hangs for 90+ minutes. The details are laid out in the github issue. Thanks!
I see you started another thread on that issue. We will respond and work with you on that thread. I will investigate this harmony issue and get back to you