triton test reduce verbosity

Signed-off-by: vladmandic <mandic00@live.com>
This commit is contained in:
vladmandic
2026-01-10 10:32:13 +01:00
parent 2cba0d8fe0
commit 85332594fc
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -51,6 +51,7 @@
- kandinsky-5 image and video on non-cuda platforms
- lora loading when using torch without distributed support
- google-genai auth, thanks @CalamitousFelicitousness
- reduce triton test verbosity
## Update for 2025-12-26
+2 -1
View File
@@ -400,7 +400,8 @@ def test_triton(early: bool = False):
triton_ok = False
except Exception as e:
triton_ok = False
log.warning(f"Triton test fail: {e}")
line = str(e).splitlines()[0]
log.warning(f"Triton test fail: {line}")
if debug:
from modules import errors
errors.display(e, 'Triton')