Skip to content

Commit

Permalink
Install tf_keras.
Browse files Browse the repository at this point in the history
Signed-off-by: Jay Zhang <[email protected]>
  • Loading branch information
fatcat-z committed Nov 25, 2024
1 parent 77e5c39 commit c68331d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/keras_application_test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ runs:
pip install numpy==1.19.0
else
pip install transformers
pip install tf_keras
pip install "numpy<2"
fi
Expand Down
1 change: 1 addition & 0 deletions .github/actions/keras_unit_test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ runs:
python -m pip install --upgrade pip
pip install onnxconverter-common
pip install onnx==${{ inputs.onnx_version }}
pip install tf_keras
pip install h5py==3.7.0
pip install parameterized
pip install timeout-decorator
Expand Down

0 comments on commit c68331d

Please sign in to comment.