Skip to content

Commit

Permalink
Use gcc12 in vllm
Browse files Browse the repository at this point in the history
  • Loading branch information
sasha0552 authored Dec 24, 2023
1 parent 50822f9 commit 19dec98
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ pushd "vllm"
# cuda home directory
export CUDA_HOME=/opt/cuda

# use gcc 12
export CC=gcc-12
export CXX=g++-12

# install dependencies
pip3 install -e .
popd

0 comments on commit 19dec98

Please sign in to comment.