We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2766a95 commit d3cd165Copy full SHA for d3cd165
install/install_requirements.sh
@@ -119,7 +119,7 @@ fi
119
# TODO: Remove this and install nightly build, once it supports macos
120
(
121
set -x
122
- $PIP_EXECUTABLE install git+https://github.com/pytorch/ao.git@2f97b0955953fa1a46594a27f0df2bc48d93e79d
+ $PIP_EXECUTABLE install git+https://github.com/pytorch/ao.git@7d8794622f3ac7ffa98761314019a20fba06edef
123
)
124
125
if [[ -x "$(command -v nvidia-smi)" ]]; then
0 commit comments