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 55
55
pip install numpy==1.19.0
56
56
else
57
57
pip install transformers
58
- if [[ "${{ inputs.tf_version }}" != "2.13" && "${{ inputs.tf_version }}" != "2.9" ]]; then
58
+ if [[ "${{ inputs.tf_version }}" != "2.13.0 " && "${{ inputs.tf_version }}" != "2.9.0 " ]]; then
59
59
echo "-- install-1 TF-KERAS ${{ inputs.tf_version }}"
60
60
pip install tf_keras==${{ inputs.tf_version }} tensorflow==${{ inputs.tf_version }}
61
61
else
Original file line number Diff line number Diff line change 34
34
if [[ ${{ inputs.tf_version }} == 1.* ]]; then
35
35
pip install numpy==1.19.0
36
36
else
37
- if [[ "${{ inputs.tf_version }}" != "2.13" && "${{ inputs.tf_version }}" != "2.9" ]]; then
37
+ if [[ "${{ inputs.tf_version }}" != "2.13.0 " && "${{ inputs.tf_version }}" != "2.9.0 " ]]; then
38
38
echo "-- install-2 TF-KERAS ${{ inputs.tf_version }}"
39
39
pip install tf_keras==${{ inputs.tf_version }} tensorflow==${{ inputs.tf_version }}
40
40
else
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ pip install onnx==$ONNX_VERSION onnxruntime==$ORT_VERSION onnxruntime-extensions
22
22
if [[ $TF_VERSION == 1.* ]]; then
23
23
pip install numpy==1.19.0
24
24
else
25
- if [[ " $TF_VERSION " != " 2.13" && " $TF_VERSION " != " 2.9" ]]; then
25
+ if [[ " $TF_VERSION " != " 2.13.0 " && " $TF_VERSION " != " 2.9.0 " ]]; then
26
26
echo " -- install-3 TF-KERAS ${{ inputs.tf_version } }"
27
27
pip install tf_keras==$TF_VERSION
28
28
else
You can’t perform that action at this time.
0 commit comments