From 2bf20046b1fb0e2efb8f4c1243a7cb0777690b8e Mon Sep 17 00:00:00 2001 From: Zongheng Yang Date: Wed, 27 Sep 2023 17:12:41 -0700 Subject: [PATCH] News: tweak width. (#2616) * News: Tweak width. * update * tweak * LRU, tweaks * tweaks * updates * updates --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4b2a0e9836e..2679c1930b2 100644 --- a/README.md +++ b/README.md @@ -27,11 +27,10 @@ ---- :fire: *News* :fire: -- [Sep, 2023] [**Mistral 7B**](https://mistral.ai/news/announcing-mistral-7b/), a permissive LLM from Mistral AI, just released! Use SkyPilot to deploy it on any cloud: [**Mistral docs**](https://docs.mistral.ai/cloud-deployment/skypilot/) +- [Sep, 2023] [**Mistral 7B**](https://mistral.ai/news/announcing-mistral-7b/), a high-quality open LLM, was released! Deploy via SkyPilot on any cloud: [**Mistral docs**](https://docs.mistral.ai/cloud-deployment/skypilot/) - [Aug, 2023] New cookbook: Finetuning Llama 2 in your own cloud environment, privately: [**example**](./llm/vicuna-llama-2/), [**blog post**](https://blog.skypilot.co/finetuning-llama2-operational-guide/) - [July, 2023] Self-Hosted **Llama-2 Chatbot** on Any Cloud: [**example**](./llm/llama-2/) -- [June, 2023] Serving LLM **24x Faster On the Cloud** with vLLM and SkyPilot: [**example**](./llm/vllm/), [**blog post**](https://blog.skypilot.co/serving-llm-24x-faster-on-the-cloud-with-vllm-and-skypilot/) -- [June, 2023] [**Two new clouds supported**](https://skypilot.readthedocs.io/en/latest/getting-started/installation.html): Samsung SCP and Oracle OCI! +- [June, 2023] Serving LLM 24x Faster On the Cloud **with vLLM and SkyPilot**: [**example**](./llm/vllm/), [**blog post**](https://blog.skypilot.co/serving-llm-24x-faster-on-the-cloud-with-vllm-and-skypilot/) - [April, 2023] **[**SkyPilot YAMLs released**](./llm/vicuna/) for finetuning & serving the Vicuna model with a single command**! - [March, 2023] **[Vicuna LLM chatbot](https://lmsys.org/blog/2023-03-30-vicuna/) trained** [**using SkyPilot**](./llm/vicuna/) **for $300 on spot instances!** ----