Fix import: use direct import from vllm/ subdirectory
This commit is contained in:
@@ -9,9 +9,9 @@ import os
|
||||
import glob
|
||||
|
||||
sys.path.insert(0, os.path.dirname(os.path.abspath(__file__)) + '/..')
|
||||
sys.path.insert(0, os.path.dirname(os.path.abspath(__file__)) + '/../vllm')
|
||||
|
||||
from vllm.nvfp4_cutedsl import CuTeDSLMoERunner
|
||||
# Direct import from vllm/ subdirectory (not the pip-installed vllm)
|
||||
from nvfp4_cutedsl import CuTeDSLMoERunner
|
||||
|
||||
# ============================================================
|
||||
# CONFIG
|
||||
|
||||
Reference in New Issue
Block a user