Skip to content

Commit ffc3a00

Browse files
[Fix] Formatting
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Signed-off-by: Michele Gazzetti <michele.gazzetti1@ibm.com>
1 parent 725e381 commit ffc3a00

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

vllm/model_executor/models/prithvi_geospatial_mae.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,10 @@ def apply(
101101
mm_kwargs = {}
102102

103103
for k, v in mm_data.items():
104-
if isinstance(v,dict) and k == "tensors":
105-
for tensor_name,tensor in v.items():
106-
mm_kwargs[tensor_name] = tensor
107-
else:
104+
if isinstance(v, dict) and k == "tensors":
105+
for tensor_name, tensor in v.items():
106+
mm_kwargs[tensor_name] = tensor
107+
else:
108108
mm_kwargs[k] = v
109109
mm_place_holders = {"image": [PlaceholderRange(offset=0, length=0)]}
110110

0 commit comments

Comments
 (0)