prithivMLmods commited on
Commit
fab466b
·
verified ·
1 Parent(s): 7d8745d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -7
README.md CHANGED
@@ -30,13 +30,15 @@ Ollama is a powerful tool that allows you to run machine learning models effortl
30
 
31
  ## Table of Contents
32
 
33
- - [Download and Install Ollama](#download-and-install-ollama)
34
- - [Steps to Run GGUF Models](#steps-to-run-gguf-models)
35
- - [1. Create the Model File](#1-create-the-model-file)
36
- - [2. Add the Template Command](#2-add-the-template-command)
37
- - [3. Create and Patch the Model](#3-create-and-patch-the-model)
38
- - [Running the Model](#running-the-model)
39
- - [Sample Usage](#sample-usage)
 
 
40
 
41
  ## Download and Install Ollama
42
 
 
30
 
31
  ## Table of Contents
32
 
33
+ | Section | Description |
34
+ |------------------------------|----------------------------------|
35
+ | [Download and Install Ollama](#download-and-install-ollama) | Instructions for downloading and installing Ollama. |
36
+ | [Steps to Run GGUF Models](#steps-to-run-gguf-models) | Guidelines for running GGUF models. |
37
+ | 1. [Create the Model File](#1-create-the-model-file) | Steps to create the model file. |
38
+ | 2. [Add the Template Command](#2-add-the-template-command) | Instructions for adding the template command. |
39
+ | 3. [Create and Patch the Model](#3-create-and-patch-the-model) | Process for creating and patching the model. |
40
+ | [Running the Model](#running-the-model) | How to run the model. |
41
+ | [Sample Usage](#sample-usage) | Examples of how to use the model. |
42
 
43
  ## Download and Install Ollama
44