-
### What happened + What you expected to happen
The kuberap-operator is restarting continuously and reporting the following exceptions:
`024-01-31T10:54:43.616Z INFO controller.raycluster-controller…
-
# 🐛 Bug
## Description
Hi,
thank you for this beautiful library. Enjoying it for years!
The last days I wanted to use the multirun command on an AWS cluster. And I noticed that you provide a ray…
-
### What happened + What you expected to happen
On my laptop (Macbook), I ran
```
ray start --head
```
Then in Python
```python
import ray
ray.init("ray://localhost:10001", runtime_env = {…
-
### What happened + What you expected to happen
Terminating a Serve deployment that sets `object_store_memory` logs native errors. See reproduction script for example.
### Versions / Dependenci…
-
Hello,
I am currently testing MolPAL and encountered an issue when running it with the following configuration:
[model]
model = mpn
conf-method = mve
Despite updating the trainer, I contin…
-
### What happened + What you expected to happen
Not using docker, my two computers communicate fine/correctly. Also, if I am using ray on one docker container and connecting to it via another compute…
-
### What happened + What you expected to happen
When setting up the encoding in LoggingConfig in:
* serve.deployment decorator
* serve.run
* config.yml
* set the deprecated RAY_SERVE_ENABLE_JS…
-
### What happened + What you expected to happen
Observed:
Baseline CPU usage increases indefinitely eventually severely impacting app performance after many deployments have been killed and redepl…
-
### What happened + What you expected to happen
I'm trying to build a flask app that uses [modin with ray](https://modin.readthedocs.io/en/stable/index.html).
When I run the flask app in dev mode us…
-
### What happened + What you expected to happen
Expected ray to begin processing.
However I got an error.
```
File "/app/src/backend/loaders/portal/run.py", line 102, in start
process…