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 70f6c48 commit 791f9f7Copy full SHA for 791f9f7
common/install_magma.sh
@@ -16,7 +16,7 @@ function do_install() {
16
set -x
17
tmp_dir=$(mktemp -d)
18
pushd ${tmp_dir}
19
- wget -q https://anaconda.org/pytorch/magma-cuda${cuda_version_nodot}/${MAGMA_VERSION}/download/linux-64/${magma_archive}
+ curl -OLs https://anaconda.org/pytorch/magma-cuda${cuda_version_nodot}/${MAGMA_VERSION}/download/linux-64/${magma_archive}
20
tar -xvf "${magma_archive}"
21
mkdir -p "${cuda_dir}/magma"
22
mv include "${cuda_dir}/magma/include"
0 commit comments