Skip to content

Commit

Permalink
fix: single quotes needed for bash
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzhang13 committed Dec 21, 2024
1 parent b084d9b commit c8bcbec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/discord-cluster-manager/leaderboard_eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def check_implementation():
ref_output = ref_kernel(input, dim=-1)
if not torch.allclose(custom_output, ref_output, atol=1e-5):
print('mismatch found! custom implementation doesn't match reference.')
print('mismatch found! custom implementation doesnt match reference.')
return
print('custom implementation matches the reference implementation.')
Expand Down

0 comments on commit c8bcbec

Please sign in to comment.