Clarify that we now have binaries for Linux/MacOS

This commit is contained in:
saharNooby 2023-04-08 19:39:31 +04:00
parent 84e0698f2b
commit 7437e1d860
1 changed files with 3 additions and 3 deletions

View File

@ -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