Skip to content

Commit 515b8e9

Browse files
committed
update
1 parent afe7285 commit 515b8e9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fastdeploy/worker/worker_process.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -823,7 +823,6 @@ def initialize_fd_config(args, ranks: int = 1, local_rank: int = 0) -> FDConfig:
823823
update_fd_config_for_mm(fd_config)
824824
if fd_config.load_config.load_choices == "default_v1" and not v1_loader_support(fd_config):
825825
fd_config.load_config.load_choices = "default"
826-
print(f"fd_config.load_config.load_choices: {fd_config.load_config.load_choices}")
827826

828827
architecture = fd_config.model_config.architectures[0]
829828
if "PaddleOCR" in architecture:

0 commit comments

Comments
 (0)