fix npu-smi command

This commit is contained in:
wangshuai09 2024-03-04 17:19:37 +08:00
parent ba66cf8d69
commit 3fb1c2e58d
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ then
if echo "$gpu_info" | grep -q "AMD" && [[ -z "${TORCH_COMMAND}" ]]
then
export TORCH_COMMAND="pip install torch==2.0.1+rocm5.4.2 torchvision==0.15.2+rocm5.4.2 --index-url https://download.pytorch.org/whl/rocm5.4.2"
elif eval "npu-smi info"
elif npu-smi info 2>/dev/null
then
export TORCH_COMMAND="pip install torch==2.1.0 torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu; pip install torch_npu==2.1.0"