diff --git a/README.md b/README.md index 40a41e18782..f29b57be9ca 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 [SkyPilot 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/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 `_ 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')