We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4c4f17 commit 6e8cc97Copy full SHA for 6e8cc97
setup.py
@@ -92,10 +92,10 @@ def main(argv: List[str]) -> None:
92
# install_requires.remove("fbgemm-gpu-nightly")
93
# install_requires.append("fbgemm-gpu-nightly-cpu")
94
# if "fbgemm-gpu" in install_requires:
95
- install_requires.remove("fbgemm-gpu")
96
- install_requires.append("fbgemm-gpu-cpu==0.5.0rc3")
+ install_requires.remove("fbgemm-gpu-nightly")
+ install_requires.append("fbgemm-gpu-cpu==0.5.0rc3")
97
else:
98
99
install_requires.append("fbgemm-gpu==0.5.0rc2")
100
101
0 commit comments