Ruiyang Wang

Results 81 comments of Ruiyang Wang

Now https://github.com/ray-project/ray/pull/45071 is merged, Data can use it to get object size

Philipp already talked to this user with another approach. I don’t think we are merging this PR. On Wed, May 15, 2024 at 03:40 Samuel Chan ***@***.***> wrote: > @rynewang...

@prd-tuong-nguyen the recommended approach is to inject the secret via the mechanisms already established in your environment, e.g. [Use K8S Secrets to set env vars](https://kubernetes.io/docs/concepts/configuration/secret/), or to use secret managers...

@pcmoritz can you share some advices on how to pass secrets to Ray tasks?

Root caused here: https://github.com/ray-project/ray/issues/45538 tldr: you can set this env var `RAY_TQDM_PATCH_PRINT=0` to workaround

@angelinalg : added a clause to the doc about how to specify `conda` runtime env. Previously you can set a env name like `"pytorch_p36"`, now you can also set an...

Test timeout fixed - it turns out one previous test set some timeout-ing os env var and did not set back. Changed all such env vars to monkeypatch.