Skip to content

Commit 22a135b

Browse files
authored
[PLS MERGE ASAP] 🐛 solve undetected merge conflict with main (#432)
### [PLS MERGE ASAP] 🐛 solve undetected merge conflict with main Signed-off-by: Yannick Schnider <[email protected]>
1 parent 4551b84 commit 22a135b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/e2e/test_spyre_cb_scheduler_steps.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1923,8 +1923,6 @@ def test_requests_exceed_batch_tkv_limit(model: str, backend: str,
19231923

19241924

19251925
@pytest.mark.cb
1926-
@pytest.mark.parametrize("model", get_spyre_model_list())
1927-
@pytest.mark.parametrize("backend", get_spyre_backend_list())
19281926
@pytest.mark.parametrize("max_num_seqs", [2])
19291927
@pytest.mark.parametrize("max_model_len", [192])
19301928
@pytest.mark.parametrize("available_blocks", [16]) # no restriction
@@ -2035,8 +2033,6 @@ def test_requests_use_full_batch_tkv_limit_prefill_opt(
20352033

20362034

20372035
@pytest.mark.cb
2038-
@pytest.mark.parametrize("model", get_spyre_model_list())
2039-
@pytest.mark.parametrize("backend", get_spyre_backend_list())
20402036
@pytest.mark.parametrize("max_num_seqs", [2])
20412037
@pytest.mark.parametrize("max_model_len", [192])
20422038
@pytest.mark.parametrize("available_blocks", [16]) # no restriction

0 commit comments

Comments
 (0)