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 6508e3f commit 6aed442Copy full SHA for 6aed442
.github/workflows/test-models.yml
@@ -116,12 +116,8 @@ jobs:
116
cd $GITHUB_WORKSPACE
117
PYTHON=python${{ matrix.python-version }} IMPORTER=1 ./setup_venv.sh
118
source shark.venv/bin/activate
119
- echo "VULKAN SDK PATH wo setup: $VULKAN_SDK"
120
- cd /Users/anush/VulkanSDK/1.3.224.1/
121
- source setup-env.sh
+ export DYLD_LIBRARY_PATH=/usr/local/lib/
122
123
- echo "VULKAN SDK PATH with setup: $VULKAN_SDK"
124
- echo $PATH
125
pip list | grep -E "torch|iree"
126
pytest --ci --ci_sha=${SHORT_SHA} --local_tank_cache="/Volumes/builder/anush/shark_cache" tank/test_models.py -k vulkan --update_tank
127
0 commit comments