From 6461b216408e6a59a22dbc44c54a547af6513775 Mon Sep 17 00:00:00 2001 From: Zongheng Yang Date: Tue, 3 Dec 2024 16:14:45 -0800 Subject: [PATCH 1/3] [Minor] README touches. --- README.md | 3 ++- tests/test_smoke.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 40a41e18782..85107b02ab6 100644 --- a/README.md +++ b/README.md @@ -155,10 +155,11 @@ SkyPilot then performs the heavy-lifting for you, including: Refer to [Quickstart](https://skypilot.readthedocs.io/en/latest/getting-started/quickstart.html) to get started with SkyPilot. ## More Information -To learn more, see our [documentation](https://skypilot.readthedocs.io/en/latest/), [blog](https://blog.skypilot.co/), and [community integrations](https://blog.skypilot.co/community/). +To learn more, see [Concept: Sky Computing](https://docs.skypilot.co/en/latest/sky-computing.html), [SkyPilot docs](https://skypilot.readthedocs.io/en/latest/), and [blog](https://blog.skypilot.co/). Runnable examples: +- [**AI Gallery**](https://docs.skypilot.co/en/latest/gallery/index.html) - LLMs on SkyPilot - [Llama 3.2: lightweight and vision models](./llm/llama-3_2/) - [Pixtral](./llm/pixtral/) diff --git a/tests/test_smoke.py b/tests/test_smoke.py index 78c87e0e60e..f37467417fa 100644 --- a/tests/test_smoke.py +++ b/tests/test_smoke.py @@ -195,7 +195,7 @@ def _get_cmd_wait_until_cluster_is_not_found(cluster_name: str, timeout: int): ' fi; ' 'done <<< "$current_status"; ' 'if [ "$found" -eq 1 ]; then break; fi; ' # Break outer loop if match found - 'echo "Waiting for job status to contains {job_status}, current status: $current_status"; ' + 'echo "Waiting for job status to contain {job_status}, current status: $current_status"; ' 'sleep 10; ' 'done') From c51609e9a6fe8c092a8ebce94ee6f10b76117ada Mon Sep 17 00:00:00 2001 From: Zongheng Yang Date: Tue, 3 Dec 2024 16:16:03 -0800 Subject: [PATCH 2/3] update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 85107b02ab6..f29b57be9ca 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,7 @@ SkyPilot then performs the heavy-lifting for you, including: Refer to [Quickstart](https://skypilot.readthedocs.io/en/latest/getting-started/quickstart.html) to get started with SkyPilot. ## More Information -To learn more, see [Concept: Sky Computing](https://docs.skypilot.co/en/latest/sky-computing.html), [SkyPilot docs](https://skypilot.readthedocs.io/en/latest/), and [blog](https://blog.skypilot.co/). +To learn more, see [Concept: Sky Computing](https://docs.skypilot.co/en/latest/sky-computing.html), [SkyPilot docs](https://skypilot.readthedocs.io/en/latest/), and [SkyPilot blog](https://blog.skypilot.co/). Runnable examples: From b2044aca472fd3064d2896ceb71cfb2ac0403b0e Mon Sep 17 00:00:00 2001 From: Zongheng Yang Date: Tue, 3 Dec 2024 16:28:34 -0800 Subject: [PATCH 3/3] update --- docs/source/docs/index.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/source/docs/index.rst b/docs/source/docs/index.rst index c5c44c63f47..17f8d545fa6 100644 --- a/docs/source/docs/index.rst +++ b/docs/source/docs/index.rst @@ -74,10 +74,14 @@ You can chat with the SkyPilot team and community on the `SkyPilot Slack ` and `SkyPilot blog `_. + Runnable examples: .. Keep this section in sync with README.md in SkyPilot repo +* :ref:`AI Gallery ` + * **LLMs on SkyPilot** * `Llama 3.2: lightweight and vision models `_