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

Raises TensorFlow Linux GPU package size limit

Commit [bedf87bc4224b202c00f0bb4c24b0b6d59b738e6](https://github.com/tensorflow/tensorflow/commit/bedf87bc4224b202c00f0bb4c24b0b6d59b738e6) updated NCCL 2.8.3-1 to 2.12.12-1. It increased the size of TensorFlow Linux GPU packages by > 60 MB from < 500 MB  to > 500 MB.
parent 08ec30f7
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ teardown_file() { ...@@ -26,7 +26,7 @@ teardown_file() {
*cpu*win*) LARGEST_OK_SIZE=170 ;; *cpu*win*) LARGEST_OK_SIZE=170 ;;
*macos*) LARGEST_OK_SIZE=225 ;; *macos*) LARGEST_OK_SIZE=225 ;;
# GPU: # GPU:
*manylinux*) LARGEST_OK_SIZE=560 ;; *manylinux*) LARGEST_OK_SIZE=580 ;;
*win*) LARGEST_OK_SIZE=345 ;; *win*) LARGEST_OK_SIZE=345 ;;
# Unknown: # Unknown:
*) *)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment