# Out-00136.safetensors seems to be corrupted with only 16bytes

> Source: <https://discuss.huggingface.co/t/out-00136-safetensors-seems-to-be-corrupted-with-only-16bytes/177940#post_1>
> Published: 2026-07-17 20:00:46+00:00

while downloading

hf download mateogrgic/GLM-5.2-colibri-int4-with-int8-mtp --local-dir /colibri/glm52 the file out-00136.safetensors only downloads 16bytes not the usual tensor file 2.68Gbytes, check jlnsrk/GLM-5.2-colibri-int4 and mateogrgic/GLM-5.2-colibri-int4-with-int8-mtp and both show the same metadata with

curl -sIL “[https://huggingface.co/mateogrgic/GLM-5.2-colibri-int4-with-int8-mtp/resolve/main/out-00136.safetensors](https://huggingface.co/mateogrgic/GLM-5.2-colibri-int4-with-int8-mtp/resolve/main/out-00136.safetensors)” | grep -i content-length

content-length: 1004

content-length: 16 <— so it is not an HF download problem, it is either this file is only 16Bytes or there is a problem with this file in the server, anyone can share light into this ?
