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 bb32d9b commit a9bb409Copy full SHA for a9bb409
.github/workflows/cuda.yml
@@ -84,4 +84,5 @@ jobs:
84
set -eux
85
86
PYTHON_EXECUTABLE=python CMAKE_ARGS="-DEXECUTORCH_BUILD_CUDA=ON" ./install_executorch.sh
87
+ export LD_LIBRARY_PATH=/opt/conda/lib:$LD_LIBRARY_PATH
88
PYTHON_EXECUTABLE=python source .ci/scripts/test_model.sh "${{ matrix.model }}" cmake cuda
0 commit comments