We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73c67b1 commit 53901deCopy full SHA for 53901de
qa/L0_backend_python/test.sh
@@ -418,7 +418,7 @@ cp ../python_models/identity_fp32/config.pbtxt ./models/non_existent_model/confi
418
419
SERVER_LOG="./non_existent_model_server.log"
420
CLIENT_LOG="./non_existent_model_client.log"
421
-ERROR_MESSAGE_1="Failed to preinitialize Python stub: Python model file not found in './models/non_existent_model/1/model.py'"
+ERROR_MESSAGE_1="Failed to preinitialize Python stub: Python model file not found in '`pwd`/models/non_existent_model/1/model.py'"
422
ERROR_MESSAGE_2="failed to load 'non_existent_model'"
423
424
prev_num_pages=`get_shm_pages`
0 commit comments