diff --git a/backends/arm/test/targets.bzl b/backends/arm/test/targets.bzl index d2a6fc5b21d..ecc7594809c 100644 --- a/backends/arm/test/targets.bzl +++ b/backends/arm/test/targets.bzl @@ -102,7 +102,7 @@ def define_arm_tests(): if not runtime.is_oss and _ENABLE_VGF: test_env.update({ "MODEL_CONVERTER_PATH": "$(location fbsource//third-party/pypi/ai-ml-sdk-model-converter/0.9.0:model-converter-bin)", - "MODEL_CONVERTER_LIB_DIR": "$(location fbsource//third-party/nvidia-nsight-systems:linux-x86_64)/host-linux-x64", + "MODEL_CONVERTER_LIB_DIR": "$(location fbsource//third-party/nvidia-nsight-systems:host-linux-x64-libs)", "LAVAPIPE_LIB_PATH": "$(location fbsource//third-party/mesa:vulkan_lvp)", "EMULATION_LAYER_TENSOR_SO": "$(location fbsource//third-party/arm-ml-emulation-layer/v0.9.0/src:libVkLayer_Tensor)", "EMULATION_LAYER_GRAPH_SO": "$(location fbsource//third-party/arm-ml-emulation-layer/v0.9.0/src:libVkLayer_Graph)",