"docs/vscode:/vscode.git/clone" did not exist on "fbeb8a6f13f8d47a7a9af6acb968a5cd3810cb24"
Unverified Commit e7251f93 authored by Emmanuel Ferdman's avatar Emmanuel Ferdman Committed by GitHub
Browse files

[JAX] Resolve test conflict in JAX helper tests (#1916)



* [JAX] Resolve test conflict in JAX helper tests
Signed-off-by: default avatarEmmanuel Ferdman <emmanuelferdman@gmail.com>

* [JAX] Resolve test conflict in JAX helper tests
Signed-off-by: default avatarEmmanuel Ferdman <emmanuelferdman@gmail.com>

---------
Signed-off-by: default avatarEmmanuel Ferdman <emmanuelferdman@gmail.com>
Co-authored-by: default avatarjberchtold-nvidia <158520091+jberchtold-nvidia@users.noreply.github.com>
parent 1c702b4c
...@@ -92,7 +92,7 @@ class TestFP8Functions(unittest.TestCase): ...@@ -92,7 +92,7 @@ class TestFP8Functions(unittest.TestCase):
self._check_default_state() self._check_default_state()
@unittest.skipIf(not is_mxfp8_supported, reason=mxfp8_reason) @unittest.skipIf(not is_mxfp8_supported, reason=mxfp8_reason)
def test_fp8_autocast_mxfp8_scaling(self): def test_fp8_autocast_current_scaling(self):
QuantizeConfig.finalize() # Ensure the testing not affect by previous tests. QuantizeConfig.finalize() # Ensure the testing not affect by previous tests.
self._check_default_state() self._check_default_state()
...@@ -116,7 +116,7 @@ class TestFP8Functions(unittest.TestCase): ...@@ -116,7 +116,7 @@ class TestFP8Functions(unittest.TestCase):
self._check_default_state() self._check_default_state()
@unittest.skipIf(not is_mxfp8_supported, reason=mxfp8_reason) @unittest.skipIf(not is_mxfp8_supported, reason=mxfp8_reason)
def test_fp8_autocast_mxfp8_scaling(self): def test_fp8_autocast_mxfp8_block_scaling(self):
QuantizeConfig.finalize() # Ensure the testing not affect by previous tests. QuantizeConfig.finalize() # Ensure the testing not affect by previous tests.
self._check_default_state() self._check_default_state()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment