"...text-generation-inference.git" did not exist on "db2b4e07544a238428999ab4a2509758eeee422c"
Commit 824fb65a authored by rusty1s's avatar rusty1s
Browse files

clean up

parent d79a30aa
...@@ -102,7 +102,6 @@ if [ "${TRAVIS_OS_NAME}" = "linux" ] && [ "${IDX}" = "cu110" ]; then ...@@ -102,7 +102,6 @@ if [ "${TRAVIS_OS_NAME}" = "linux" ] && [ "${IDX}" = "cu110" ]; then
sudo apt search cuda sudo apt search cuda
sudo apt install cuda-nvcc-11-0 sudo apt install cuda-nvcc-11-0
sudo apt install cuda-libraries-11-0 sudo apt install cuda-libraries-11-0
sudo apt libcusolver-dev-11-0 libcusparse7.5 libcurand7.5
sudo apt clean sudo apt clean
CUDA_HOME=/usr/local/cuda-${CUDA_SHORT} CUDA_HOME=/usr/local/cuda-${CUDA_SHORT}
LD_LIBRARY_PATH=${CUDA_HOME}/lib64:${LD_LIBRARY_PATH} LD_LIBRARY_PATH=${CUDA_HOME}/lib64:${LD_LIBRARY_PATH}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment