diff --git a/ci/validate_wheel.sh b/ci/validate_wheel.sh index 2b41876d0b..677f3a63f1 100755 --- a/ci/validate_wheel.sh +++ b/ci/validate_wheel.sh @@ -21,11 +21,11 @@ PYDISTCHECK_ARGS=( if [[ "${package_dir}" == "python/libcuvs" ]]; then if [[ "${RAPIDS_CUDA_MAJOR}" == "12" ]]; then PYDISTCHECK_ARGS+=( - --max-allowed-size-compressed '400Mi' + --max-allowed-size-compressed '350Mi' ) else PYDISTCHECK_ARGS+=( - --max-allowed-size-compressed '250Mi' + --max-allowed-size-compressed '220Mi' ) fi elif [[ "${package_dir}" != "python/cuvs" ]]; then