From 20a7af15a9a4467d49db21c9477f14ce4aed73c3 Mon Sep 17 00:00:00 2001 From: Botao Chen Date: Wed, 26 Feb 2025 13:18:40 -0800 Subject: [PATCH] update notebook --- docs/notebooks/Alpha_Llama_Stack_Post_Training.ipynb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/notebooks/Alpha_Llama_Stack_Post_Training.ipynb b/docs/notebooks/Alpha_Llama_Stack_Post_Training.ipynb index 3979088c1..c22a96e7f 100644 --- a/docs/notebooks/Alpha_Llama_Stack_Post_Training.ipynb +++ b/docs/notebooks/Alpha_Llama_Stack_Post_Training.ipynb @@ -3,6 +3,8 @@ { "cell_type": "markdown", "source": [ + "[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/meta-llama/llama-stack/blob/main/docs/notebooks/Alpha_Llama_Stack_Post_Training.ipynb)\n", + "\n", "# [Alpha] Llama Stack Post Training\n", "This notebook will use a real world problem (improve LLM as tax preparer) to walk through the main sets of APIs we offer with Llama stack for post training to improve the LLM performance for agentic apps (We support supervised finetune now, RLHF and knowledge distillation will come soon!).\n", "\n", @@ -64,7 +66,7 @@ "output_type": "stream", "name": "stdout", "text": [ - "Collecting git+https://github.com/meta-llama/llama-stack.git@hf_format_checkpointer\n", + "Collecting git+https://github.com/meta-llama/llama-stack.git\n", " Cloning https://github.com/meta-llama/llama-stack.git (to revision hf_format_checkpointer) to /tmp/pip-req-build-j_1bxqzm\n", " Running command git clone --filter=blob:none --quiet https://github.com/meta-llama/llama-stack.git /tmp/pip-req-build-j_1bxqzm\n", " Running command git checkout -b hf_format_checkpointer --track origin/hf_format_checkpointer\n",