We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 549c033 commit 9a17cbdCopy full SHA for 9a17cbd
fastdeploy/model_executor/models/qwen3.py
@@ -312,7 +312,6 @@ def load_weights(self, weights_iterator) -> None:
312
if model_param_name not in params_dict:
313
continue
314
param = params_dict[model_param_name]
315
- print("params_dict", params_dict)
316
weight_loader = getattr(param, "weight_loader", default_weight_loader(self.fd_config))
317
weight_loader(param, loaded_weight)
318
0 commit comments