Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
goliaro committed Mar 3, 2024
1 parent 7f0831f commit 71d296b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/pull.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ if [[ "${FF_GPU_BACKEND}" == "cuda" || "${FF_GPU_BACKEND}" == "hip_cuda" ]]; the
fi
fi
# Check that CUDA version is supported
if [[ "$cuda_version" != @(11.1|11.3|11.6|11.8|12.0|12.1|12.2) ]]; then
echo "cuda_version is not available for download, please choose among {11.1|11.3|11.6|11.8|12.0|12.1|12.2}"
if [[ "$cuda_version" != @(11.1|11.6|11.7|11.8|12.0|12.1|12.2) ]]; then
echo "cuda_version is not available for download, please choose among {11.1|11.6|11.7|11.8|12.0|12.1|12.2}"
exit 1
fi
# Use CUDA 12.2 for all versions greater or equal to 12.2 for now
Expand Down

0 comments on commit 71d296b

Please sign in to comment.