Chunxiang Xu avadesian
Loading Heatmap…

avadesian synced commits to requests-retention at avadesian/skypilot from mirror

  • f416da93d5 Address review comments Signed-off-by: Aylei <rayingecho@gmail.com>
  • 2c09ca64dd Update docs/source/reference/config.rst Co-authored-by: Zhanghao Wu <zhanghao.wu@outlook.com>
  • Compare 2 commits »

2 hours ago

avadesian synced commits to master at avadesian/skypilot from mirror

  • 81af2fc744 [Core] Delete network infra when tearing down cluster with gpu direct enabled (#5565) * delete network infra when tear down cluster with gpu direct enabled * delete network infras during clusters failover and tearing down * update code and comments * address comments * update code based on latest code base * remove vpc prefix * update case * format code * address comments
  • 25ddae25da [api] catch UnicodeDecodeError during /upload (#6187) If there are non-UTF8 chars in the request body, calling request.json() can result in a UnicodeDecodeError. We should handle this the same as a JSONDecodeError. This can happen during file upload on an API server using auth proxy.
  • 470a4b8fa5 [Core] Support GPU provisioning with flex-start in GKE (#6125) * support flex-start in gke * update ux per comments * add comments * address code comments * update docs * remove useless code * update doc * update doc
  • Compare 3 commits »

2 hours ago

avadesian synced commits to requests-retention at avadesian/skypilot from mirror

  • 6cd2b99067 Fix doc Signed-off-by: Aylei <rayingecho@gmail.com>
  • 7c51e1cc32 Merge branch 'master' into requests-retention
  • 5b927b8943 Address review comments Signed-off-by: Aylei <rayingecho@gmail.com>
  • e60a91f141 [API server] Use uvloop by default (#6175) Use uvloop by default Signed-off-by: Aylei <rayingecho@gmail.com>
  • 4e63da2c36 Master branch readme example broken (#6177) * follow up * readme fix
  • Compare 18 commits »

12 hours ago

avadesian synced commits to master at avadesian/skypilot from mirror

  • 669d9f910c [Dev] Move the nightly build earlier (#6181) Move the nightly build earlier
  • dcb2875ea8 [K8s] update ray node imagePullPolicy to Always from IfNotPresent (#6154) update ray node imagePullPolicy to Always from IfNotPresent
  • 37ee86178d [Core] Cleanup temp dir for file_mounts after request (#6173) * [Core] Fix wheel get build for multiple times Signed-off-by: Aylei <rayingecho@gmail.com> * [Core] Cleanup temp dir for file_mounts after launch Signed-off-by: Aylei <rayingecho@gmail.com> * nit Signed-off-by: Aylei <rayingecho@gmail.com> --------- Signed-off-by: Aylei <rayingecho@gmail.com>
  • Compare 3 commits »

12 hours ago

avadesian synced commits to 2512 at avadesian/skypilot from mirror

12 hours ago

avadesian synced commits to 2463 at avadesian/skypilot from mirror

12 hours ago

avadesian synced commits to master at avadesian/skypilot from mirror

  • e60a91f141 [API server] Use uvloop by default (#6175) Use uvloop by default Signed-off-by: Aylei <rayingecho@gmail.com>
  • 4e63da2c36 Master branch readme example broken (#6177) * follow up * readme fix
  • Compare 2 commits »

1 day ago

avadesian synced commits to 2512 at avadesian/skypilot from mirror

1 day ago

avadesian synced commits to update-job-dashboard-doc at avadesian/skypilot from mirror

1 day ago

avadesian synced commits to master at avadesian/skypilot from mirror

  • 62ead7b1e2 Update Cudo catalog pull frequency to 7 hours (#6178) Update catalog pull frequency to 7 hours

1 day ago

avadesian synced commits to 2512 at avadesian/skypilot from mirror

1 day ago

avadesian synced commits to requests-retention at avadesian/skypilot from mirror

  • 4e09a66319 Fix UT Signed-off-by: Aylei <rayingecho@gmail.com>

4 days ago

avadesian synced commits to master at avadesian/skypilot from mirror

  • 8e6a0963f3 Test: fix api compatibility test (#6174) Signed-off-by: Aylei <rayingecho@gmail.com>
  • 290801fdac [API server] Initiate API compatibility support between minor versions (#6105) * [API server] Initial API compatiblity support between minor versions Signed-off-by: Aylei <rayingecho@gmail.com> * Fix UT Signed-off-by: Aylei <rayingecho@gmail.com> * Fix UT Signed-off-by: Aylei <rayingecho@gmail.com> * Fix UT Signed-off-by: Aylei <rayingecho@gmail.com> * Address review comments Signed-off-by: Aylei <rayingecho@gmail.com> * Fix backward compat test Signed-off-by: Aylei <rayingecho@gmail.com> * Fix Signed-off-by: Aylei <rayingecho@gmail.com> * Error handling Signed-off-by: Aylei <rayingecho@gmail.com> * Fix Signed-off-by: Aylei <rayingecho@gmail.com> * Fix Signed-off-by: Aylei <rayingecho@gmail.com> * Fix Signed-off-by: Aylei <rayingecho@gmail.com> * Better error msg Signed-off-by: Aylei <rayingecho@gmail.com> * More docs Signed-off-by: Aylei <rayingecho@gmail.com> * Update initial version Signed-off-by: Aylei <rayingecho@gmail.com> * Refinements Signed-off-by: Aylei <rayingecho@gmail.com> --------- Signed-off-by: Aylei <rayingecho@gmail.com>
  • 2a887483a0 [Jobs] Fix return type docstr (#6165) * Fix docstr * Fix docstr
  • Compare 3 commits »

4 days ago

avadesian synced commits to 2463 at avadesian/skypilot from mirror

  • dd242ce50a Merge branch 'master' of https://github.com/skypilot-org/skypilot into 2463
  • 8e6a0963f3 Test: fix api compatibility test (#6174) Signed-off-by: Aylei <rayingecho@gmail.com>
  • e9d5e05af5 Merge branch 'master' of https://github.com/skypilot-org/skypilot into 2463
  • 3c3e77753b remove useless code
  • 290801fdac [API server] Initiate API compatibility support between minor versions (#6105) * [API server] Initial API compatiblity support between minor versions Signed-off-by: Aylei <rayingecho@gmail.com> * Fix UT Signed-off-by: Aylei <rayingecho@gmail.com> * Fix UT Signed-off-by: Aylei <rayingecho@gmail.com> * Fix UT Signed-off-by: Aylei <rayingecho@gmail.com> * Address review comments Signed-off-by: Aylei <rayingecho@gmail.com> * Fix backward compat test Signed-off-by: Aylei <rayingecho@gmail.com> * Fix Signed-off-by: Aylei <rayingecho@gmail.com> * Error handling Signed-off-by: Aylei <rayingecho@gmail.com> * Fix Signed-off-by: Aylei <rayingecho@gmail.com> * Fix Signed-off-by: Aylei <rayingecho@gmail.com> * Fix Signed-off-by: Aylei <rayingecho@gmail.com> * Better error msg Signed-off-by: Aylei <rayingecho@gmail.com> * More docs Signed-off-by: Aylei <rayingecho@gmail.com> * Update initial version Signed-off-by: Aylei <rayingecho@gmail.com> * Refinements Signed-off-by: Aylei <rayingecho@gmail.com> --------- Signed-off-by: Aylei <rayingecho@gmail.com>
  • Compare 13 commits »

4 days ago

avadesian synced commits to master at avadesian/skypilot from mirror

  • 2167b1e0da [docs] add docs for Google Workspace login with auth proxy (#6164) * [docs] add docs for Google Workspace login with auth proxy * fix lint * Update docs/source/reference/auth.rst Co-authored-by: Zongheng Yang <zongheng.y@gmail.com> * add Google to login screenshot --------- Co-authored-by: Zongheng Yang <zongheng.y@gmail.com>
  • c59f218f85 [Metrics] publish metrics helm chart and update docs (#6153) publish metrics helm chart and update docs
  • 3a6caf3286 [Perf] Sky status `aws configure list` (#6161) Sky status aws configure list -> a bit slow on mac
  • 7c0f12c49d Fix Cudo Integration (#6130) * Update Cudo API call to use `make_client` method * Fix Cudo API Integrations * Update `to_dict` usage to access `machine_types` in Cudo API * Update `to_dict` usage to access `machine_types` in Cudo API
  • 21d164e8b7 minor refactor of get_clusters (#6156) * minor refactor of _update_record_with_resources * oopsie daisy * continue
  • Compare 5 commits »

4 days ago

avadesian synced commits to version-compatible at avadesian/skypilot from mirror

  • 455cdd0580 Merge master Signed-off-by: Aylei <rayingecho@gmail.com>
  • f6a1308da4 Update doc to remove Dockerfile_local (#6155) update doc to remove Dockerfile_local
  • 2b1f91158e use os.replace to atomically write the cookies file (#6152) * use os.replace to atomically write the cookies file * use context manager
  • 4bd9d03f16 [Core][Jobs] filemounts upload for job consolidation (#6132) * [Core][Jobs] filemounts upload for job consolidation * fix
  • 0ec9fed42b add auth proxy header docs (#6143) Follow-up for #6141.
  • Compare 8 commits »

5 days ago

avadesian synced commits to master at avadesian/skypilot from mirror

  • f6a1308da4 Update doc to remove Dockerfile_local (#6155) update doc to remove Dockerfile_local
  • 2b1f91158e use os.replace to atomically write the cookies file (#6152) * use os.replace to atomically write the cookies file * use context manager
  • 4bd9d03f16 [Core][Jobs] filemounts upload for job consolidation (#6132) * [Core][Jobs] filemounts upload for job consolidation * fix
  • Compare 3 commits »

5 days ago

avadesian synced commits to 2463 at avadesian/skypilot from mirror

  • b3f4bb31a1 add comments
  • d853489358 Merge branch 'master' of https://github.com/skypilot-org/skypilot into 2463
  • 0f313da349 update ux per comments
  • f6a1308da4 Update doc to remove Dockerfile_local (#6155) update doc to remove Dockerfile_local
  • 2b1f91158e use os.replace to atomically write the cookies file (#6152) * use os.replace to atomically write the cookies file * use context manager
  • Compare 26 commits »

5 days ago

avadesian synced commits to main at avadesian/guidance from mirror

  • f5e7e22d6f [Tidy] Sort contents of `__all__` (#1300) While imports have been sorted, the contents of the `__all__` lists weren't. Take care of this, and remove any duplicates. There is a `ruff` rule for this, so turn that on.
  • 7e36238cea [AOAI] Expose factory functions for AOAI (#1295) Export the two new factories for Azure models from `guidance.models`. That is `create_azure_aifoundry_model` and `create_azure_openai_model`. Update tests etc. accordingly.
  • f7cd410cfc [OAI] tag generated tokens as generated (#1298) TokenOutput from openai models wasn't being tagged as generated, messing with vis.
  • f9bb62f104 set delta's content as TokenOutput.value instead of the raw token (#1296)
  • 21c19fc571 Widget debugging - Clean completion, backtracking and prompt state, double render (#1282) Fixes numerous bugs in the widget such as double rendering and stuck in incomplete stream state Co-authored-by: S Jenkins <69673492+nopdive@users.noreply.github.com>
  • Compare 21 commits »

5 days ago

avadesian synced commits to master at avadesian/skypilot from mirror

5 days ago