Skip to content

Commit 2e0c94e

Browse files
committed
prune=False?
1 parent 9a59ca8 commit 2e0c94e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

selfdrive/modeld/compile_warp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def compile_modeld(cam_w, cam_h):
168168

169169
_run = make_run_policy(vision_runner, on_policy_runner, off_policy_runner,
170170
cam_w, cam_h, vision_features_slice, frame_skip)
171-
run_policy_jit = TinyJit(_run, prune=True)
171+
run_policy_jit = TinyJit(_run, prune=False)
172172

173173
# warmup inputs
174174
img_buf = Tensor.zeros(IMG_BUFFER_SHAPE, dtype='uint8').contiguous().realize()

0 commit comments

Comments
 (0)