Views
No views yet
facebook__sapiens2-normal-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.b0be8ad26efd8ee5da35595896e749a11ec338f312818134309882351529487.7117x4321540.0063574690.00%PASS99.359075%0.9899733071from load_sapiens2_int4 import load_state_dict
2
3state_dict = load_state_dict("facebook__sapiens2-normal-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)