Skip to content

Commit

Permalink
Make overview navigable (#919)
Browse files Browse the repository at this point in the history
Small update. This just makes the `overview` items links, which improves
the ability to navigate our doc for different sections.
  • Loading branch information
stbaione authored Feb 5, 2025
1 parent 17c8369 commit 8f1a885
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/shortfin/llm/user/llama_serving.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ shark-ai.

Overview:

1. Setup, installing dependencies and configuring the environment
2. Download model files then compile the model for our accelerator(s) of choice
3. Start a server using the compiled model files
4. Send chat requests to the server and receive chat responses back
5. Running with sharded models
6. Server options
1. [Setup, installing dependencies and configuring the environment](#1-setup)
2. [Download model files then compile the model for our accelerator(s) of choice](#2-download-and-compile-the-model)
3. [Start a server using the compiled model files](#3-run-the-shortfin-llm-server)
4. [Send chat requests to the server and receive chat responses back](#4-test-the-server)
5. [Running with sharded models](#5-running-with-sharded-models)
6. [Server options](#6-server-options)

## 1. Setup

Expand Down

0 comments on commit 8f1a885

Please sign in to comment.