From 780625b877a5f50732fe2ce4c75df09a8b83eeea Mon Sep 17 00:00:00 2001 From: rhinophant Date: Sat, 22 Jun 2024 16:59:18 -0400 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c77d257..2c8e218 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,8 @@ This repository provides detailed tutorials for setting up and running Large Lan 3. **[Setting Up LLM on Kaggle GPU](https://github.com/casualcomputer/llm_google_colab/blob/main/setup-llm-on-kaggle-gpu.ipynb)**: This notebook guides you through the process of setting up a LLM on Kaggle using GPU acceleration. It includes steps to install necessary packages and optimize your model for Kaggle's hardware. +4. **[Running Ollama on Colab](https://github.com/casualcomputer/llm_google_colab/blob/main/setup_ollama_google_colab.ipynb)**: This notebook guides you through the process of running and serving LLaMA3 through Ollama. It allows learners to interact with LLM easily and experimenting different open-source LLM's. + ## Getting Started To get started with these tutorials, follow these steps: