]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
Correcting link to w64devkit (#1214)
authorFolko-Ven <redacted>
Fri, 28 Apr 2023 14:22:48 +0000 (19:22 +0500)
committerGitHub <redacted>
Fri, 28 Apr 2023 14:22:48 +0000 (16:22 +0200)
Correcting link to w64devkit (change seeto to skeeto).

README.md

index be0e49e47abc50577d6a53d90de45ceb19f4b3fa..2a20746c63b1865e1067b7f8698ba0c203802d7a 100644 (file)
--- 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.