NikolayKozloff
commited on
Commit
•
17b0f1b
1
Parent(s):
8fda53f
Update README.md
Browse files
README.md
CHANGED
@@ -16,6 +16,7 @@ license: apache-2.0
|
|
16 |
tags:
|
17 |
- llama-cpp
|
18 |
- gguf-my-repo
|
|
|
19 |
---
|
20 |
|
21 |
# NikolayKozloff/Viking-13B-Q4_K_S-GGUF
|
@@ -60,4 +61,4 @@ Step 3: Run inference through the main binary.
|
|
60 |
or
|
61 |
```
|
62 |
./llama-server --hf-repo NikolayKozloff/Viking-13B-Q4_K_S-GGUF --hf-file viking-13b-q4_k_s.gguf -c 2048
|
63 |
-
```
|
|
|
16 |
tags:
|
17 |
- llama-cpp
|
18 |
- gguf-my-repo
|
19 |
+
- text-generation-inference
|
20 |
---
|
21 |
|
22 |
# NikolayKozloff/Viking-13B-Q4_K_S-GGUF
|
|
|
61 |
or
|
62 |
```
|
63 |
./llama-server --hf-repo NikolayKozloff/Viking-13B-Q4_K_S-GGUF --hf-file viking-13b-q4_k_s.gguf -c 2048
|
64 |
+
```
|