Skip to content

Commit

Permalink
Merge pull request #3562 from ROCm/rel6.3_bp_bert_example
Browse files Browse the repository at this point in the history
update req file to fix jira tix (#3556)
  • Loading branch information
vamovsik authored Nov 1, 2024
2 parents 49ede4d + 5980a71 commit f7eb605
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions examples/nlp/python_bert_squad/requirements_bertsquad.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#####################################################################################
# The MIT License (MIT)
#
# Copyright (c) 2015-2023 Advanced Micro Devices, Inc. All rights reserved.
# Copyright (c) 2015-2024 Advanced Micro Devices, Inc. All rights reserved.
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
Expand All @@ -21,6 +21,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.
#####################################################################################
tensorflow==2.11.1
tensorflow
onnxruntime
tokenizers
tokenizers==0.11.1; python_version == "3.6"
tokenizers; python_version > "3.6"

0 comments on commit f7eb605

Please sign in to comment.