From 9c055476992824620818dfd3ec29dcf9655e5d0b Mon Sep 17 00:00:00 2001 From: Jack-Khuu Date: Wed, 31 Jul 2024 09:46:17 -0700 Subject: [PATCH] README: Remove Diagram Will replace with a more intro friendly one --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 12d878c5e..fa69d8b41 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,6 @@ torchchat is a small codebase showcasing the ability to run large language model - Multiple quantization schemes - Multiple execution modes including: Python (Eager, Compile) or Native (AOT Inductor (AOTI), ExecuTorch) -## Overview -![System Overview](assets/torchchat.png) - ## Installation The following steps require that you have [Python 3.10](https://www.python.org/downloads/release/python-3100/) installed.