Removing METAL Skips as CI works (#2488)

* Test metal CI

* remove metal and CI restrictions

* enable dtype tests for metal ci
This commit is contained in:
Liam
2023-11-29 04:46:59 +01:00
committed by GitHub
parent 5588922884
commit cf0c9096a9
2 changed files with 2 additions and 6 deletions

View File

@@ -240,9 +240,8 @@ jobs:
key: downloads-cache-metal-${{ env.DOWNLOAD_CACHE_VERSION }}
- name: Test LLaMA compile speed
run: PYTHONPATH="." METAL=1 python test/external/external_test_speed_llama.py
#- name: Run dtype test
# run: DEBUG=4 METAL=1 python -m pytest -n=auto test/test_dtype.py
# dtype test has issues on test_half_to_int8
- name: Run dtype test
run: DEBUG=4 METAL=1 python -m pytest -n=auto test/test_dtype.py
- name: Check Device.DEFAULT (METAL) and print some source
run: |
METAL=1 python -c "from tinygrad import Device; assert Device.DEFAULT == 'METAL', Device.DEFAULT"