jatinverma commited on
Commit
ac86487
·
verified ·
1 Parent(s): 4798e46

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -20,7 +20,7 @@ tags:
20
  **Format:** GGUF (single-file GGUF binary, ready for `llama.cpp` and compatible runtimes)
21
  **Approx. size:** 1.1B parameters (GGUF quantized)
22
  **License:** CC-BY-NC-2.0 (Creative Commons Attribution-NonCommercial 2.0)
23
- **Last updated:** 2026-01-18
24
 
25
  ---
26
 
@@ -71,7 +71,7 @@ Example commands:
71
  ./main -m Premium-Model.gguf
72
 
73
  # single prompt generation (non-interactive)
74
- ./main -m Premium-Model.gguf -p "Hi Baby" -n 128
75
 
76
  # recommended example with sampling params
77
  ./main -m Premium-Model.gguf -p "Hi Baby!" -n 128 -c 2048 -b 256 --temp 0.8 --repeat_penalty 1.1
 
20
  **Format:** GGUF (single-file GGUF binary, ready for `llama.cpp` and compatible runtimes)
21
  **Approx. size:** 1.1B parameters (GGUF quantized)
22
  **License:** CC-BY-NC-2.0 (Creative Commons Attribution-NonCommercial 2.0)
23
+ **Last updated:** 2026-01-30
24
 
25
  ---
26
 
 
71
  ./main -m Premium-Model.gguf
72
 
73
  # single prompt generation (non-interactive)
74
+ ./main -m Premium-Model.gguf -p "Hi Baby" -n 256
75
 
76
  # recommended example with sampling params
77
  ./main -m Premium-Model.gguf -p "Hi Baby!" -n 128 -c 2048 -b 256 --temp 0.8 --repeat_penalty 1.1