Skip to content

Commit

Permalink
use CUDA 12.2.0, increase wheel size limit
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Sep 14, 2023
1 parent be29d85 commit b4d583c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/check_python_dists.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if [ $PY_MINOR_VER -gt 7 ]; then
pydistcheck \
--inspect \
--ignore 'compiled-objects-have-debug-symbols,distro-too-large-compressed' \
--max-allowed-size-uncompressed '60M' \
--max-allowed-size-uncompressed '70M' \
--max-allowed-files 800 \
${DIST_DIR}/* || exit -1
elif { test $(uname -m) = "aarch64"; }; then
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- method: source
compiler: gcc
python_version: "3.9"
cuda_version: "12.2.2"
cuda_version: "12.2.0"
task: cuda
- method: pip
compiler: clang
Expand Down

0 comments on commit b4d583c

Please sign in to comment.