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 5d0f9f9 commit 89525f6Copy full SHA for 89525f6
examples/portable/custom_ops/test_custom_ops.sh
@@ -103,7 +103,7 @@ test_cmake_custom_op_2() {
103
104
EXT=$(get_shared_lib_ext)
105
echo "Exporting ${model_name}.pte"
106
- ${PYTHON_EXECUTABLE} -m "examples.portable.custom_ops.${model_name}" --so_library="cmake-out/examples/portable/custom_ops/libcustom_ops_aot_lib$EXT"
+ DYLD_LIBRARY_PATH="cmake-out/lib" ${PYTHON_EXECUTABLE} -m "examples.portable.custom_ops.${model_name}" --so_library="cmake-out/examples/portable/custom_ops/libcustom_ops_aot_lib$EXT"
107
# should save file custom_ops_2.pte
108
109
echo 'Running custom_ops_executor_runner'
0 commit comments