From 8290aa36c9ad0547e63feb1938ec0580bd29e670 Mon Sep 17 00:00:00 2001 From: Yannick Schnider Date: Thu, 9 Apr 2026 16:28:11 +0200 Subject: [PATCH] Just a dummy commit Signed-off-by: Yannick Schnider --- vllm_spyre/platform.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vllm_spyre/platform.py b/vllm_spyre/platform.py index b60d1ddcd..d95ac1315 100644 --- a/vllm_spyre/platform.py +++ b/vllm_spyre/platform.py @@ -5,7 +5,7 @@ # the Triton module with a placeholder, vLLM may fail to load on macOS. To # mitigate this issue, we can safely remove the Triton module (if imported) # and rely on PyTorch to handle the absence of Triton, ensuring fine execution -# in eager mode. +# in eager mode. Just a dummy sentence. if sys.platform.startswith("darwin"): if sys.modules.get("triton"): del sys.modules["triton"]