Skip to content

Commit

Permalink
Update tests/models/vision_text_dual_encoder/test_modeling_vision_tex…
Browse files Browse the repository at this point in the history
…t_dual_encoder.py

Co-authored-by: amyeroberts <22614925+amyeroberts@users.noreply.github.com>
  • Loading branch information
2 people authored and Sebastien Ehrhardt committed May 14, 2024
1 parent 00c84d2 commit b70a472
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,7 @@

import numpy as np

from transformers.testing_utils import (
is_pt_flax_cross_test,
require_torch,
require_vision,
slow,
torch_device,
)
from transformers.testing_utils import is_pt_flax_cross_test, require_torch, require_vision, slow, torch_device
from transformers.utils import is_flax_available, is_torch_available, is_vision_available

from ...test_modeling_common import floats_tensor, ids_tensor, random_attention_mask
Expand Down

0 comments on commit b70a472

Please sign in to comment.