[Bug] TypeError: maybe_executor_submit() (#13050)
This commit is contained in:
@@ -3723,12 +3723,11 @@ class DeepseekV2ForCausalLM(nn.Module):
|
|||||||
param, "weight_loader", default_weight_loader
|
param, "weight_loader", default_weight_loader
|
||||||
)
|
)
|
||||||
maybe_executor_submit(
|
maybe_executor_submit(
|
||||||
executor,
|
executor=executor,
|
||||||
futures,
|
futures=futures,
|
||||||
use_async_loading,
|
use_async=use_async_loading,
|
||||||
weight_loader,
|
func=weight_loader,
|
||||||
param,
|
func_args=(param, fused_weight),
|
||||||
fused_weight,
|
|
||||||
)
|
)
|
||||||
cached_wk_and_weights_proj.pop(wk_name)
|
cached_wk_and_weights_proj.pop(wk_name)
|
||||||
cached_wk_and_weights_proj.pop(weights_proj_name)
|
cached_wk_and_weights_proj.pop(weights_proj_name)
|
||||||
|
|||||||
Reference in New Issue
Block a user