How to set CPU and memory size for a Ray job? #3942
Unanswered
hongbo-miao
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My Ray cluster has different size of nodes.
Here is my current code:
I originally thought I can set memory and CPU by
However, this gives me error
In a standard Ray job, I can set
@ray.remote(num_cpus=10, memory=100 * 10**9)
How to set How to set CPU and memory size for a Ray job when use with Daft? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions