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 371181c commit b3f99b3Copy full SHA for b3f99b3
.github/unittest/windows_optdepts/scripts/install.sh
@@ -37,6 +37,7 @@ fi
37
38
# submodules
39
git submodule sync && git submodule update --init --recursive
40
+python -m pip install "numpy<2.0"
41
42
printf "Installing PyTorch with %s\n" "${cudatoolkit}"
43
if [[ "$TORCH_VERSION" == "nightly" ]]; then
0 commit comments