revert the MoE dependence (#3230)

This commit is contained in:
Yineng Zhang
2025-01-31 16:51:41 +08:00
committed by GitHub
parent 9829e77e3f
commit 3ee62235c6
94 changed files with 0 additions and 23828 deletions

View File

@@ -39,8 +39,6 @@ cutlass_default = root / "3rdparty" / "cutlass"
cutlass = Path(os.environ.get("CUSTOM_CUTLASS_SRC_DIR", default=cutlass_default))
flashinfer = root / "3rdparty" / "flashinfer"
turbomind = root / "3rdparty" / "turbomind"
tensorrt_llm_parent = root / "3rdparty"
tensorrt_llm = root / "3rdparty" / "tensorrt_llm"
include_dirs = [
cutlass.resolve() / "include",
cutlass.resolve() / "tools" / "util" / "include",
@@ -53,8 +51,6 @@ include_dirs = [
"cublasLt",
turbomind.resolve(),
turbomind.resolve() / "src",
tensorrt_llm_parent.resolve(),
tensorrt_llm.resolve() / "cutlass_extensions" / "include",
]
nvcc_flags = [