Skip to content

Commit

Permalink
Remove large gpu test decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkLight1337 committed Oct 28, 2024
1 parent f831f9e commit b28ebc8
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

from ....conftest import (VIDEO_ASSETS, HfRunner, PromptImageInput,
PromptVideoInput, VllmRunner)
from ....utils import large_gpu_test
from ...utils import check_logprobs_close

# Video test
Expand Down Expand Up @@ -113,7 +112,6 @@ def process(hf_inputs: BatchEncoding):
)


@large_gpu_test(min_gb=48)
@pytest.mark.parametrize("model", models)
@pytest.mark.parametrize("dtype", ["half"])
@pytest.mark.parametrize("max_tokens", [128])
Expand Down Expand Up @@ -229,7 +227,6 @@ def process(hf_inputs: BatchEncoding):
)


@large_gpu_test(min_gb=48)
@pytest.mark.parametrize("model", models)
@pytest.mark.parametrize("dtype", ["half"])
@pytest.mark.parametrize("max_tokens", [128])
Expand Down

0 comments on commit b28ebc8

Please sign in to comment.