Skip to content

Commit add4688

Browse files
committed
Resolve review: small tensor for tests
1 parent 52d06aa commit add4688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

thunder/tests/test_dynamo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -857,7 +857,7 @@ def checkpoint_fn(x):
857857

858858
initial_mem = torch.cuda.memory_allocated()
859859

860-
x = torch.randn((1024 // 4, 1024, 1024), device="cuda", requires_grad=True)
860+
x = torch.randn((128, 128), device="cuda", requires_grad=True)
861861
jfn = thunderfx(checkpoint_fn)
862862
y = jfn(x)
863863

0 commit comments

Comments
 (0)