[NPU]Fix support_triton bug (#23604)
This commit is contained in:
@@ -365,7 +365,7 @@ def get_int_env_var(name: str, default: int = 0) -> int:
|
||||
|
||||
|
||||
def support_triton(backend: str) -> bool:
|
||||
return backend not in ["torch_native", "intel_amx", "ascend"]
|
||||
return backend not in ["torch_native", "intel_amx"]
|
||||
|
||||
|
||||
_ENABLE_TORCH_INFERENCE_MODE = get_bool_env_var(
|
||||
|
||||
Reference in New Issue
Block a user