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

[Fix][Sample-Yaml] Increase ray head CPU resource for pytorch minst #2330

Conversation

MortalHappiness
Copy link
Member

@MortalHappiness MortalHappiness commented Aug 24, 2024

Why are these changes needed?

There is a breaking change from ray:2.9 to ray:2.34.0, the reserved resources for CPUs increased from 2 to 3. So the CPU resource for the head pod needs to be increased to reflect this change.

See ray-project/ray#47316 for details.

Related issue number

Closes: #2329

Checks

  • I've made sure the tests are passing.
  • Testing Strategy
    • Unit tests
    • Manual tests
    • This PR is not tested :(

Closes: ray-project#2329
Signed-off-by: Chi-Sheng Liu <chishengliu@chishengliu.com>
@MortalHappiness
Copy link
Member Author

@kevin85421 @andrewsykim PTAL

@kevin85421 kevin85421 merged commit a69252e into ray-project:master Aug 26, 2024
27 checks passed
kevin85421 added a commit that referenced this pull request Aug 27, 2024
…torch minst (#2330) (#2340)

Co-authored-by: Chi-Sheng Liu <chishengliu@chishengliu.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] Cannot run "Train a PyTorch model on Fashion MNIST with CPUs on Kubernetes" doc
2 participants