File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 55
55
pip install transformers
56
56
if [[ "${{ inputs.tf_version }}" != "2.13.0" && "${{ inputs.tf_version }}" != "2.9.0" ]]; then
57
57
echo "-- install-1 TF-KERAS ${{ inputs.tf_version }}"
58
- pip install tf_keras==${{ inputs.tf_version }} tensorflow==${{ inputs.tf_version }}
58
+ pip install tf_keras==${{ inputs.tf_version }} tensorflow==${{ inputs.tf_version }} protobuf
59
59
else
60
60
echo "-- install-1 TF ${{ inputs.tf_version }}"
61
61
pip install protobuf tensorflow==${{ inputs.tf_version }}
Original file line number Diff line number Diff line change 36
36
else
37
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
- pip install tf_keras==${{ inputs.tf_version }} tensorflow==${{ inputs.tf_version }} h5py
39
+ pip install tf_keras==${{ inputs.tf_version }} tensorflow==${{ inputs.tf_version }} h5py protobuf
40
40
else
41
41
echo "-- install-2 TF ${{ inputs.tf_version }}"
42
42
pip install protobuf tensorflow==${{ inputs.tf_version }} h5py
You can’t perform that action at this time.
0 commit comments