mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2025-01-12 11:40:17 +00:00
add space in "-1"
This commit is contained in:
parent
e68c8bc1e3
commit
4c67d7cef5
@ -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…
Reference in New Issue
Block a user