Skip to content

Commit

Permalink
Merge pull request #99 from arjbingly/sanchitvj-patch-1
Browse files Browse the repository at this point in the history
solved CUDA issue with jenkins build
  • Loading branch information
arjbingly authored Apr 24, 2024
2 parents 75278e1 + 3986719 commit 55fb23a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ pipeline {
PYTHONPATH = "${env.WORKSPACE}/.venv/bin"
CUDACXX = '/usr/local/cuda-12/bin/nvcc'
CMAKE_ARGS = "-DLLAMA_CUBLAS=on"
PATH="/usr/local/cuda-12.3/bin:$PATH"
LD_LIBRARY_PATH="/usr/local/cuda-12.3/lib64:$LD_LIBRARY_PATH"
PATH="/usr/local/cuda-12/bin:$PATH"
LD_LIBRARY_PATH="/usr/local/cuda-12/lib64:$LD_LIBRARY_PATH"
GIT_SSH_COMMAND="ssh -o StrictHostKeyChecking=accept-new"
}

Expand Down

0 comments on commit 55fb23a

Please sign in to comment.