Skip to content

Commit

Permalink
fix to test_numerics file
Browse files Browse the repository at this point in the history
Signed-off-by: Pawel Gadzinski <pgadzinski@nvidia.com>
  • Loading branch information
Pawel Gadzinski committed Sep 26, 2024
1 parent f99dc3b commit 5d764b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pytorch/distributed/test_numerics.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def _run_test(layer, fp8):
]

if fp8:
test_cmd += ["--fp8=true"]
test_cmd += ["--fp8"]

result = subprocess.run(test_cmd, env=os.environ, capture_output=True, check=False)
if (
Expand Down

0 comments on commit 5d764b2

Please sign in to comment.