Skip to content

Commit

Permalink
Fix yapf lint
Browse files Browse the repository at this point in the history
Signed-off-by: Flavia Beo <[email protected]>
  • Loading branch information
flaviabeo committed Nov 5, 2024
1 parent 050a9fb commit 6297694
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/model_executor/test_model_load_with_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
MODEL_NAME = os.environ.get("MODEL_NAME", "BAAI/bge-base-en-v1.5")
REVISION = os.environ.get("REVISION", "main")


@pytest.mark.skipif(current_platform.is_rocm(),
reason="Xformers backend is not supported on ROCm.")
def test_model_loading_with_params(vllm_runner):
Expand Down

0 comments on commit 6297694

Please sign in to comment.