Use system Python for pipeline test (CuTeDSL in system site-packages)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user