-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: 模块内部管控调用迁移到 V2 #853
base: main
Are you sure you want to change the base?
feat: 模块内部管控调用迁移到 V2 #853
Conversation
@@ -377,7 +376,7 @@ def load( | |||
using parameters below | |||
data_file (Optional[str]): | |||
dataset local file path, default to None | |||
qianfan_dataset_id (Optional[str]): | |||
qianfan_dataset_version_id (Optional[str]): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
需要增加不兼容升级的迁移提示。
@@ -83,7 +83,7 @@ def evaluate( | |||
class QianfanRefereeEvaluator(QianfanEvaluator): | |||
"""qianfan referee evaluator config class""" | |||
|
|||
app_id: int | |||
api_name: str = "EB3.5" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个api_name是对齐的哪里的变量?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
创建评估任务中裁判员评估相关的的变量
No description provided.