Skip to content

Commit

Permalink
fix transformers tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam-Armstrong committed Oct 22, 2024
1 parent 9b33cbf commit 52272e2
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions update_s2s.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,20 @@ api_key=$7
export VERSION=$binaries # set the branch to pull the binaries from
export IVY_KEY=$api_key

pip3 install -e kornia/
pip3 install -e ivy/

cd ivy-integration-tests
pip3 install -r requirements.txt
pip3 install color-operations

if [ "$integration" = "transformers" ]; then
pip3 install tf_keras
pip3 install datasets
pip3 install transformers
else
pip3 install -e kornia/
fi

cd ivy-integration-tests
pip3 install -r requirements.txt
pip3 install color-operations

# get the nightly binaries
python << 'EOF'
import ivy
Expand Down

0 comments on commit 52272e2

Please sign in to comment.