Skip to content

Commit

Permalink
chore: cuda arch list in jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
beniz committed Nov 20, 2024
1 parent 4ec79b0 commit fe95d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pipeline {
sh '''
export CUDA_VISIBLE_DEVICES=$(echo ${LOCKED_GPU} | sed -n -e "s/[^,]* GPU \\([^[0-9,]]\\)*/\\1/gp")
echo "Running on GPU ${CUDA_VISIBLE_DEVICES}"
TORCH_HOME=/home/jenkins/app/.cache/ bash ./scripts/run_tests.sh /home/jenkins/app/checkpoints/'''
TORCH_HOME=/home/jenkins/app/.cache/ TORCH_CUDA_ARCH_LIST="8.6" bash ./scripts/run_tests.sh /home/jenkins/app/checkpoints/'''
}
}
}
Expand Down

0 comments on commit fe95d2f

Please sign in to comment.