fix(ci): update attention backend test fixtures (#37219)
This commit is contained in:
@@ -333,6 +333,7 @@ class TestComponentAttentionBackendScope(unittest.TestCase):
|
|||||||
return object()
|
return object()
|
||||||
|
|
||||||
class _Args:
|
class _Args:
|
||||||
|
component_precisions = {}
|
||||||
component_quantizations = {}
|
component_quantizations = {}
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
@@ -411,6 +412,7 @@ class TestComponentAttentionBackendScope(unittest.TestCase):
|
|||||||
return object()
|
return object()
|
||||||
|
|
||||||
class _Args:
|
class _Args:
|
||||||
|
component_precisions = {}
|
||||||
component_quantizations = {}
|
component_quantizations = {}
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
@@ -475,6 +477,7 @@ class TestComponentAttentionBackendScope(unittest.TestCase):
|
|||||||
return object()
|
return object()
|
||||||
|
|
||||||
class _Args:
|
class _Args:
|
||||||
|
component_precisions = {}
|
||||||
component_quantizations = {}
|
component_quantizations = {}
|
||||||
pipeline_config = SimpleNamespace(native_only_components=())
|
pipeline_config = SimpleNamespace(native_only_components=())
|
||||||
|
|
||||||
@@ -525,6 +528,7 @@ class TestComponentAttentionBackendScope(unittest.TestCase):
|
|||||||
return object()
|
return object()
|
||||||
|
|
||||||
class _Args:
|
class _Args:
|
||||||
|
component_precisions = {}
|
||||||
component_quantizations = {}
|
component_quantizations = {}
|
||||||
pipeline_config = SimpleNamespace(native_only_components=())
|
pipeline_config = SimpleNamespace(native_only_components=())
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user