rem tabs
This commit is contained in:
parent
758612a984
commit
90766e15e2
1 changed files with 20 additions and 18 deletions
|
@ -13842,6 +13842,8 @@ struct llm_build_context {
|
||||||
cur = ggml_mul_mat(ctx0, model.output, cur);
|
cur = ggml_mul_mat(ctx0, model.output, cur);
|
||||||
cb(cur, "result_output_with_img_logits", -1);
|
cb(cur, "result_output_with_img_logits", -1);
|
||||||
|
|
||||||
|
// TODO: this suppresses the output of image tokens, which is required to enable text-only outputs.
|
||||||
|
// Needs to be removed once image outputs are supported.
|
||||||
int img_token_end_idx = 8196;
|
int img_token_end_idx = 8196;
|
||||||
int img_token_start_idx = 4;
|
int img_token_start_idx = 4;
|
||||||
int num_img_tokens = img_token_end_idx - img_token_start_idx;
|
int num_img_tokens = img_token_end_idx - img_token_start_idx;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue