Views
No views yet
facebook__sapiens2-pose-0.4b-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.426f576c7558b3296dd667f71dbcafc0cc5a2c9912817027095202208584647.7095x4241520.0044011390.00%PASS99.370982%0.9898762701from load_sapiens2_int4 import load_state_dict
2
3state_dict = load_state_dict("facebook__sapiens2-pose-0.4b-int4-g128.safetensors", device="cpu")
4# Then instantiate the matching official Sapiens2 architecture and load:
5# model.load_state_dict(state_dict, strict=True)