Views
No views yet
control-skipln.engineskipln-mld1.enginereproduce.py11.1.0.106trt.Runtime(...).deserialize_cuda_engine(...), engine.create_execution_context(), then ctx.execute_async_v3(...)control-skipln.engine uses CustomSkipLayerNormPluginDynamic with serialized mLd=4 and produces eight normalized non-zero values.skipln-mld1.engine keeps the same TensorRT engine tensor metadata shape [2, 1, 4, 1, 1], but the serialized plugin state is patched to mLd=1.python reproduce.py --gpu 0LD_LIBRARY_PATH first. Example from the validation lab:LD_LIBRARY_PATH=/home/hacnho/.venv-vllm/lib/python3.12/site-packages/nvidia/cu13/lib:$LD_LIBRARY_PATH python reproduce.py --gpu 01control_values: [-1.3416407, -0.44721356, 0.44721356, 1.3416407, -1.3416407, -0.44721359, 0.44721359, 1.3416407]
2malicious_values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]
3control_nonzero_count: 8
4malicious_nonzero_count: 0
5output_changed: truemodelscan 0.8.8: no issues found; .engine is not inspected as a malicious model graphpicklescan 1.0.4: infected files 0, dangerous globals 0