Skip to content

Commit fd3a01c

Browse files
committed
Merge remote-tracking branch 'origin/use_requires_grad_to_trim_bwd_rule' into HEAD
2 parents 61106f2 + 3ebead1 commit fd3a01c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

thunder/tests/test_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3217,6 +3217,6 @@ def test_tensor_proxy_init_requires_grad():
32173217
at_tensor = torch.tensor([1, 2, 3], dtype=torch.float32, requires_grad=requires_grad)
32183218
trace = TraceCtx()
32193219
with tracectx(trace):
3220-
t = tensorproxy(at_tensor, name='t')
3220+
t = tensorproxy(at_tensor, name="t")
32213221
p = TensorProxy(like=t)
32223222
assert p.requires_grad == t.requires_grad

0 commit comments

Comments
 (0)