From 46da5de195146fed7d962c24e85551f49b652957 Mon Sep 17 00:00:00 2001 From: CRD716 Date: Thu, 4 May 2023 21:30:51 -0500 Subject: [PATCH] Revert "quick readme update" This reverts commit 8dc342c069cbdca8ce63ad974becec6fc844e1e4. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cdea793a1..0002f8cc1 100644 --- a/README.md +++ b/README.md @@ -20,11 +20,12 @@ The main goal of `llama.cpp` is to run the LLaMA model using 4-bit integer quant - Apple silicon first-class citizen - optimized via ARM NEON and Accelerate framework - AVX2 support for x86 architectures - Mixed F16 / F32 precision -- 4 & 8 bit integer quantization support +- 4-bit integer quantization support - Runs on the CPU The original implementation of `llama.cpp` was [hacked in an evening](https://github.com/ggerganov/llama.cpp/issues/33#issuecomment-1465108022). -Since then, the project has improved significantly thanks to many contributions. This project is for educational purposes and serves as the main playground for developing new features for the [ggml](https://github.com/ggerganov/ggml) library. +Since then, the project has improved significantly thanks to many contributions. This project is for educational purposes and serves +as the main playground for developing new features for the [ggml](https://github.com/ggerganov/ggml) library. **Supported platforms:**