Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
abarolo authored and abarolo committed Feb 23, 2024
1 parent 251d2f3 commit acbd96f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .profile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ echo "---- RUNNING release tasks (.profile) ------"

echo "---- Installing Related Barrier ML Packages ------"
/tmp/lifecycle/shell
python -m pip install sentence-transformers==2.2.2 --no-deps
python -m pip install pandas==2.0.3 --no-deps
python -m pip install sentence-transformers==2.2.2
python -m pip install pandas==2.0.3
python -m pip install torch==2.0.0 torchvision==0.15.1 --extra-index-url https://download.pytorch.org/whl/cpu

echo "---- Collecting static ------"
Expand Down

0 comments on commit acbd96f

Please sign in to comment.