Set V3 cores to 4

This commit is contained in:
Michael Hudgins 2024-05-15 14:40:57 -04:00 committed by GitHub
parent 0232cb9f8d
commit 76a7b19c10
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,7 +26,7 @@ jobs:
matrix:
jaxlib-version: ["pypi_latest", "nightly", "nightly+oldest_supported_libtpu"]
tpu: [
{type: "v3-8", cores: "8"},
{type: "v3-8", cores: "4"},
{type: "v4-8", cores: "4"},
{type: "v5e-8", cores: "8"}
]