Skip to content

Commit

Permalink
Install numpy from pypi instead of pytorch.org
Browse files Browse the repository at this point in the history
  • Loading branch information
henrylhtsang committed Jan 22, 2024
1 parent 6527d83 commit 1fc7cac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/scripts/install_fbgemm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ echo "CHANNEL"
echo "$CHANNEL"

if [ "$CHANNEL" = "nightly" ]; then
${CONDA_RUN} pip install numpy
${CONDA_RUN} pip install fbgemm-gpu --index-url https://download.pytorch.org/whl/nightly/"$CU_VERSION"
elif [ "$CHANNEL" = "test" ]; then
${CONDA_RUN} pip install numpy
${CONDA_RUN} pip install fbgemm-gpu --index-url https://download.pytorch.org/whl/test/"$CU_VERSION"
fi

0 comments on commit 1fc7cac

Please sign in to comment.