From: Folko-Ven Date: Fri, 28 Apr 2023 14:22:48 +0000 (+0500) Subject: Correcting link to w64devkit (#1214) X-Git-Tag: gguf-v0.4.0~858 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=78ec543733d10a1629f984fd0302fdaa4e87fe66;p=pkg%2Fggml%2Fsources%2Fllama.cpp Correcting link to w64devkit (#1214) Correcting link to w64devkit (change seeto to skeeto). --- diff --git a/README.md b/README.md index be0e49e4..2a20746c 100644 --- a/README.md +++ b/README.md @@ -174,7 +174,7 @@ In order to build llama.cpp you have three different options. - On Windows: - 1. Download the latest fortran version of [w64devkit](https://github.com/seeto/w64devkit/releases). + 1. Download the latest fortran version of [w64devkit](https://github.com/skeeto/w64devkit/releases). 2. Extract `w64devkit` on your pc. 3. Run `w64devkit.exe`. 4. Use the `cd` command to reach the `llama.cpp` folder.