Commit d38caba1 authored by thomwolf's avatar thomwolf
Browse files

typo in run_squad

parent af62cc5f
...@@ -917,7 +917,7 @@ def main(): ...@@ -917,7 +917,7 @@ def main():
if args.fp16: if args.fp16:
try: try:
from apex.optimizer import FP16_Optimizer from apex.optimizers import FP16_Optimizer
from apex.optimizers import FusedAdam from apex.optimizers import FusedAdam
except ImportError: except ImportError:
raise ImportError("Please install apex from https://www.github.com/nvidia/apex to use distributed and fp16 training.") raise ImportError("Please install apex from https://www.github.com/nvidia/apex to use distributed and fp16 training.")
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment