Skip to content

Commit 7d53c0f

Browse files
ngxsonggerganov
andauthored
Update tools/mtmd/clip-graph.h
Co-authored-by: Georgi Gerganov <[email protected]>
1 parent 785ccf4 commit 7d53c0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/mtmd/clip-graph.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#include <vector>
1010
#include <functional>
1111

12-
#define DEFAULT_INTERPOLATION_MODE GGML_SCALE_MODE_BILINEAR | GGML_SCALE_FLAG_ANTIALIAS
12+
#define DEFAULT_INTERPOLATION_MODE (GGML_SCALE_MODE_BILINEAR | GGML_SCALE_FLAG_ANTIALIAS)
1313

1414
struct clip_graph {
1515
const clip_model & model;

0 commit comments

Comments
 (0)