Update README.md
Browse files
README.md
CHANGED
@@ -24,12 +24,12 @@ pipeline_tag: summarization
|
|
24 |
# Inference LlamaCpp
|
25 |
|
26 |
```sh
|
27 |
-
|
28 |
--hf-repo "ClarityClips/ClarityQwen2Summarizer" \
|
29 |
--hf-file unsloth.Q4_K_M.gguf \
|
30 |
-p "Query: Give me a brief summary on Nihilism: The Philosophy of Johan Liebert specialy on the Tenma's Influence in 10 clear and concise sentence. Summary: " \
|
31 |
-n 700
|
32 |
-
|
33 |
|
34 |
## Ouput
|
35 |
|
|
|
24 |
# Inference LlamaCpp
|
25 |
|
26 |
```sh
|
27 |
+
llama-cli \
|
28 |
--hf-repo "ClarityClips/ClarityQwen2Summarizer" \
|
29 |
--hf-file unsloth.Q4_K_M.gguf \
|
30 |
-p "Query: Give me a brief summary on Nihilism: The Philosophy of Johan Liebert specialy on the Tenma's Influence in 10 clear and concise sentence. Summary: " \
|
31 |
-n 700
|
32 |
+
```
|
33 |
|
34 |
## Ouput
|
35 |
|