From 6021e9ebb9ec89a30ce46e1f1a9aed8a9f887498 Mon Sep 17 00:00:00 2001 From: Michael Gschwind <61328285+mikekgfb@users.noreply.github.com> Date: Tue, 26 Nov 2024 19:41:56 -0800 Subject: [PATCH 1/2] Update ADVANCED-USERS.md * Avoid bleed-thru of markup for test * Remove prerelease warning (consistent with other files, we have a general disclaimer in docs already --- docs/ADVANCED-USERS.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/ADVANCED-USERS.md b/docs/ADVANCED-USERS.md index 8f66b8a29..5dca2470d 100644 --- a/docs/ADVANCED-USERS.md +++ b/docs/ADVANCED-USERS.md @@ -1,22 +1,20 @@ > [!WARNING] > Files in this directory may be outdated, incomplete, scratch notes, or a WIP. torchchat provides no guarantees on these files as references. Please refer to the root README for stable features and documentation. -# Torchchat is still in pre-release! - - -Torchchat is currently in a pre-release state and under extensive development. - # The Lost Manual: torchchat [**Introduction**](#introduction) | [**Installation**](#installation) | [**Get Started**](#get-started) | [**Download**](#download) | [**Chat**](#chat) | [**Generate**](#generate) | [**Eval**](#eval) | [**Export**](#export) | [**Supported Systems**](#supported-systems) | [**Contributing**](#contributing) | [**License**](#license) + This is the advanced users' guide, if you're looking to get started with LLMs, please refer to the README at the root directory of the From d2a48310ac619020e79db49abc5759970e423d47 Mon Sep 17 00:00:00 2001 From: Michael Gschwind <61328285+mikekgfb@users.noreply.github.com> Date: Mon, 9 Dec 2024 20:24:37 -0800 Subject: [PATCH 2/2] Update ADVANCED-USERS.md Fix typo --- docs/ADVANCED-USERS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ADVANCED-USERS.md b/docs/ADVANCED-USERS.md index ff4999040..a8d02c2f9 100644 --- a/docs/ADVANCED-USERS.md +++ b/docs/ADVANCED-USERS.md @@ -463,7 +463,7 @@ significant impact on accuracy. ## Native (Stand-Alone) Execution of Exported Models -Refer to the [README](README.md] for an introduction to native +Refer to the [README](README.md) for an introduction to native execution on servers, desktops, and laptops. Mobile and Edge execution for Android and iOS are described under [torchchat/edge/docs/Android.md] and [torchchat/edge/docs/iOS.md], respectively.