Skip to content

Commit 0f1b182

Browse files
committed
bug
1 parent 5b99dad commit 0f1b182

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

TensorFlow/LanguageModeling/BERT/trtis/run_squad_trtis_client.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@
2020
import numpy as np
2121
import tqdm
2222

23+
from utils.create_squad_data import SquadExample
24+
2325
# Set this to either 'label_ids' for Google bert or 'unique_ids' for JoC
24-
from TensorFlow.LanguageModeling.BERT.utils.create_squad_data import SquadExample
2526

2627
label_id_key = "unique_ids"
2728

0 commit comments

Comments
 (0)