Siyuan (Ryans) Zhuang
Siyuan (Ryans) Zhuang
### Search before asking - [X] I searched the [issues](https://github.com/ray-project/ray/issues) and found no similar issues. ### Ray Component Ray Core ### Issue Severity Low: It annoys or frustrates me for...
Even linux is using 100-column now: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=bdc48fa11e46f867ea4d75fa59ee87a7f48be144 I feel worse and worse when looking at files like sky/backends/cloud_vm_ray_backend.py. Every two of one lines of code you need to fold it...
The original code tried to reuse a cached head node ip address, but this does not actually work well when multiple processes are accessing the same node. Also the reusing...
It takes me 14min to spin up a cluster with 2 cpu nodes. The most time consuming part is installing pip packages, especially `azure-cli`. This may be addressed by releasing...
Currently we are uploading **ROOT credentials and dot-files of ALL clouds to ALL clusters**. This is considered a security leak.
This PR fixes some race condition mentioned in #1408. However, these race conditions should be pretty rare, so I am not sure if they are the root causes (from my...
We provide a ChatGPT-compatible Restful server api for chat completion. Will add the client API in a separate PR. Then in theory we can integrate FastChat with all community tools...
Incorrect rendering makes the code looks ugly on our page: The fix is similar to https://github.com/lm-sys/FastChat/pull/396
This PR includes basic code for analyzing the time it takes to vote using collected data. ## Checks - [x] I've run `format.sh` to lint the changes in this PR....