Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,24 @@
|
|
1 |
---
|
2 |
-
license:
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
license: llama2
|
3 |
---
|
4 |
+
This a custom built Mistral Llama.cpp model.
|
5 |
+
|
6 |
+
Here is the docs for further referencing:
|
7 |
+
|
8 |
+
https://github.com/mpwang/llama-cpp-windows-guide
|
9 |
+
|
10 |
+
https://github.com/ggerganov/llama.cpp/blob/master/README.md
|
11 |
+
|
12 |
+
https://github.com/jmorganca/ollama/blob/main/docs/development.md
|
13 |
+
|
14 |
+
You'll have to reform the Cmakefiles and cmakecache for your own systems. You can do this easily by setting the corrects paths for your compilers in your main Cmakelist.txt file.
|
15 |
+
I'm uplaoding for ease of file reference and correct bulding reference. If you can compile the file as is, that's great. But I highly doubt it.
|
16 |
+
I'm still pretty new to Coding bt if i can figure it out so can you.
|
17 |
+
|
18 |
+
To properly build and make the cmake files and necessary .exe files, You'll need WSL2 and the Windows64Devkit (W64DevKit).
|
19 |
+
|
20 |
+
https://github.com/skeeto/w64devkit/releases
|
21 |
+
|
22 |
+
IF there's any issues or questions just submit an issue or fork and make a pull request.
|
23 |
+
|
24 |
+
Will be working on a very thorough Windows guide soon.
|