Skip to content

Commit bdbb8ea

Browse files
author
lvyuanjun.lyj
committed
format
1 parent 1a8533d commit bdbb8ea

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/transformers/dependency_versions_table.py

-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@
9292
"tokenizers": "tokenizers>=0.21,<0.22",
9393
"torch": "torch>=2.0",
9494
"torchaudio": "torchaudio",
95-
"torchdiffeq": "torchdiffeq",
9695
"torchvision": "torchvision",
9796
"pyctcdecode": "pyctcdecode>=0.4.0",
9897
"tqdm": "tqdm>=4.27",

tests/models/qwen2_5_omni/test_modeling_qwen2_5_omni.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@
5454

5555
from ...test_configuration_common import ConfigTester
5656
from ...test_modeling_common import (
57+
TEST_EAGER_MATCHES_SDPA_INFERENCE_PARAMETERIZATION,
5758
ModelTesterMixin,
5859
_deepspeed_zero3,
5960
floats_tensor,
6061
ids_tensor,
6162
sdpa_kernel,
62-
TEST_EAGER_MATCHES_SDPA_INFERENCE_PARAMETERIZATION
6363
)
6464

6565

0 commit comments

Comments
 (0)