You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After calling a model that has its constants stored in a binary file on zOS, it may successfully open the file but fails to map it. In this case, the model is ~400MB.
bash-5.2$ client/bin/modelzoo --lib bertsquad-10.so --file bertsquad-10.tests --validate -m VERBOSE --fc-parms 0.01,0.021655,1,10
Iteration 0 dataset 0: Reading
gen_data_set_lists() loading 4 input tensor(s):
gen_next_tensor() processing tensor with shape ( 1 ) totaling 1 elements of type ONNX_TYPE_INT64
gen_next_tensor() processing tensor with shape ( 1 256 ) totaling 256 elements of type ONNX_TYPE_INT64
gen_next_tensor() processing tensor with shape ( 1 256 ) totaling 256 elements of type ONNX_TYPE_INT64
gen_next_tensor() processing tensor with shape ( 1 256 ) totaling 256 elements of type ONNX_TYPE_INT64
gen_data_set_lists() loading 3 expected output tensor(s):
gen_next_tensor() processing tensor with shape ( 1 256 ) totaling 256 elements of type ONNX_TYPE_FLOAT
gen_next_tensor() processing tensor with shape ( 1 256 ) totaling 256 elements of type ONNX_TYPE_FLOAT
gen_next_tensor() processing tensor with shape ( 1 ) totaling 1 elements of type ONNX_TYPE_INT64
Iteration 0 dataset 0: Running
Error while mmapping bertsquad-10.constants.bin
Error while mmapping bertsquad-10.constants.bin
CEE3204S The system detected a protection exception (System Completion Code=0C4).
From entry point main_graph_bertsquad-10 at compile unit offset +000000002338F8BE at entry offset +000000000000340E at address 000000002338F8BE.
SIGSEGV
After calling a model that has its constants stored in a binary file on zOS, it may successfully open the file but fails to map it. In this case, the model is ~400MB.
Please let me know if more info is needed. Thanks fyi @tungld
The text was updated successfully, but these errors were encountered: