Skip to content

Commit 262000f

Browse files
Add v prefix to vision feature layer log
Signed-off-by: Alex-Brooks <[email protected]>
1 parent 0670382 commit 262000f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/llava/clip.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1553,7 +1553,7 @@ struct clip_ctx * clip_model_load(const char * fname, const int verbosity = 1) {
15531553
LOG_INF("%d ", hparams.image_grid_pinpoints[i]);
15541554
}
15551555
LOG_INF("\n");
1556-
LOG_INF("vision_feature_layer: ");
1556+
LOG_INF("v_vision_feature_layer: ");
15571557
for(int i = 0; i < 4 && (hparams.vision_feature_layer[i] > 0); i++) {
15581558
LOG_INF("%d ", hparams.vision_feature_layer[i]);
15591559
}

0 commit comments

Comments
 (0)