mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-09 06:58:11 -05:00
hotfix: bump line count to 6500
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -107,8 +107,8 @@ jobs:
|
||||
python -c "from tinygrad.tensor import Tensor; print(Tensor([1,2,3,4,5]))"
|
||||
- name: Test DEBUG
|
||||
run: DEBUG=100 python3 -c "from tinygrad import Tensor; N = 1024; a, b = Tensor.rand(N, N), Tensor.rand(N, N); c = (a.reshape(N, 1, N) * b.T.reshape(1, N, N)).sum(axis=2); print((c.numpy() - (a.numpy() @ b.numpy())).mean())"
|
||||
- name: Repo line count <6000 lines
|
||||
run: MAX_LINE_COUNT=6000 python sz.py
|
||||
- name: Repo line count <6500 lines
|
||||
run: MAX_LINE_COUNT=6500 python sz.py
|
||||
|
||||
testcpuimagenet:
|
||||
name: ImageNet to C Tests
|
||||
|
||||
Reference in New Issue
Block a user