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 94d9275 commit 4c0deb9Copy full SHA for 4c0deb9
.github/workflows/test-models.yml
@@ -85,8 +85,7 @@ jobs:
85
cd $GITHUB_WORKSPACE
86
PYTHON=python${{ matrix.python-version }} IMPORTER=1 ./setup_venv.sh
87
source shark.venv/bin/activate
88
- chmod u+rx tank/gpu_suite.sh
89
- ./tank/gpu_suite.sh
+ pytest -k "gpu" --ignore=shark/tests/test_shark_importer.py --ignore=benchmarks/tests/test_hf_benchmark.py --ignore=benchmarks/tests/test_benchmark.py
90
91
- name: Validate Vulkan Models
92
if: matrix.suite == 'vulkan'
tank/gpu_suite.sh
0 commit comments