Skip to content

Commit

Permalink
Fix ImportError
Browse files Browse the repository at this point in the history
  • Loading branch information
sdtblck committed Nov 4, 2021
1 parent 19b1683 commit 34cde79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evaluate.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
os.path.pardir)))
from megatron.training import forward_step
from megatron.utils import setup_for_inference_or_eval
from adaptor import run_eval_harness
from eval_tasks.adaptor import run_eval_harness
from pprint import pprint
from datetime import datetime

Expand Down

0 comments on commit 34cde79

Please sign in to comment.