Skip to content

Commit

Permalink
update preproc
Browse files Browse the repository at this point in the history
  • Loading branch information
lucylq committed Sep 7, 2024
1 parent 17103dc commit 8f0d51d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from executorch.extension.llm.custom_ops import preprocess_custom_ops # noqa

from torch.export import Dim, ExportedProgram
from torchtune.models.clip.inference._transforms import _CLIPImageTransform
from torchtune.models.clip.inference._transform import _CLIPImageTransform


def get_example_inputs() -> Tuple[torch.Tensor, torch.Tensor, torch.Tensor]:
Expand Down
2 changes: 1 addition & 1 deletion examples/models/flamingo/preprocess/test_preprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from parameterized import parameterized
from PIL import Image

from torchtune.models.clip.inference._transforms import (
from torchtune.models.clip.inference._transform import (
_CLIPImageTransform,
CLIPImageTransform,
)
Expand Down

0 comments on commit 8f0d51d

Please sign in to comment.