Skip to content

Commit f858947

Browse files
author
Ian Schweer
committed
Remove compiler disable
1 parent 007abae commit f858947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytensor/link/pytorch/dispatch/scalar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,4 @@ def scalar_loop(steps, *start_and_constants):
8484
else:
8585
return carry
8686

87-
return torch.compiler.disable(scalar_loop, recursive=False)
87+
return scalar_loop

0 commit comments

Comments
 (0)