add space in "-1"
This commit is contained in:
parent
e68c8bc1e3
commit
4c67d7cef5
1 changed files with 1 additions and 1 deletions
|
@ -650,7 +650,7 @@ static ggml_cgraph * clip_image_build_graph(clip_ctx * ctx, const clip_image_f32
|
|||
if (ctx->has_minicpmv_projector){
|
||||
n_layer += 1;
|
||||
}
|
||||
for (int il = 0; il < n_layer-1; il++) {
|
||||
for (int il = 0; il < n_layer - 1; il++) {
|
||||
struct ggml_tensor * cur = embeddings; // embeddings = residual, cur = hidden_states
|
||||
|
||||
//const size_t nb_q_w = model.layers[il].q_w->nb[0];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue