[BugFix] PaddleOCR-VL fix FD_DEBUG type and support v1 loader (#4605)

* [Bug Fix] PaddleOCRVL fix FD_DEBUG type and support HF model

* fix bug

* fix bug

* fix bug
This commit is contained in:
ming1753
2025-10-28 09:47:47 +08:00
committed by GitHub
parent 6dcf5a3e87
commit 7681375a19
14 changed files with 126 additions and 62 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ from fastdeploy.engine.sampling_params import SamplingParams
from fastdeploy.entrypoints.llm import LLM
from fastdeploy.utils import current_package_version, envs
if envs.FD_DEBUG != "1":
if envs.FD_DEBUG != 1:
import logging
pf_logger.logger.setLevel(logging.INFO)