We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8d4e4c commit f4dcc24Copy full SHA for f4dcc24
tools/mtmd/clip-impl.h
@@ -92,7 +92,7 @@
92
#define TN_GLM_ADAPTER_GATE "adapter.linear.gate.%s"
93
#define TN_GLM_ADAPTER_D_4H_2_H "adapter.linear.dense_4h_to_h.%s"
94
95
-// align x to upper multiply of n
+// align x to upper multiple of n
96
#define CLIP_ALIGN(x, n) ((((x) + (n) - 1) / (n)) * (n))
97
98
enum projector_type {
0 commit comments