From ad8b7928df8ae29810743125c5e95c499834b84d Mon Sep 17 00:00:00 2001 From: grey Date: Mon, 23 Sep 2024 23:15:05 -0700 Subject: [PATCH] docs: fix README flow --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 2f0cac6..254227f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,6 @@ Run local Large Language Models (LLMs) in your Digital Audio Workstation (DAW) t ## Table of Contents -- [Architecture](#architecture) - [Features](#features) - [Demo](#demo) - [Installation](#installation) @@ -14,16 +13,12 @@ Run local Large Language Models (LLMs) in your Digital Audio Workstation (DAW) t - [Requirements](#requirements) - [Usage](#usage) - [Supported Platforms](#supported-platforms) +- [Supported Models](#supported-models) +- [Architecture](#architecture) - [Contributing](#contributing) - [License](#license) - [Acknowledgments](#acknowledgments) -## Architecture - -![Architecture Diagram](assets/musegpt.drawio.png) - -For more information, see [Technical Approach](https://musegpt.org/technical_approach.html). - ## Features Currently supported features include: @@ -130,6 +125,12 @@ musegpt currently supports the following models: Any model compatible with `llama.cpp` should work with `musegpt`. Feel free to experiment with different models to find the best one for your needs—and raise a pull request! +## Architecture + +![Architecture Diagram](assets/musegpt.drawio.png) + +For more information, see [Technical Approach](https://musegpt.org/technical_approach.html). + ## Contributing We welcome contributions from the community!