Upgrade to CUDA 12 (#1527)

Co-authored-by: Woosuk Kwon <woosuk.kwon@berkeley.edu>
This commit is contained in:
Zhuohan Li
2023-11-08 14:17:49 -08:00
committed by GitHub
parent 1a2bbc9301
commit 06458a0b42
5 changed files with 15 additions and 7 deletions

View File

@@ -16,3 +16,8 @@ sudo apt clean
# Test nvcc
PATH=/usr/local/cuda-$1/bin:${PATH}
nvcc --version
# Log gcc, g++, c++ versions
gcc --version
g++ --version
c++ --version