Zhanghao Wu
Zhanghao Wu
Similar to tail and docker logs, we may want to add `-n` option to the sky logs CLI. The main reason is that when the user logs are very long,...
> Hi @Michaelvll what's the cluster setup. Does the task run on the same node where ray.wait is called? Yes, the task is run on the same node as the...
For discussion, this seems fine to stop serve controller, since we have made the controller on kubernetes to skip the autostop configuration in #3521. Wdyt @romilbhardwaj? @cblmemo please check #3521...
We should install skypilot's remote dependency in the environment other than base to avoid this kind of issue. Another user encountered similar issue due to installing some package in the...
Note: in our ray-up YAML file, we specified the security_group used for the cluster to be `sky-sg-`, so any update to that security group will be applied to all launched...
This is being solved by #2681
This has been fixed in the master branch. Closing this PR for now.
Sorry, this issue still exists by the following commands: ``` sky gpunode --gpus K80:4 --region us-central1 --cloud gcp -c test-gpu sky exec --gpus K80:3 --cloud gcp --region us-central1 test-gpu 'echo...
A kind bump for this PR @WoosukKwon
I further refactored the code in optimizer and clouds to reduce the redundant codes. Please feel free to take another look. @WoosukKwon Tested: - [x] `pytest tests/test_optimizer_dryrun.py` with the A100...