forked from tinygrad/tinygrad
typo
This commit is contained in:
@@ -44,19 +44,12 @@ jobs:
|
||||
name: ARM64 Test
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@v3
|
||||
- name: Setup qemu
|
||||
uses: docker/setup-qemu-action@v2
|
||||
with:
|
||||
platforms: arm64
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v2
|
||||
- name: cache docker layers
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: /tmp/.buildx-cache
|
||||
key: arm64
|
||||
- name: Build arm64 image
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
@@ -70,7 +63,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 -e 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
|
||||
|
||||
Reference in New Issue
Block a user