Skip to content

Commit

Permalink
Fix TORCH_CUDA_ARCH_LIST env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
sasha0552 authored Dec 24, 2023
1 parent 5d70963 commit f1074ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pushd "vllm"
export MAX_JOBS=1

# define supported architectures
export TORCH_CUDA_ARCH_LIST="6.0,6.1,7.0,7.5,8.0,8.6,8.9,9.0"
export TORCH_CUDA_ARCH_LIST="6.0 6.1 7.0 7.5 8.0 8.6 8.9 9.0"

# cuda home directory
export CUDA_HOME=/opt/cuda
Expand Down

0 comments on commit f1074ff

Please sign in to comment.