Skip to content

Commit 009ca76

Browse files
committed
update moudle name
1 parent 87f4eb5 commit 009ca76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distill_step_by_step.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
from transformers import AutoTokenizer, T5ForConditionalGeneration
2626

2727
from model_utils import TaskPrefixTrainer, TaskPrefixDataCollator
28-
from model import FIM_PREFIX, FIM_MIDDLE, FIM_SUFFIX
28+
from santacoder_model import FIM_PREFIX, FIM_MIDDLE, FIM_SUFFIX
2929
from metrics import compute_metrics_text
3030

3131

0 commit comments

Comments
 (0)