Woosuk Kwon
Woosuk Kwon
Thanks @romilbhardwaj ! 0. Yeah, it was simply because my home wifi sucks. ``` (base) root@5570cf941164:/# time pip install torch Collecting torch Downloading torch-1.11.0-cp38-cp38-manylinux1_x86_64.whl (750.6 MB) |████████████████████████████████| 750.6 MB 15...
#1075 will fix this bug. > A bigger item is probably to programmatically check if some task requirement is not ever going to be satisfied, e.g., exec --gpus some_other_gpu, and...
How urgent is it? I can take this if it is ok to fix this issue after this weekend.
Given that #832 is merged pretty soon, I think I can start this Friday or Saturday.
Thanks @Michaelvll for quickly fixing the bug! I've checked that this PR resolves the issue. However, I have a bit fundamental question: do we really need to call `accelerator_in_region_or_zone` (or...
Thanks @concretevitamin for reviewing this super old PR. Regarding > How feasible do you think it is to support batching zones with same prices for spot requests? For example, sky...
@concretevitamin On my laptop, it took 10-15 secs per zone. Yeah, it seems request batching can improve UX. Let's mark it as TODO.
@concretevitamin > How does this interact with global regions ([link](https://skypilot.readthedocs.io/en/latest/reference/faq.html#advanced-how-to-make-skypilot-use-all-global-regions))? For example: this PR's logging messages use to_provision.zone in several places; will the logging print None for non-US regions' zones?...
> the line Provision failed for 1x AWS(p4d.24xlarge, {'A100': 8}). Trying other launchable resources (if any). is quite confusing, as the provision only fails in one region for the resources...
@concretevitamin I thought last time you mentioned directly showing the region/zone does not fit with the spirit of Sky. Anyway, I added the column like below: ``` $ sky cpunode...