Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/integration/defs/cpp_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@ def run_single_gpu_tests(build_dir: _pl.Path,
if excluded_tests:
ctest.extend(["-E", "|".join(excluded_tests)])

gpt_tests = {"gpt", "gpt_session", "gpt_tests", "gpt_executor"}
gpt_tests = {"gpt", "gpt_session", "gpt_tests"}

# gpt* tests are not parallelized as it would cause OOM because kv cache memory allocations
# exist in multiple running tests
Expand Down