mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-04-29 03:00:14 -04:00
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:
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user