mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 17:24:32 +02:00
triton test reduce verbosity
Signed-off-by: vladmandic <mandic00@live.com>
This commit is contained in:
@@ -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
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user