From 955d7533f2e3f71cd2223a59d666f6fa16f8ceb9 Mon Sep 17 00:00:00 2001 From: biondizzle Date: Sun, 17 May 2026 18:13:42 +0000 Subject: [PATCH] Use system Python for pipeline test (CuTeDSL in system site-packages) --- tests/test_pipeline_real_weights.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_pipeline_real_weights.py b/tests/test_pipeline_real_weights.py index 1a5a8144..61de57a0 100644 --- a/tests/test_pipeline_real_weights.py +++ b/tests/test_pipeline_real_weights.py @@ -10,8 +10,8 @@ import glob sys.path.insert(0, os.path.dirname(os.path.abspath(__file__)) + '/..') -# Direct import from vllm/ subdirectory (not the pip-installed vllm) -from nvfp4_cutedsl import CuTeDSLMoERunner +# Must be run with system Python (not venv) — CuTeDSL is in system site-packages +from vllm.nvfp4_cutedsl import CuTeDSLMoERunner # ============================================================ # CONFIG