TensorRT-LLMs/cpp/kernels/fmha_v2/pytest.ini
mpikulski 052c36ddd2
[TRTLLM-9522][feat] support image_embeds in OpenAI API (#9715)
Signed-off-by: ixlmar <206748156+ixlmar@users.noreply.github.com>
2026-01-14 10:31:03 +01:00

13 lines
237 B
INI

[pytest]
addopts = --strict-markers -n 4 -m 'not debug and not bench' --tb=short
markers =
unit
fmha
fmhca
debug
bench
needs_l40s
# bin: unit tests
# test: python script for invoking fmha.exe
testpaths = bin test