Skip to content

Commit

Permalink
Hot fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-grzybek-ampere authored Sep 25, 2023
1 parent 3a6a461 commit e4719bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import argparse

import numpy as np
import tensorflow as tf
from transformers import AutoTokenizer, TFAutoModelForQuestionAnswering

from utils.benchmark import run_model
Expand Down Expand Up @@ -38,6 +37,7 @@ def parse_args():


def run_tf(model_name, batch_size, num_runs, timeout, squad_path):
import tensorflow as tf
from utils.tf import TFSavedModelRunner

def run_single_pass(tf_runner, squad):
Expand Down

0 comments on commit e4719bf

Please sign in to comment.