Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,16 @@
|
|
1 |
-
---
|
2 |
-
license: wtfpl
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: wtfpl
|
3 |
+
---
|
4 |
+
|
5 |
+
|
6 |
+
1. Go to [llama.cpp](https://github.com/ggerganov/llama.cpp/releases/tag/b3479) and download one of those folders
|
7 |
+

|
8 |
+
|
9 |
+
2. If you're about to use CUDA - check the version your card supports(12.2 for any RTX) and download one of those folders
|
10 |
+

|
11 |
+
|
12 |
+
3. Unpack them in one folder and rename it to "LlamaCPP"
|
13 |
+

|
14 |
+
|
15 |
+
4. Launch main.py/main.exe file
|
16 |
+
|