less phi, proper phi (#2241)

* less phi, proper phi

* disable flaky whisper test
This commit is contained in:
George Hotz
2023-11-08 16:13:43 -08:00
committed by GitHub
parent 4c44d1344b
commit 38b7f5a7fd
6 changed files with 37 additions and 22 deletions

View File

@@ -230,8 +230,8 @@ jobs:
run: METAL=1 python -m pytest -n=auto test/test_symbolic_shapetracker.py test/test_symbolic_ops.py test/test_symbolic_jit.py
- name: Run ONNX
run: METAL=1 python -m pytest -n=auto test/external/external_test_onnx_backend.py
- name: Run whisper test
run: METAL=1 python -m pytest test/models/test_whisper.py
#- name: Run whisper test
# run: METAL=1 python -m pytest test/models/test_whisper.py
- name: Check Device.DEFAULT (WEBGPU) and print some source
run: |
WEBGPU=1 python -c "from tinygrad.ops import Device; assert Device.DEFAULT == 'WEBGPU', Device.DEFAULT"