Skip to content

Commit f32878e

Browse files
committed
remove v1 marker
Signed-off-by: Yannick Schnider <[email protected]>
1 parent 1229106 commit f32878e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/v1/worker/test_spyre_input_batch.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,6 @@ def same(t1: Optional[torch.Tensor], t2: Optional[torch.Tensor]) -> bool:
211211
sampling_metadata.bad_words_token_ids
212212

213213

214-
@pytest.mark.v1
215214
@pytest.mark.worker
216215
@pytest.mark.parametrize("batch_size", [1, 2, 32, 64])
217216
def test_sampling_metadata_in_input_batch(batch_size: int):

0 commit comments

Comments
 (0)