Skip to content
Snippets Groups Projects
Unverified Commit 08ec30f7 authored by learning-to-play's avatar learning-to-play Committed by GitHub
Browse files

Updates the GPU wheel size limit to 560 MB

parent 491856aa
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ teardown_file() {
*cpu*win*) LARGEST_OK_SIZE=170 ;;
*macos*) LARGEST_OK_SIZE=225 ;;
# GPU:
*manylinux*) LARGEST_OK_SIZE=500 ;;
*manylinux*) LARGEST_OK_SIZE=560 ;;
*win*) LARGEST_OK_SIZE=345 ;;
# Unknown:
*)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment