From de7afc52a94919126a188df6b7d425f24cf8575b Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Tue, 4 Apr 2023 07:23:53 -0700 Subject: [PATCH] cr --- .../models/llms/integrations/llamacpp.ipynb | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/docs/modules/models/llms/integrations/llamacpp.ipynb b/docs/modules/models/llms/integrations/llamacpp.ipynb index 3d0d9a10..fec37c50 100644 --- a/docs/modules/models/llms/integrations/llamacpp.ipynb +++ b/docs/modules/models/llms/integrations/llamacpp.ipynb @@ -1,5 +1,14 @@ { "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Llama-cpp\n", + "\n", + "This notebook goes over how to run llama-cpp within LangChain" + ] + }, { "cell_type": "code", "execution_count": null, @@ -75,7 +84,7 @@ ], "metadata": { "kernelspec": { - "display_name": "workspace", + "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, @@ -89,9 +98,8 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.9.13" - }, - "orig_nbformat": 4 + "version": "3.9.1" + } }, "nbformat": 4, "nbformat_minor": 2