move fromcpu out of lazy.py (#3122)

* move fromcpu out of lazy.py

* fix abstractions2
This commit is contained in:
George Hotz
2024-01-14 18:21:08 -08:00
committed by GitHub
parent 96345061d3
commit ea5824657d
6 changed files with 16 additions and 24 deletions

View File

@@ -21,9 +21,7 @@ repos:
pass_filenames: false
- id: docs
name: docs
entry: |
python3 docs/abstractions.py
python3 docs/abstractions2.py
entry: python3 docs/abstractions.py && python3 docs/abstractions2.py
language: system
always_run: true
pass_filenames: false