delete test_bert_fuse_arange (#12121)

* delete test_bert_fuse_arange

it's the default now and we are not interested in FUSE_ARANGE=0 version

* remove -v
This commit is contained in:
chenyu
2025-09-11 12:35:51 -04:00
committed by GitHub
parent b07f962058
commit 20cd7177de
2 changed files with 1 additions and 5 deletions

View File

@@ -534,7 +534,7 @@ jobs:
deps: testing
python-version: '3.11'
- name: Test models (Metal)
run: METAL=1 python -m pytest -n=auto test/models -v --durations=20
run: METAL=1 python -m pytest -n=auto test/models --durations=20
- name: Test LLaMA compile speed
run: METAL=1 python test/external/external_test_speed_llama.py