forked from tensorflow/tensorflow
-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2274 from ROCmSoftwarePlatform/develop-upstream-s…
…ync-231023 Develop upstream sync 231023
- Loading branch information
Showing
464 changed files
with
8,391 additions
and
4,016 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
# This envrionment is experimental and should not yet be used for production jobs | ||
source ci/official/envs/ci_default | ||
TFCI_PYTHON_VERSION=3.10 | ||
TFCI_BAZEL_TARGET_SELECTING_CONFIG_PREFIX=linux_arm64 | ||
TFCI_BAZEL_COMMON_ARGS=(--config release_arm64_linux --config tf_public_cache_push --repo_env=TF_PYTHON_VERSION=3.10) | ||
TFCI_BAZEL_COMMON_ARGS=(--config release_arm64_linux --config tf_public_cache_push --repo_env=TF_PYTHON_VERSION=$TFCI_PYTHON_VERSION) | ||
TFCI_DOCKER_IMAGE=gcr.io/tensorflow-sigs/build-arm64:tf-latest-multi-python | ||
TFCI_DOCKER_REBUILD_ARGS=(--target=tf ci/official/containers/linux_arm64) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
# This envrionment is experimental and should not yet be used for production jobs | ||
source ci/official/envs/ci_default | ||
TFCI_PYTHON_VERSION=3.11 | ||
TFCI_BAZEL_TARGET_SELECTING_CONFIG_PREFIX=linux_arm64 | ||
TFCI_BAZEL_COMMON_ARGS=(--config release_arm64_linux --config tf_public_cache_push --repo_env=TF_PYTHON_VERSION=3.11) | ||
TFCI_BAZEL_COMMON_ARGS=(--config release_arm64_linux --config tf_public_cache_push --repo_env=TF_PYTHON_VERSION=$TFCI_PYTHON_VERSION) | ||
TFCI_DOCKER_IMAGE=gcr.io/tensorflow-sigs/build-arm64:tf-latest-multi-python | ||
TFCI_DOCKER_REBUILD_ARGS=(--target=tf ci/official/containers/linux_arm64) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
# This envrionment is experimental and should not yet be used for production jobs | ||
source ci/official/envs/ci_default | ||
TFCI_PYTHON_VERSION=3.9 | ||
TFCI_BAZEL_TARGET_SELECTING_CONFIG_PREFIX=linux_arm64 | ||
TFCI_BAZEL_COMMON_ARGS=(--config release_arm64_linux --config tf_public_cache_push --repo_env=TF_PYTHON_VERSION=3.9) | ||
TFCI_BAZEL_COMMON_ARGS=(--config release_arm64_linux --config tf_public_cache_push --repo_env=TF_PYTHON_VERSION=$TFCI_PYTHON_VERSION) | ||
TFCI_DOCKER_IMAGE=gcr.io/tensorflow-sigs/build-arm64:tf-latest-multi-python | ||
TFCI_DOCKER_REBUILD_ARGS=(--target=tf ci/official/containers/linux_arm64) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
source ci/official/envs/ci_default | ||
TFCI_PYTHON_VERSION=3.10 | ||
TFCI_BAZEL_TARGET_SELECTING_CONFIG_PREFIX=linux_cpu | ||
TFCI_BAZEL_COMMON_ARGS=(--config release_cpu_linux --config rbe_linux_cpu --repo_env=TF_PYTHON_VERSION=3.10) | ||
TFCI_DOCKER_IMAGE=tensorflow/build:latest-python3.10 | ||
TFCI_DOCKER_REBUILD_ARGS=(--build-arg PYTHON_VERSION=3.10 --target=devel tools/tf_sig_build_dockerfiles) | ||
TFCI_BAZEL_COMMON_ARGS=(--config release_cpu_linux --config rbe_linux_cpu --repo_env=TF_PYTHON_VERSION=$TFCI_PYTHON_VERSION) | ||
TFCI_DOCKER_IMAGE=tensorflow/build:latest-pythonlatest-python${TFCI_PYTHON_VERSION} | ||
TFCI_DOCKER_REBUILD_ARGS=(--build-arg PYTHON_VERSION=$TFCI_PYTHON_VERSION --target=devel tools/tf_sig_build_dockerfiles) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
source ci/official/envs/ci_default | ||
TFCI_PYTHON_VERSION=3.11 | ||
TFCI_BAZEL_TARGET_SELECTING_CONFIG_PREFIX=linux_cpu | ||
TFCI_BAZEL_COMMON_ARGS=(--config release_cpu_linux --config rbe_linux_cpu --repo_env=TF_PYTHON_VERSION=3.11) | ||
TFCI_DOCKER_IMAGE=tensorflow/build:latest-python3.11 | ||
TFCI_DOCKER_REBUILD_ARGS=(--build-arg PYTHON_VERSION=3.11 --target=devel tools/tf_sig_build_dockerfiles) | ||
TFCI_BAZEL_COMMON_ARGS=(--config release_cpu_linux --config rbe_linux_cpu --repo_env=TF_PYTHON_VERSION=$TFCI_PYTHON_VERSION) | ||
TFCI_DOCKER_IMAGE=tensorflow/build:latest-python${TFCI_PYTHON_VERSION} | ||
TFCI_DOCKER_REBUILD_ARGS=(--build-arg PYTHON_VERSION=$TFCI_PYTHON_VERSION --target=devel tools/tf_sig_build_dockerfiles) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
source ci/official/envs/ci_default | ||
TFCI_PYTHON_VERSION=3.9 | ||
TFCI_BAZEL_TARGET_SELECTING_CONFIG_PREFIX=linux_cpu | ||
TFCI_BAZEL_COMMON_ARGS=(--config release_cpu_linux --config rbe_linux_cpu --repo_env=TF_PYTHON_VERSION=3.9) | ||
TFCI_DOCKER_IMAGE=tensorflow/build:latest-python3.9 | ||
TFCI_DOCKER_REBUILD_ARGS=(--build-arg PYTHON_VERSION=3.11 --target=devel tools/tf_sig_build_dockerfiles) | ||
TFCI_BAZEL_COMMON_ARGS=(--config release_cpu_linux --config rbe_linux_cpu --repo_env=TF_PYTHON_VERSION=$TFCI_PYTHON_VERSION) | ||
TFCI_DOCKER_IMAGE=tensorflow/build:latest-python${TFCI_PYTHON_VERSION} | ||
TFCI_DOCKER_REBUILD_ARGS=(--build-arg PYTHON_VERSION=$TFCI_PYTHON_VERSION --target=devel tools/tf_sig_build_dockerfiles) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
source ci/official/envs/ci_default | ||
TFCI_PYTHON_VERSION=3.10 | ||
TFCI_NVIDIA_SMI_ENABLE=1 | ||
TFCI_BAZEL_TARGET_SELECTING_CONFIG_PREFIX=linux_cuda | ||
TFCI_BAZEL_COMMON_ARGS=(--config release_gpu_linux --config rbe_linux_cuda --repo_env=TF_PYTHON_VERSION=3.10) | ||
TFCI_BAZEL_COMMON_ARGS=(--config release_gpu_linux --config rbe_linux_cuda --repo_env=TF_PYTHON_VERSION=$TFCI_PYTHON_VERSION) | ||
TFCI_DOCKER_ARGS=(--gpus all) | ||
TFCI_DOCKER_IMAGE=tensorflow/build:latest-python3.10 | ||
TFCI_DOCKER_REBUILD_ARGS=(--build-arg PYTHON_VERSION=3.10 --target=devel tools/tf_sig_build_dockerfiles) | ||
TFCI_DOCKER_IMAGE=tensorflow/build:latest-python${TFCI_PYTHON_VERSION} | ||
TFCI_DOCKER_REBUILD_ARGS=(--build-arg PYTHON_VERSION=$TFCI_PYTHON_VERSION --target=devel tools/tf_sig_build_dockerfiles) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
source ci/official/envs/ci_default | ||
TFCI_PYTHON_VERSION=3.11 | ||
TFCI_NVIDIA_SMI_ENABLE=1 | ||
TFCI_BAZEL_TARGET_SELECTING_CONFIG_PREFIX=linux_cuda | ||
TFCI_BAZEL_COMMON_ARGS=(--config release_gpu_linux --config rbe_linux_cuda --repo_env=TF_PYTHON_VERSION=3.11) | ||
TFCI_BAZEL_COMMON_ARGS=(--config release_gpu_linux --config rbe_linux_cuda --repo_env=TF_PYTHON_VERSION=$TFCI_PYTHON_VERSION) | ||
TFCI_DOCKER_ARGS=(--gpus all) | ||
TFCI_DOCKER_IMAGE=tensorflow/build:latest-python3.11 | ||
TFCI_DOCKER_REBUILD_ARGS=(--build-arg PYTHON_VERSION=3.11 --target=devel tools/tf_sig_build_dockerfiles) | ||
TFCI_DOCKER_IMAGE=tensorflow/build:latest-python${TFCI_PYTHON_VERSION} | ||
TFCI_DOCKER_REBUILD_ARGS=(--build-arg PYTHON_VERSION=$TFCI_PYTHON_VERSION --target=devel tools/tf_sig_build_dockerfiles) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
source ci/official/envs/ci_default | ||
TFCI_PYTHON_VERSION=3.9 | ||
TFCI_NVIDIA_SMI_ENABLE=1 | ||
TFCI_BAZEL_TARGET_SELECTING_CONFIG_PREFIX=linux_cuda | ||
TFCI_BAZEL_COMMON_ARGS=(--config release_gpu_linux --config rbe_linux_cuda --repo_env=TF_PYTHON_VERSION=3.9) | ||
TFCI_BAZEL_COMMON_ARGS=(--config release_gpu_linux --config rbe_linux_cuda --repo_env=TF_PYTHON_VERSION=$TFCI_PYTHON_VERSION) | ||
TFCI_DOCKER_ARGS=(--gpus all) | ||
TFCI_DOCKER_IMAGE=tensorflow/build:latest-python3.9 | ||
TFCI_DOCKER_REBUILD_ARGS=(--build-arg PYTHON_VERSION=3.9 --target=devel tools/tf_sig_build_dockerfiles) | ||
TFCI_DOCKER_IMAGE=tensorflow/build:latest-python${TFCI_PYTHON_VERSION} | ||
TFCI_DOCKER_REBUILD_ARGS=(--build-arg PYTHON_VERSION=$TFCI_PYTHON_VERSION --target=devel tools/tf_sig_build_dockerfiles) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
source ci/official/envs/ci_default | ||
TFCI_PYTHON_VERSION=3.10 | ||
TFCI_BAZEL_TARGET_SELECTING_CONFIG_PREFIX=macos_arm64 | ||
TFCI_BAZEL_COMMON_ARGS=(--config release_macos_arm64 --repo_env=TF_PYTHON_VERSION=3.10) | ||
TFCI_BAZEL_COMMON_ARGS=(--config release_macos_arm64 --repo_env=TF_PYTHON_VERSION=$TFCI_PYTHON_VERSION) | ||
TFCI_DOCKER_ENABLE=0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
source ci/official/envs/ci_default | ||
TFCI_PYTHON_VERSION=3.11 | ||
TFCI_BAZEL_TARGET_SELECTING_CONFIG_PREFIX=macos_arm64 | ||
TFCI_BAZEL_COMMON_ARGS=(--config release_macos_arm64 --repo_env=TF_PYTHON_VERSION=3.11) | ||
TFCI_BAZEL_COMMON_ARGS=(--config release_macos_arm64 --repo_env=TF_PYTHON_VERSION=$TFCI_PYTHON_VERSION) | ||
TFCI_DOCKER_ENABLE=0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
source ci/official/envs/ci_default | ||
TFCI_PYTHON_VERSION=3.9 | ||
TFCI_BAZEL_TARGET_SELECTING_CONFIG_PREFIX=macos_arm64 | ||
TFCI_BAZEL_COMMON_ARGS=(--config release_macos_arm64 --repo_env=TF_PYTHON_VERSION=3.11) | ||
TFCI_BAZEL_COMMON_ARGS=(--config release_macos_arm64 --repo_env=TF_PYTHON_VERSION=$TFCI_PYTHON_VERSION) | ||
TFCI_DOCKER_ENABLE=0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
source ci/official/envs/ci_default | ||
source ci/official/envs/ci_nightly_uploads | ||
TFCI_BAZEL_COMMON_ARGS=(--config release_cpu_linux --config tf_public_cache_push --config resultstore --repo_env=TF_PYTHON_VERSION=3.10) | ||
TFCI_DOCKER_IMAGE=tensorflow/build:latest-python3.10 | ||
TFCI_DOCKER_REBUILD_ARGS=(--build-arg PYTHON_VERSION=3.10 --target=devel tools/tf_sig_build_dockerfiles) | ||
TFCI_PYTHON_VERSION=3.10 | ||
TFCI_BAZEL_COMMON_ARGS=(--config release_cpu_linux --config tf_public_cache_push --config resultstore --repo_env=TF_PYTHON_VERSION=$TFCI_PYTHON_VERSION) | ||
TFCI_DOCKER_IMAGE=tensorflow/build:latest-python${TFCI_PYTHON_VERSION} | ||
TFCI_DOCKER_REBUILD_ARGS=(--build-arg PYTHON_VERSION=$TFCI_PYTHON_VERSION --target=devel tools/tf_sig_build_dockerfiles) | ||
TFCI_LIB_SUFFIX="-cpu-linux-x86_64" | ||
TFCI_NIGHTLY_UPDATE_VERSION_ENABLE=1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
source ci/official/envs/ci_default | ||
source ci/official/envs/ci_nightly_uploads | ||
TFCI_BAZEL_COMMON_ARGS=(--config release_gpu_linux --config tf_public_cache_push --config resultstore --repo_env=TF_PYTHON_VERSION=3.10) | ||
TFCI_PYTHON_VERSION=3.10 | ||
TFCI_BAZEL_COMMON_ARGS=(--config release_gpu_linux --config tf_public_cache_push --config resultstore --repo_env=TF_PYTHON_VERSION=$TFCI_PYTHON_VERSION) | ||
TFCI_DOCKER_ARGS=(--gpus all) | ||
TFCI_DOCKER_IMAGE=tensorflow/build:latest-python3.10 | ||
TFCI_DOCKER_REBUILD_ARGS=(--build-arg PYTHON_VERSION=3.10 --target=devel tools/tf_sig_build_dockerfiles) | ||
TFCI_DOCKER_IMAGE=tensorflow/build:latest-python${TFCI_PYTHON_VERSION} | ||
TFCI_DOCKER_REBUILD_ARGS=(--build-arg PYTHON_VERSION=$TFCI_PYTHON_VERSION --target=devel tools/tf_sig_build_dockerfiles) | ||
TFCI_LIB_SUFFIX="-gpu-linux-x86_64" | ||
TFCI_NIGHTLY_UPDATE_VERSION_ENABLE=1 | ||
TFCI_NVIDIA_SMI_ENABLE=1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
source ci/official/envs/ci_default | ||
source ci/official/envs/ci_nightly_uploads | ||
TFCI_BAZEL_COMMON_ARGS=(--config release_cpu_linux --config tf_public_cache_push --config resultstore --repo_env=TF_PYTHON_VERSION=3.10) | ||
TFCI_PYTHON_VERSION=3.10 | ||
TFCI_BAZEL_COMMON_ARGS=(--config release_cpu_linux --config tf_public_cache_push --config resultstore --repo_env=TF_PYTHON_VERSION=$TFCI_PYTHON_VERSION) | ||
TFCI_BAZEL_TARGET_SELECTING_CONFIG_PREFIX=linux_cpu | ||
TFCI_BUILD_PIP_PACKAGE_ARGS=(--cpu --nightly_flag) | ||
TFCI_DOCKER_IMAGE=tensorflow/build:latest-python3.10 | ||
TFCI_DOCKER_REBUILD_ARGS=(--build-arg PYTHON_VERSION=3.10 --target=devel tools/tf_sig_build_dockerfiles) | ||
TFCI_DOCKER_IMAGE=tensorflow/build:latest-python${TFCI_PYTHON_VERSION} | ||
TFCI_DOCKER_REBUILD_ARGS=(--build-arg PYTHON_VERSION=$TFCI_PYTHON_VERSION --target=devel tools/tf_sig_build_dockerfiles) | ||
TFCI_NIGHTLY_UPDATE_VERSION_ENABLE=1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
source ci/official/envs/ci_default | ||
source ci/official/envs/ci_nightly_uploads | ||
TFCI_BAZEL_COMMON_ARGS=(--config release_cpu_linux --config tf_public_cache_push --config resultstore --repo_env=TF_PYTHON_VERSION=3.11) | ||
TFCI_PYTHON_VERSION=3.11 | ||
TFCI_BAZEL_COMMON_ARGS=(--config release_cpu_linux --config tf_public_cache_push --config resultstore --repo_env=TF_PYTHON_VERSION=$TFCI_PYTHON_VERSION) | ||
TFCI_BAZEL_TARGET_SELECTING_CONFIG_PREFIX=linux_cpu | ||
TFCI_BUILD_PIP_PACKAGE_ARGS=(--cpu --nightly_flag) | ||
TFCI_DOCKER_IMAGE=tensorflow/build:latest-python3.11 | ||
TFCI_DOCKER_REBUILD_ARGS=(--build-arg PYTHON_VERSION=3.11 --target=devel tools/tf_sig_build_dockerfiles) | ||
TFCI_DOCKER_IMAGE=tensorflow/build:latest-python${TFCI_PYTHON_VERSION} | ||
TFCI_DOCKER_REBUILD_ARGS=(--build-arg PYTHON_VERSION=$TFCI_PYTHON_VERSION --target=devel tools/tf_sig_build_dockerfiles) | ||
TFCI_NIGHTLY_UPDATE_VERSION_ENABLE=1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
source ci/official/envs/ci_default | ||
source ci/official/envs/ci_nightly_uploads | ||
TFCI_BAZEL_COMMON_ARGS=(--config release_cpu_linux --config tf_public_cache_push --config resultstore --repo_env=TF_PYTHON_VERSION=3.9) | ||
TFCI_PYTHON_VERSION=3.9 | ||
TFCI_BAZEL_COMMON_ARGS=(--config release_cpu_linux --config tf_public_cache_push --config resultstore --repo_env=TF_PYTHON_VERSION=$TFCI_PYTHON_VERSION) | ||
TFCI_BAZEL_TARGET_SELECTING_CONFIG_PREFIX=linux_cpu | ||
TFCI_BUILD_PIP_PACKAGE_ARGS=(--cpu --nightly_flag) | ||
TFCI_DOCKER_IMAGE=tensorflow/build:latest-python3.9 | ||
TFCI_DOCKER_REBUILD_ARGS=(--build-arg PYTHON_VERSION=3.9 --target=devel tools/tf_sig_build_dockerfiles) | ||
TFCI_DOCKER_IMAGE=tensorflow/build:latest-python${TFCI_PYTHON_VERSION} | ||
TFCI_DOCKER_REBUILD_ARGS=(--build-arg PYTHON_VERSION=$TFCI_PYTHON_VERSION --target=devel tools/tf_sig_build_dockerfiles) | ||
TFCI_NIGHTLY_UPDATE_VERSION_ENABLE=1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
source ci/official/envs/ci_default | ||
source ci/official/envs/ci_nightly_uploads | ||
TFCI_BAZEL_COMMON_ARGS=(--config release_gpu_linux --config tf_public_cache_push --config resultstore --repo_env=TF_PYTHON_VERSION=3.10) | ||
TFCI_PYTHON_VERSION=3.10 | ||
TFCI_BAZEL_COMMON_ARGS=(--config release_gpu_linux --config tf_public_cache_push --config resultstore --repo_env=TF_PYTHON_VERSION=$TFCI_PYTHON_VERSION) | ||
TFCI_BAZEL_TARGET_SELECTING_CONFIG_PREFIX=linux_cuda | ||
TFCI_BUILD_PIP_PACKAGE_ARGS=(--nightly_flag) | ||
TFCI_DOCKER_ARGS=(--gpus all) | ||
TFCI_DOCKER_IMAGE=tensorflow/build:latest-python3.10 | ||
TFCI_DOCKER_REBUILD_ARGS=(--build-arg PYTHON_VERSION=3.10 --target=devel tools/tf_sig_build_dockerfiles) | ||
TFCI_DOCKER_IMAGE=tensorflow/build:latest-python${TFCI_PYTHON_VERSION} | ||
TFCI_DOCKER_REBUILD_ARGS=(--build-arg PYTHON_VERSION=$TFCI_PYTHON_VERSION --target=devel tools/tf_sig_build_dockerfiles) | ||
TFCI_NIGHTLY_UPDATE_VERSION_ENABLE=1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
source ci/official/envs/ci_default | ||
source ci/official/envs/ci_nightly_uploads | ||
TFCI_BAZEL_COMMON_ARGS=(--config release_gpu_linux --config tf_public_cache_push --config resultstore --repo_env=TF_PYTHON_VERSION=3.11) | ||
TFCI_PYTHON_VERSION=3.11 | ||
TFCI_BAZEL_COMMON_ARGS=(--config release_gpu_linux --config tf_public_cache_push --config resultstore --repo_env=TF_PYTHON_VERSION=$TFCI_PYTHON_VERSION) | ||
TFCI_BAZEL_TARGET_SELECTING_CONFIG_PREFIX=linux_cuda | ||
TFCI_BUILD_PIP_PACKAGE_ARGS=(--nightly_flag) | ||
TFCI_DOCKER_ARGS=(--gpus all) | ||
TFCI_DOCKER_IMAGE=tensorflow/build:latest-python3.11 | ||
TFCI_DOCKER_REBUILD_ARGS=(--build-arg PYTHON_VERSION=3.11 --target=devel tools/tf_sig_build_dockerfiles) | ||
TFCI_DOCKER_IMAGE=tensorflow/build:latest-python${TFCI_PYTHON_VERSION} | ||
TFCI_DOCKER_REBUILD_ARGS=(--build-arg PYTHON_VERSION=$TFCI_PYTHON_VERSION --target=devel tools/tf_sig_build_dockerfiles) | ||
TFCI_NIGHTLY_UPDATE_VERSION_ENABLE=1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
source ci/official/envs/ci_default | ||
source ci/official/envs/ci_nightly_uploads | ||
TFCI_BAZEL_COMMON_ARGS=(--config release_gpu_linux --config tf_public_cache_push --config resultstore --repo_env=TF_PYTHON_VERSION=3.9) | ||
TFCI_PYTHON_VERSION=3.9 | ||
TFCI_BAZEL_COMMON_ARGS=(--config release_gpu_linux --config tf_public_cache_push --config resultstore --repo_env=TF_PYTHON_VERSION=$TFCI_PYTHON_VERSION) | ||
TFCI_BAZEL_TARGET_SELECTING_CONFIG_PREFIX=linux_cuda | ||
TFCI_BUILD_PIP_PACKAGE_ARGS=(--nightly_flag) | ||
TFCI_DOCKER_ARGS=(--gpus all) | ||
TFCI_DOCKER_IMAGE=tensorflow/build:latest-python3.9 | ||
TFCI_DOCKER_REBUILD_ARGS=(--build-arg PYTHON_VERSION=3.9 --target=devel tools/tf_sig_build_dockerfiles) | ||
TFCI_DOCKER_IMAGE=tensorflow/build:latest-python${TFCI_PYTHON_VERSION} | ||
TFCI_DOCKER_REBUILD_ARGS=(--build-arg PYTHON_VERSION=$TFCI_PYTHON_VERSION --target=devel tools/tf_sig_build_dockerfiles) | ||
TFCI_NIGHTLY_UPDATE_VERSION_ENABLE=1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
source ci/official/envs/ci_default | ||
source ci/official/envs/ci_nightly_uploads | ||
TFCI_BAZEL_COMMON_ARGS=(--config tf_public_cache_push --config resultstore --repo_env=TF_PYTHON_VERSION=3.10 --config=tpu) | ||
TFCI_PYTHON_VERSION=3.10 | ||
TFCI_BAZEL_COMMON_ARGS=(--config tf_public_cache_push --config resultstore --repo_env=TF_PYTHON_VERSION=$TFCI_PYTHON_VERSION --config=tpu) | ||
TFCI_BAZEL_TARGET_SELECTING_CONFIG_PREFIX=linux_tpu | ||
TFCI_BUILD_PIP_PACKAGE_ARGS=(--tpu --nightly_flag) | ||
TFCI_DOCKER_IMAGE=tensorflow/build:latest-python3.10 | ||
TFCI_DOCKER_REBUILD_ARGS=(--build-arg PYTHON_VERSION=3.10 --target=devel tools/tf_sig_build_dockerfiles) | ||
TFCI_DOCKER_IMAGE=tensorflow/build:latest-python${TFCI_PYTHON_VERSION} | ||
TFCI_DOCKER_REBUILD_ARGS=(--build-arg PYTHON_VERSION=$TFCI_PYTHON_VERSION --target=devel tools/tf_sig_build_dockerfiles) | ||
TFCI_LIBTPU_DOWNLOAD_ENABLE=1 | ||
TFCI_LIBTPU_DOWNLOAD_URL=https://storage.googleapis.com/cloud-tpu-tpuvm-artifacts/libtpu/1.8.0/libtpu.so | ||
TFCI_NIGHTLY_UPDATE_VERSION_ENABLE=1 |
Oops, something went wrong.