python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to enable https in Ray serve Framework
Currently, I could connect to Ray serve backend via HTTP, but I could not found any suggestion about how to enable https.
ray.init(address="auto", namespace="serve")
serve.star...
TccHtnn
Votes: 0
Answers: 1
Limiting CPU resources of Ray
I'm trying to manage the resources of a remote machine that we use for a daily task (that uses Ray). Is it possible to limit the number of CPUs (or equivalently the number of workers) that Ray uses?
T...
M.Erkin
Votes: 0
Answers: 1
Ray Dataset: ArrowInvalid: Unrecognized filesystem type in URI: gs://
I've recently began exploring Ray and am having trouble just reading data from my GCS bucket.
Here is the code:
ray.data.read_parquet("gs://path")
Here is the error:
ArrowInvalid: Unrecogni...
madst
Votes: 0
Answers: 1
CPU utilization when using ray and torch
I use ray and torch in my code and set one CPU core for each ray remote actor
to compute gradient(use torch package). But I find the CPU utilization of the actor
can go up to 300% in some time, Thi...
Value Keys
Votes: 0
Answers: 1