mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-08-04 10:47:43 +00:00
validate and update 'final_decision' before init CosTeerFeedback (#691)
This commit is contained in:
@@ -81,5 +81,8 @@ class DataLoaderCoSTEEREvaluator(CoSTEEREvaluator):
|
||||
)
|
||||
|
||||
return build_cls_from_json_with_retry(
|
||||
DataLoaderEvalFeedback, system_prompt=system_prompt, user_prompt=user_prompt
|
||||
DataLoaderEvalFeedback,
|
||||
system_prompt=system_prompt,
|
||||
user_prompt=user_prompt,
|
||||
init_kwargs_update_func=DataLoaderEvalFeedback.val_and_update_init_dict,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user