Views
No views yet
facebook__sapiens2-pointmap-0.8b-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.66834dcdd0b0cf4410352cbec814586c78e66a6f12838694647605010997127.7219x5802070.0077833990.00%PASS99.402786%0.9742382761from load_sapiens2_int4 import load_state_dict
2
3state_dict = load_state_dict("facebook__sapiens2-pointmap-0.8b-int4-g128.safetensors", device="cpu")
4# Then instantiate the matching official Sapiens2 architecture and load:
5# model.load_state_dict(state_dict, strict=True)