Skip to content

Commit 52fb929

Browse files
committed
rebase
1 parent efc4af2 commit 52fb929

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

optimum/exporters/executorch/integrations.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,9 +179,9 @@ def __init__(self, model, model_id: Optional[str] = None):
179179
self.config = model.config
180180
# Metadata to be recorded in the pte model file
181181
self.metadata = save_config_to_constant_methods(model.config, model.generation_config)
182-
182+
183183
self.model_id = model_id
184-
184+
185185
def forward(self, pixel_values):
186186
print(f"DEBUG: pixel_values: {pixel_values.shape}")
187187
print(f"DEBUG: forward: {self.model.method_meta('forward')}")

0 commit comments

Comments
 (0)