NikolayKozloff
commited on
Commit
•
1d164c2
1
Parent(s):
0d1ddab
Update README.md
Browse files
README.md
CHANGED
@@ -5,6 +5,7 @@ language:
|
|
5 |
tags:
|
6 |
- llama-cpp
|
7 |
- gguf-my-repo
|
|
|
8 |
---
|
9 |
|
10 |
# NikolayKozloff/T-lite-instruct-0.1-Q5_K_M-GGUF
|
@@ -49,4 +50,4 @@ Step 3: Run inference through the main binary.
|
|
49 |
or
|
50 |
```
|
51 |
./llama-server --hf-repo NikolayKozloff/T-lite-instruct-0.1-Q5_K_M-GGUF --hf-file t-lite-instruct-0.1-q5_k_m.gguf -c 2048
|
52 |
-
```
|
|
|
5 |
tags:
|
6 |
- llama-cpp
|
7 |
- gguf-my-repo
|
8 |
+
- text-generation-inference
|
9 |
---
|
10 |
|
11 |
# NikolayKozloff/T-lite-instruct-0.1-Q5_K_M-GGUF
|
|
|
50 |
or
|
51 |
```
|
52 |
./llama-server --hf-repo NikolayKozloff/T-lite-instruct-0.1-Q5_K_M-GGUF --hf-file t-lite-instruct-0.1-q5_k_m.gguf -c 2048
|
53 |
+
```
|