[sync fix] (#2759)

* add rl qwen model support

* fix

* fix

* add_commit_config

* fix
This commit is contained in:
gaoziyuan
2025-07-08 19:29:23 +08:00
committed by GitHub
parent ae2f78184d
commit 337d76f094

View File

@@ -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):
"""