这让我花了很长时间才能弄清楚,所以我决定为人们省去麻烦。
尝试使用Amazon Linux(redhat)在ec2实例上安装炬管失败,并显示以下命令:
git clone https://github.com/torch/distro.git ~/torch --recursive
cd ~/torch; bash install-deps;
./install.sh
它给了我错误:
OpenBLAS Failed to compile
答案 0 :(得分:0)
事实证明,您只是运行install-deps脚本并忽略该失败,然后运行以下代码行:
export TORCH_NVCC_FLAGS="-D__CUDA_NO_HALF_OPERATORS__"
并像往常一样遵循install.sh脚本:
./install.sh