NikolayKozloff
commited on
Commit
•
567e0e1
1
Parent(s):
177b0e4
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_0-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_0-GGUF --hf-file viking-13b-q4_0.gguf -c 2048
|
63 |
-
```
|
|
|
16 |
tags:
|
17 |
- llama-cpp
|
18 |
- gguf-my-repo
|
19 |
+
- text-generation-inference
|
20 |
---
|
21 |
|
22 |
# NikolayKozloff/Viking-13B-Q4_0-GGUF
|
|
|
61 |
or
|
62 |
```
|
63 |
./llama-server --hf-repo NikolayKozloff/Viking-13B-Q4_0-GGUF --hf-file viking-13b-q4_0.gguf -c 2048
|
64 |
+
```
|