From 00442997a67fbb051098f04ffcff1d8714748380 Mon Sep 17 00:00:00 2001 From: Sherlock Xu <65327072+Sherlock113@users.noreply.github.com> Date: Sat, 14 Oct 2023 03:28:44 +0800 Subject: [PATCH] docs: Add OpenLLM Google Colab link (#497) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a66f5b23..99b69502 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,8 @@ OpenLLM is designed for AI application developers working to build production-re ## šŸƒ Get started +To quickly get started with OpenLLM, follow the instructions below or try this [OpenLLM tutorial in Google Colab: Serving Llama 2 with OpenLLM](https://colab.research.google.com/github/bentoml/OpenLLM/blob/main/examples/openllm-llama2-demo/openllm_llama2_demo.ipynb). + ### Prerequisites You have installed Python 3.8 (or later) andĀ `pip`. We highly recommend using a [Virtual Environment](https://docs.python.org/3/library/venv.html) to prevent package conflicts.