We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ceefa9 commit 8b4144cCopy full SHA for 8b4144c
examples/models/llava/model.py
@@ -12,6 +12,7 @@
12
13
import requests
14
import torch
15
+import torchvision
16
from executorch.examples.models.llama.llama_transformer import construct_transformer
17
from executorch.examples.models.llama.model_args import ModelArgs
18
@@ -21,7 +22,6 @@
21
22
from executorch.examples.models.llama.source_transformation.sdpa import (
23
replace_sdpa_with_custom_op,
24
)
-import torchvision
25
from executorch.examples.models.model_base import EagerModelBase
26
from PIL import Image
27
0 commit comments