From 7437e1d8602ed8d7714f6cfd41373ff7ee011fef Mon Sep 17 00:00:00 2001 From: saharNooby Date: Sat, 8 Apr 2023 19:39:31 +0400 Subject: [PATCH] Clarify that we now have binaries for Linux/MacOS --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e709bd6..475dd06 100644 --- a/README.md +++ b/README.md @@ -30,11 +30,11 @@ cd rwkv.cpp #### Option 2.1. Download a pre-compiled library -##### Windows +##### Windows / Linux / MacOS -Check out [Releases](https://github.com/saharNooby/rwkv.cpp/releases), download appropriate ZIP for your CPU, extract `rwkv.dll` file into `bin\Release\` directory inside the repository directory. +Check out [Releases](https://github.com/saharNooby/rwkv.cpp/releases), download appropriate ZIP for your OS and CPU, extract `rwkv` library file into the repository directory. -To check whether your CPU supports AVX2 or AVX-512, [use CPU-Z](https://www.cpuid.com/softwares/cpu-z.html). +On Windows: to check whether your CPU supports AVX2 or AVX-512, [use CPU-Z](https://www.cpuid.com/softwares/cpu-z.html). #### Option 2.2. Build the library yourself