Unverified Commit 912f6881 authored by Patrick von Platen's avatar Patrick von Platen Committed by GitHub
Browse files

add import math (#9346)

parent 785e52cd
......@@ -1400,6 +1400,7 @@ class TF{{cookiecutter.camelcase_modelname}}ForQuestionAnswering(TF{{cookiecutte
)
{% else %}
import math
import random
from typing import Dict, Optional, Tuple, Union
......
......@@ -1513,6 +1513,7 @@ class {{cookiecutter.camelcase_modelname}}ForQuestionAnswering({{cookiecutter.ca
attentions=outputs.attentions,
)
{% else %}
import math
import random
from typing import Optional, Tuple
......
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