We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c72f7b commit 6609bf4Copy full SHA for 6609bf4
1 file changed
tests/ut/patch/platform/test_check_and_update_config.py
@@ -16,7 +16,7 @@ class TestCheckAndUpdateConfigPartial(PytestBase):
16
17
@pytest.mark.parametrize(
18
"enforce_eager, parallel_config_tensor_parallel_size, compilation_config_mode, \
19
- compilation_config_cudagraph_mode, peculative_config_enforce_eager, \
+ compilation_config_cudagraph_mode, speculative_config_enforce_eager, \
20
speculative_method, is_encoder_decoder, expected_cudagraph_mode",
21
[
22
# Basic test cases covering tensor parallel sizes, and cudagraph modes
0 commit comments