[Bug] TypeError: maybe_executor_submit() (#13050)

This commit is contained in:
Johnsonms
2025-11-11 00:55:13 -08:00
committed by GitHub
parent 5c0cadd0c6
commit e3b38d7194

View File

@@ -3723,12 +3723,11 @@ class DeepseekV2ForCausalLM(nn.Module):
param, "weight_loader", default_weight_loader
)
maybe_executor_submit(
executor,
futures,
use_async_loading,
weight_loader,
param,
fused_weight,
executor=executor,
futures=futures,
use_async=use_async_loading,
func=weight_loader,
func_args=(param, fused_weight),
)
cached_wk_and_weights_proj.pop(wk_name)
cached_wk_and_weights_proj.pop(weights_proj_name)