mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-09-26 20:41:53 +08:00
[sync fix] (#2759)
* add rl qwen model support * fix * fix * add_commit_config * fix
This commit is contained in:
@@ -511,9 +511,9 @@ class CommitConfig:
|
||||
elif line.startswith("CXX compiler version:"):
|
||||
self.compiler_version = line.split(":")[1].strip()
|
||||
except FileNotFoundError:
|
||||
logger.info(f"Warning: Version file not found at {file_path}")
|
||||
llm_logger.info(f"Warning: Version file not found at {file_path}")
|
||||
except Exception as e:
|
||||
logger.info(f"Warning: Could not read version file - {str(e)}")
|
||||
llm_logger.info(f"Warning: Could not read version file - {str(e)}")
|
||||
|
||||
def print(self):
|
||||
"""
|
||||
|
Reference in New Issue
Block a user