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 3b25bd9 commit 1576c82Copy full SHA for 1576c82
examples/llava/llava2.cpp
@@ -151,8 +151,8 @@ int32_t llava2_tokenize(llava2_context_ptr & ctx,
151
}
152
153
llava2_image_tokens image_tokens;
154
- //image_tokens.nx = ...;
155
- //image_tokens.ny = ...;
+ image_tokens.nx = 0; // TODO
+ image_tokens.ny = 0; // TODO
156
image_tokens.n_tokens = clip_n_patches(ctx->ctx_clip); // TODO @ngxson : use clip_n_patches_by_image
157
image_tokens.data = std::unique_ptr<llava2_image_tokens_data>(
158
new llava2_image_tokens_data{
0 commit comments