Skip to content

Commit

Permalink
adding a space after CudaVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
jchen351 committed Nov 24, 2023
1 parent 61674f6 commit 8be95e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
--parallel \
--build_wheel \
--enable_onnx_tests \
--use_cuda --cuda_home=/usr/local/cuda-${{ parameters:CudaVersion }} --cudnn_home=/usr/local/cuda-${{ parameters:CudaVersion }} \
--use_cuda --cuda_home=/usr/local/cuda-${{ parameters.CudaVersion }} --cudnn_home=/usr/local/cuda-${{ parameters.CudaVersion }} \
--enable_pybind --build_java \
--use_tensorrt --tensorrt_home /usr \
--cmake_extra_defines CMAKE_CUDA_ARCHITECTURES=75 \
Expand Down

0 comments on commit 8be95e7

Please sign in to comment.