Skip to content

Commit 7d0c473

Browse files
committed
Fix typo
1 parent 314b1d7 commit 7d0c473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.jenkins/download_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def main() -> None:
113113
INTERMEDIATE_DATA_DIR.mkdir(exist_ok=True)
114114
PROTOTYPE_DATA_DIR.mkdir(exist_ok=True)
115115

116-
if FILES_TO_RUN is None or "transfer_learning_tutoria" in FILES_TO_RUN:
116+
if FILES_TO_RUN is None or "transfer_learning_tutorial" in FILES_TO_RUN:
117117
download_hymenoptera_data()
118118
nlp_tutorials = ["seq2seq_translation_tutorial", "char_rnn_classification_tutorial", "char_rnn_generation_tutorial"]
119119
if FILES_TO_RUN is None or any(x in FILES_TO_RUN for x in nlp_tutorials):

0 commit comments

Comments
 (0)