Skip to content

Commit 7e8cede

Browse files
committed
Fix leftover name
Signed-off-by: Alex Vasile <[email protected]>
1 parent a4dc961 commit 7e8cede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sharktank/sharktank/ops/sharded_impls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def func_wrapper(*args: Tuple, **kwargs: Dict[str, Any]):
118118
# _TEST_LAST_OP_DISPATCH will not update for this wrapper, but instead allow the last inner call to set it.
119119
func_wrapper._trivially_replicable_wrapper = f._trivially_replicable_wrapper
120120
else:
121-
# We know the underlying op will be called, set __unwrapped__ to the original op
121+
# We know the underlying op will be called, set _unwrapped to the original op
122122
# so that _TEST_LAST_OP_DISPATCH tracking can handle it correctly.
123123
func_wrapper._unwrapped = f
124124
return func_wrapper

0 commit comments

Comments
 (0)