From 8aba8c1f0811c2f3a6f8f64c3e0efcfbd6c1fb5e Mon Sep 17 00:00:00 2001 From: Xi Yan Date: Thu, 12 Dec 2024 18:00:58 -0800 Subject: [PATCH] delete readme --- docs/notebooks/README.md | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 docs/notebooks/README.md diff --git a/docs/notebooks/README.md b/docs/notebooks/README.md deleted file mode 100644 index 689f27ac5..000000000 --- a/docs/notebooks/README.md +++ /dev/null @@ -1,11 +0,0 @@ -# Llama Stack Notebooks - -In these sets of notebooks, we will walk you through the main sets of APIs we offer with Llama Stack with working examples to explore the possibilities that Llama Stack opens up for you. - -Please use the following Google Colab links to explore the notebooks: - -## Table of Contents -1. [Llama Stack Showcase](https://colab.research.google.com/drive/1F2ksmkoGQPa4pzRjMOE6BXWeOxWFIW6n?usp=sharing): How you can build LLM-powered agentic applications using Llama Stack. - - -2. [Llama Stack Eval](https://colab.research.google.com/drive/10CHyykee9j2OigaIcRv47BKG9mrNm0tJ): How you can use Llama Stack for running evaluations on your LLM-powered applications.