frohzinn's picture
download
raw
485 Bytes
#include "models.h"
#include <cmath>
ggml_cgraph * clip_graph_gemma4ua::build() {
ggml_tensor * inp = build_inp_raw(1);
auto cur = ggml_cont(ctx0, ggml_permute(ctx0, inp, 1, 0, 2, 3));
// Gemma4UnifiedMultimodalEmbedder
{
// embedding_pre_projection_norm
cur = ggml_rms_norm(ctx0, cur, hparams.eps);
cur = build_mm(model.mm_input_proj_w, cur);
cb(cur, "projected", -1);
}
ggml_build_forward_expand(gf, cur);
return gf;
}

Xet Storage Details

Size:
485 Bytes
·
Xet hash:
426944c1aabffecc716b357cdabe34ddae4679bc545892f1baee297248d2762d

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.