From 774651f324921ecd9d8a57c083ad5de92ff5d8fe Mon Sep 17 00:00:00 2001 From: Zongheng Yang Date: Tue, 4 Jun 2024 22:14:06 -0700 Subject: [PATCH 1/2] [Minor] Fix docs links & new button. --- docs/source/_static/custom.js | 1 - docs/source/docs/index.rst | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/source/_static/custom.js b/docs/source/_static/custom.js index 11affaf4c43..5630793d8ff 100644 --- a/docs/source/_static/custom.js +++ b/docs/source/_static/custom.js @@ -28,7 +28,6 @@ document.addEventListener('DOMContentLoaded', () => { { selector: '.caption-text', text: 'SkyServe: Model Serving' }, { selector: '.toctree-l1 > a', text: 'Managed Jobs' }, { selector: '.toctree-l1 > a', text: 'Running on Kubernetes' }, - { selector: '.toctree-l1 > a', text: 'DBRX (Databricks)' }, { selector: '.toctree-l1 > a', text: 'Ollama' }, { selector: '.toctree-l1 > a', text: 'Llama-3 (Meta)' }, { selector: '.toctree-l1 > a', text: 'Qwen (Alibaba)' }, diff --git a/docs/source/docs/index.rst b/docs/source/docs/index.rst index 06f9542f05b..22482755f76 100644 --- a/docs/source/docs/index.rst +++ b/docs/source/docs/index.rst @@ -69,7 +69,7 @@ Runnable examples: * **LLMs on SkyPilot** - * `GPT-2 ` + * `GPT-2 `_ * `Llama 3 `_ * `Qwen `_ * `Databricks DBRX `_ From 1c29ff25e1a5b8396f7cc171e7dd282a427412ea Mon Sep 17 00:00:00 2001 From: Zongheng Yang Date: Tue, 4 Jun 2024 22:16:00 -0700 Subject: [PATCH 2/2] add llm.c --- README.md | 4 ++-- docs/source/docs/index.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2815705187b..a2704df3643 100644 --- a/README.md +++ b/README.md @@ -154,9 +154,9 @@ To learn more, see our [Documentation](https://skypilot.readthedocs.io/en/latest Runnable examples: - LLMs on SkyPilot - - [GPT-2](./llm/gpt-2/) + - [GPT-2 via `llm.c`](./llm/gpt-2/) - [Llama 3](./llm/llama-3/) - - [Qwen](./llm/qwen/) + - [Qwen](./llm/qwen/) - [Databricks DBRX](./llm/dbrx/) - [Gemma](./llm/gemma/) - [Mixtral 8x7B](./llm/mixtral/); [Mistral 7B](https://docs.mistral.ai/self-deployment/skypilot/) (from official Mistral team) diff --git a/docs/source/docs/index.rst b/docs/source/docs/index.rst index 22482755f76..57efa26acbc 100644 --- a/docs/source/docs/index.rst +++ b/docs/source/docs/index.rst @@ -69,7 +69,7 @@ Runnable examples: * **LLMs on SkyPilot** - * `GPT-2 `_ + * `GPT-2 via llm.c `_ * `Llama 3 `_ * `Qwen `_ * `Databricks DBRX `_