Skip to content

Commit

Permalink
Remove redundant change
Browse files Browse the repository at this point in the history
  • Loading branch information
sadra-barikbin committed Dec 26, 2024
1 parent b100627 commit bd540ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lighteval/tasks/lighteval_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ def construct_requests(
sample_index=document_id_seed,
request_index=0,
context=context,
stop_sequence=self.stop_sequence or [],
stop_sequence=self.stop_sequence,
generation_size=self.generation_size,
generation_grammar=self.generation_grammar,
num_samples=max(self.num_samples),
Expand Down Expand Up @@ -476,7 +476,7 @@ def construct_requests(
sample_index=document_id_seed,
request_index=0,
context=context,
stop_sequence=self.stop_sequence or [],
stop_sequence=self.stop_sequence,
generation_size=self.generation_size,
metric_categories=[MetricCategory.LLM_AS_JUDGE_MULTI_TURN],
)
Expand Down

0 comments on commit bd540ad

Please sign in to comment.