Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce resources to be used by TF build #121

Merged
merged 2 commits into from
Aug 7, 2023

Conversation

npanpaliya
Copy link

Checklist before submitting

Description

Fixes # (issue).

Review process to land

  1. All tests and other checks must succeed.
  2. At least one maintainer must review and approve.
  3. If any maintainer requests changes, they must be addressed.

@npanpaliya npanpaliya changed the base branch from main to r2.10.1 August 7, 2023 08:48
@npanpaliya npanpaliya changed the title Reduce resources 180 Reduce resources to be used by TF build Aug 7, 2023
@@ -5,8 +5,7 @@ recipes:
- name : tensorflow-base
path : recipe
resources:
memory: 200Gi #[ppc64le]
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Our ppc cluster no more works when 200GB of RAM is requested. Hence keeping 10GB like we have for x86 cluster.

@@ -63,7 +63,7 @@ fi
bazel --bazelrc=$SRC_DIR/tensorflow/tensorflow.bazelrc build \
--local_cpu_resources=HOST_CPUS*0.50 \
--local_ram_resources=HOST_RAM*0.50 \
--jobs=HOST_CPUS*0.5 \
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reducing number of jobs to 32 so that TF builds on low resource system.

@npanpaliya npanpaliya merged commit 0bcef78 into open-ce:r2.10.1 Aug 7, 2023
0 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants