Skip to content

Commit 4c0deb9

Browse files
authored
remove gpu script (huggingface#220)
No longer needed after fixes in iree
1 parent 94d9275 commit 4c0deb9

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/test-models.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,7 @@ jobs:
8585
cd $GITHUB_WORKSPACE
8686
PYTHON=python${{ matrix.python-version }} IMPORTER=1 ./setup_venv.sh
8787
source shark.venv/bin/activate
88-
chmod u+rx tank/gpu_suite.sh
89-
./tank/gpu_suite.sh
88+
pytest -k "gpu" --ignore=shark/tests/test_shark_importer.py --ignore=benchmarks/tests/test_hf_benchmark.py --ignore=benchmarks/tests/test_benchmark.py
9089
9190
- name: Validate Vulkan Models
9291
if: matrix.suite == 'vulkan'

tank/gpu_suite.sh

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)