Skip to content

Commit

Permalink
update req file to fix jira tix (#3556) (#3625)
Browse files Browse the repository at this point in the history
  • Loading branch information
causten authored Nov 19, 2024
1 parent 60d5563 commit 68f0dcd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/nlp/python_bert_squad/requirements_bertsquad.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 68f0dcd

Please sign in to comment.