mirror of
https://github.com/ruvnet/RuView
synced 2026-07-30 18:41:42 +00:00
3b529bd3ed
--convert-model rejected the published model.safetensors because its JSON header is padded to an 8-byte boundary with trailing NUL bytes, which a strict serde_json::from_slice parse treats as trailing characters. Trim the padding before parsing, with a regression test that reproduces the exact boundary-padded shape of the real HF file. docs/huggingface/MODEL_CARD.md had drifted from the card actually published on the Hub: every file in its "Files in this repo" table (pretrained-encoder.onnx, pretrained-heads.onnx, pretrained.rvf, room-profiles.json) does not exist in ruvnet/wifi-densepose-pretrained. Replaced it with the content live on the Hub and added a section documenting the --convert-model / --model RVF conversion path, which neither card mentioned.