Skip to content

Commit cce01b8

Browse files
Fix trailing whitespace
Signed-off-by: Alex-Brooks <[email protected]>
1 parent 6557523 commit cce01b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/llava/convert_image_encoder_to_gguf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ def get_non_negative_vision_feature_layers(v_hparams):
236236
form:
237237
238238
[<emb input>, <output of enc block 0>, ... <output of enc block num_hidden_layers>]
239-
239+
240240
so feature indices should be offset as n+1 to get the output of encoder block n.
241241
We convert all vision feature layers to non-negative so that -1 can be used in
242242
the model as an unset value. If no vision feature layer is found, we leave it unset.

0 commit comments

Comments
 (0)