Skip to content

Commit 9a17cbd

Browse files
committed
fix
1 parent 549c033 commit 9a17cbd

File tree

1 file changed

+0
-1
lines changed
  • fastdeploy/model_executor/models

1 file changed

+0
-1
lines changed

fastdeploy/model_executor/models/qwen3.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,6 @@ def load_weights(self, weights_iterator) -> None:
312312
if model_param_name not in params_dict:
313313
continue
314314
param = params_dict[model_param_name]
315-
print("params_dict", params_dict)
316315
weight_loader = getattr(param, "weight_loader", default_weight_loader(self.fd_config))
317316
weight_loader(param, loaded_weight)
318317

0 commit comments

Comments
 (0)