Skip to content

Commit

Permalink
features multi
Browse files Browse the repository at this point in the history
  • Loading branch information
geohot committed Mar 9, 2024
1 parent 48b96d5 commit 4053e28
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ jobs:
python-version: 3.11
- name: Install deps with testing deps
run: pip install numpy tqdm mypy torch pytest tabulate --extra-index-url https://download.pytorch.org/whl/cpu
- name: Get code size
run: PYTHONPATH="." python sz.py
- name: Test ops dtype optim
run: |
PYTHONPATH="." python test/test_ops.py
PYTHONPATH="." python test/test_dtype.py
PYTHONPATH="." python test/test_optim.py
- name: Check types with mypy
run: mypy
run: mypy
- name: Get code size
run: PYTHONPATH="." python sz.py
2 changes: 2 additions & 0 deletions teenygrad/features/multi.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# type: ignore
class MultiLazyBuffer: pass

0 comments on commit 4053e28

Please sign in to comment.