Views
No views yet
facebook__sapiens2-pretrain-1b-int4-g128.safetensors: packed INT4 safetensors artifact.load_sapiens2_int4.py: loader that reconstructs a PyTorch state dict for the official Sapiens2 model code.config.json and preprocessor_config.json: copied from the source repo.quantization_report.json: build report.fb127507e0b6c5de9b9516e60049b24bfae07de612858218967687538096647.7233x6862420.0056071090.00%PASS99.332393%0.9875184301from load_sapiens2_int4 import load_state_dict
2
3state_dict = load_state_dict("facebook__sapiens2-pretrain-1b-int4-g128.safetensors", device="cpu")
4# Then instantiate the matching official Sapiens2 architecture and load:
5# model.load_state_dict(state_dict, strict=True)