i cant find proj_linear.safetensors
#5
by jgtg333 - opened
Hi, i cant find the proj_linear.safetensors file. looking in the files and versions in google/gemma-3-12b-it-qat-q4_0-unquantized, is not there. Where i can find it ?
Hi @jgtg333
The proj_linear.safetensors is not a standalone file in the google/gemma-3-12b-it-qat-q4_0-unquantized model, This is by design . In Gemma all weights are serialized into sharded model-xxxxx.safetensors files . The mapping from parameter names to shards is defined in model.safetensors.index.json .
Thanks