Skip to content

Commit

Permalink
Fix import name
Browse files Browse the repository at this point in the history
  • Loading branch information
ljvmiranda921 committed Jul 29, 2024
1 parent 56d74ca commit d427903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import fastchat
import transformers
from dataset import Dataset, load_dataset
from datasets import Dataset, load_dataset

from rewardbench.utils import check_tokenizer_chat_template, prepare_dialogue
from rewardbench.utils import prepare_dialogue_from_tokenizer
Expand Down

0 comments on commit d427903

Please sign in to comment.