We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba1c909 commit 05ffcbdCopy full SHA for 05ffcbd
tests/ut/test_ascend_config.py
@@ -84,7 +84,6 @@ def test_init_ascend_config_with_additional_config(self):
84
self.assertEqual(ascend_config.expert_map_path, "test_expert_map_path")
85
self.assertTrue(ascend_config.multistream_overlap_shared_expert)
86
self.assertTrue(ascend_config.enable_kv_nz)
87
-
88
89
torchair_graph_config = ascend_config.torchair_graph_config
90
self.assertTrue(torchair_graph_config.enabled)
0 commit comments