Skip to content

Commit

Permalink
[universal] - reduce size - install prev. rel. of torch (#1147)
Browse files Browse the repository at this point in the history
  • Loading branch information
gauravsaini04 committed Aug 8, 2024
1 parent 6fd137e commit 9ede5ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ if [[ "$(python --version)" != "" ]] && [[ "$(pip --version)" != "" ]]; then
install_python_package "matplotlib"
install_python_package "seaborn"
install_python_package "scikit-learn"
install_python_package "torch" "-f https://download.pytorch.org/whl/cpu/torch_stable.html"
install_python_package "torch==2.3.1" "-f https://download.pytorch.org/whl/cpu/torch_stable.html"
install_python_package "requests"
install_python_package "plotly"
else
Expand Down

0 comments on commit 9ede5ea

Please sign in to comment.