Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
akihironitta authored Sep 26, 2024
1 parent d9c75b7 commit 9436ac0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/nn/models/test_compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from torch_frame.testing import withPackage


@withPackage("torch>=2.4.0")
@withPackage("torch>=2.5.0")
@pytest.mark.parametrize(
"model_cls, model_kwargs, stypes, expected_graph_breaks",
[
Expand Down Expand Up @@ -54,7 +54,7 @@
Trompt,
dict(channels=8, num_prompts=2),
None,
7,
4,
id="Trompt",
),
pytest.param(
Expand Down

0 comments on commit 9436ac0

Please sign in to comment.