YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
TensorRT Stale Overflow Check PoC (CWE-190)
Vulnerability
WeightsContext.cpp line 340 checks nbytes (from raw_data) for overflow,
then line 344 overwrites nbytes with double_data().size() * sizeof(float)
which has NO overflow check. The check validates the wrong variable.
Same pattern at lines 431/435 for float_data.
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support