Skip to content

Commit

Permalink
Bump maximum allowable Linux GPU wheel size. The limit was set to 420…
Browse files Browse the repository at this point in the history
…MiB on 2021/3/19 based on a pip size of 417MiB. However, it was accidentally built with `-march=native`, which presumably results in smaller binary size.

PiperOrigin-RevId: 364202264
Change-Id: I5b9a28602b565b4a40ee38a79aaa8c7d2b53d56c
  • Loading branch information
chsigg authored and tensorflower-gardener committed Mar 21, 2021
1 parent d8b2898 commit 8077fe8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ MAC_CPU_MAX_WHL_SIZE=190M
LINUX_CPU_MAX_WHL_SIZE=160M
WIN_CPU_MAX_WHL_SIZE=113M
# GPU size
LINUX_GPU_MAX_WHL_SIZE=420M
LINUX_GPU_MAX_WHL_SIZE=435M
WIN_GPU_MAX_WHL_SIZE=252M

function run_smoke_test() {
Expand Down

0 comments on commit 8077fe8

Please sign in to comment.