Skip to content

Commit 9c2042a

Browse files
committed
update table of contents
1 parent 732f0a0 commit 9c2042a

2 files changed

Lines changed: 20 additions & 3 deletions

File tree

README.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,26 @@ This repository contains the refactored runtime used for large-scale pretraining
4747
- [Updates](#updates)
4848
- [File Structure](#file-structure)
4949
- [Installation](#installation)
50+
- [Option A: Conda/Mamba environment for `src` (recommended on cluster)](#option-a-condamamba-environment-for-src-recommended-on-cluster)
51+
- [Option B: venv](#option-b-venv)
5052
- [General Configuration](#general-configuration)
5153
- [Download](#download)
52-
- [Model Checkpoints](#model-checkpoints)
53-
- [Datasets](#datasets)
54+
- [Dataset](#dataset)
55+
- [Checkpoint](#checkpoint)
5456
- [Setup](#setup)
55-
- [Command Cookbook](#command-cookbook)
57+
- [Quick Start](#quick-start)
58+
- [Entrypoints](#entrypoints)
59+
- [Shared CLI Blocks](#shared-cli-blocks)
60+
- [Scenario Index](#scenario-index)
61+
- [1.1) From Scratch on PBMC](#11-from-scratch-on-pbmc)
62+
- [1.2) From Scratch on Tahoe100M](#12-from-scratch-on-tahoe100m)
63+
- [1.3) From Scratch on Replogle](#13-from-scratch-on-replogle)
64+
- [2.1) Sampling on PBMC (from checkpoint; PBMC as an example)](#21-sampling-on-pbmc-from-checkpoint-pbmc-as-an-example)
65+
- [3) Pretraining](#3-pretraining)
66+
- [4.1) Finetuning on PBMC](#41-finetuning-on-pbmc)
67+
- [4.2) Finetuning on Tahoe100M](#42-finetuning-on-tahoe100m)
68+
- [4.3) Finetuning on Replogle](#43-finetuning-on-replogle)
69+
- [Notes](#notes)
5670
- [Citation](#citation)
5771

5872
## Feature

index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,9 @@
259259
flex-direction: column;
260260
gap: .24rem;
261261
justify-content: center;
262+
min-width: 0;
263+
overflow-wrap: anywhere;
264+
word-break: break-word;
262265
}
263266
.step strong { font-size: clamp(.74rem, .94vw, .9rem); }
264267
.step.active { border-color: rgba(217,119,6,.6); background: rgba(217,119,6,.14); }

0 commit comments

Comments
 (0)