bad formatting

This commit is contained in:
Steven Anderson
2023-08-01 19:34:06 -04:00
parent 00fbf41d16
commit 7273981bb2
+1 -2
View File
@@ -57,7 +57,6 @@ jobs:
with:
context: .
file: test/extra/arm64_dockerfile
# Set the desired build target here
platforms: linux/arm64
load: true
push: false
@@ -65,7 +64,7 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
- name: Test Ops
run: docker run -e ARM64=1 -e CLANG=1 -e tinygrad-arm64 /usr/bin/env python3 -m pytest -n=auto -s test/ -m 'not exclude_clang' --ignore=test/models/test_real_world.py
run: docker run -e ARM64=1 -e CLANG=1 tinygrad-arm64 /usr/bin/env python3 -m pytest -n=auto -s test/ -m 'not exclude_clang' --ignore=test/models/test_real_world.py
testcpuimagenet:
name: CPU and ImageNet to C Tests