Revert "Skip weight loading in deepgemm compilation" (#14241)

This commit is contained in:
ishandhanani
2025-12-01 12:59:09 -08:00
committed by GitHub
parent edbeaf3b88
commit 07821352fb

View File

@@ -148,9 +148,6 @@ def refine_server_args(server_args: ServerArgs, compile_args: CompileArgs):
server_args.enable_torch_compile = False
print(f"Disable CUDA Graph and Torch Compile to save time...")
server_args.load_format = "dummy"
print(f"Set load format to dummy to save time...")
# Set watchdog timeout to compile_args.timeout because compilation will take a long time
server_args.watchdog_timeout = compile_args.timeout
server_args.warmups = "compile-deep-gemm"