Skip to content

Commit

Permalink
remove fbgemm-gpu-nightly instead
Browse files Browse the repository at this point in the history
  • Loading branch information
henrylhtsang committed Sep 13, 2023
1 parent e4c4f17 commit 6e8cc97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,10 @@ def main(argv: List[str]) -> None:
# install_requires.remove("fbgemm-gpu-nightly")
# install_requires.append("fbgemm-gpu-nightly-cpu")
# if "fbgemm-gpu" in install_requires:
install_requires.remove("fbgemm-gpu")
install_requires.append("fbgemm-gpu-cpu==0.5.0rc3")
install_requires.remove("fbgemm-gpu-nightly")
install_requires.append("fbgemm-gpu-cpu==0.5.0rc3")
else:
install_requires.remove("fbgemm-gpu")
install_requires.remove("fbgemm-gpu-nightly")
install_requires.append("fbgemm-gpu==0.5.0rc2")


Expand Down

0 comments on commit 6e8cc97

Please sign in to comment.