From 1561780609869f54a95e40b2531066a70f20871a Mon Sep 17 00:00:00 2001 From: Xu Song Date: Tue, 23 May 2023 16:53:54 +0800 Subject: [PATCH] Fix TOC of gptneox_guide.md --- docs/gptneox_guide.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/gptneox_guide.md b/docs/gptneox_guide.md index dcedbe8ed..45c7f0d13 100644 --- a/docs/gptneox_guide.md +++ b/docs/gptneox_guide.md @@ -7,12 +7,14 @@ - [Introduction](#introduction) - [Inference Options](#inference-options) - [Supported features](#supported-features) - - [Setup](#setup) + - [Setup from EleutherAI checkpoint](#setup-from-eleutherai-checkpoint) - [Requirements](#requirements) - [Download the model](#download-the-model) - [Tokenizer](#tokenizer) + - [Setup from HuggingFace checkpoint](#setup-from-huggingface-checkpoint) - [Run GPT-NeoX](#run-gpt-neox) + ## Introduction This document describes the steps to run the GPT-NeoX model on FasterTransformer.