Skip to content

Commit 8b4144c

Browse files
committed
Lint
Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags:
1 parent 9ceefa9 commit 8b4144c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/models/llava/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
import requests
1414
import torch
15+
import torchvision
1516
from executorch.examples.models.llama.llama_transformer import construct_transformer
1617
from executorch.examples.models.llama.model_args import ModelArgs
1718

@@ -21,7 +22,6 @@
2122
from executorch.examples.models.llama.source_transformation.sdpa import (
2223
replace_sdpa_with_custom_op,
2324
)
24-
import torchvision
2525
from executorch.examples.models.model_base import EagerModelBase
2626
from PIL import Image
2727

0 commit comments

Comments
 (0)