Skip to content

Commit

Permalink
merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
haraschax committed Dec 7, 2024
1 parent 744175c commit 4f41c1b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions examples/openpilot/compile3.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@
if "NOLOCALS" not in os.environ: os.environ["NOLOCALS"] = "1"
if "JIT_BATCH_SIZE" not in os.environ: os.environ["JIT_BATCH_SIZE"] = "0"

<<<<<<< Updated upstream
from tinygrad import fetch, Tensor, TinyJit, Context, GlobalCounters, Device
=======
from tinygrad import fetch, Tensor, TinyJit, Context, GlobalCounters
>>>>>>> Stashed changes
from tinygrad.helpers import DEBUG, getenv
from tinygrad.tensor import _from_np_dtype
Expand Down

0 comments on commit 4f41c1b

Please sign in to comment.