Skip to content

Commit

Permalink
Update instruct_qa/generation/generator.py
Browse files Browse the repository at this point in the history
  • Loading branch information
xhluca authored May 29, 2024
1 parent 009df2d commit edd5983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion instruct_qa/generation/generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def __init__(self, *args, **kwargs):
}

if completion_type is not None:
self.model_map[model_name] = completion_type
self.model_map[self.model_name] = completion_type

assert (
self.model_name in self.model_map
Expand Down

0 comments on commit edd5983

Please sign in to comment.