mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2026-04-23 00:17:25 +08:00
[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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user