File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6262 pip install numpy==1.19.0
6363 else
6464 pip install transformers
65- if [[ ${{ inputs.tf_version }} != 2.13 ]]; then
65+ if [[ ${{ inputs.tf_version }} != 2.13 && ${{ inputs.tf_version }} != 2.9 ]]; then
6666 pip install tf_keras==${{ inputs.tf_version }}
6767 fi
6868 fi
Original file line number Diff line number Diff line change 3636 if [[ ${{ inputs.tf_version }} == 1.* ]]; then
3737 pip install numpy==1.19.0
3838 else
39- if [[ ${{ inputs.tf_version }} != 2.13 ]]; then
39+ if [[ ${{ inputs.tf_version }} != 2.13 && ${{ inputs.tf_version }} != 2.9 ]]; then
4040 pip install tf_keras==${{ inputs.tf_version }}
4141 fi
4242 fi
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ pip install onnx==$ONNX_VERSION onnxruntime==$ORT_VERSION onnxruntime-extensions
2222if [[ $TF_VERSION == 1.* ]]; then
2323 pip install numpy==1.19.0
2424else
25- if [[ ${{ inputs.tf_version } } != 2.13 ]]; then
25+ if [[ ${{ inputs.tf_version } } != 2.13 && ${{ inputs.tf_version } } != 2.9 ]]; then
2626 pip install tf_keras==$TF_VERSION
2727 fi
2828fi
You can’t perform that action at this time.
0 commit comments