Introduction
Introduction Statistics Contact Development Disclaimer Help
Adding #taiwan-missile-repair tag. - annna - Annna the nice friendly bot.
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6…
Log
Files
Refs
Tags
README
---
commit 9198da54b725bdf696bfd37b7f656073c78d4fa4
parent 7560031e9095fa559771188bd65fe3025cf7d164
Author: Annna Robert-Houdin <[email protected]>
Date: Sun, 13 Oct 2024 20:30:46 +0200
Adding #taiwan-missile-repair tag.
Diffstat:
M ggml | 21 +++++++++++++--------
M modules/hashtags/hashtags.txt | 1 +
M phlog-index | 2 +-
3 files changed, 15 insertions(+), 9 deletions(-)
---
diff --git a/ggml b/ggml
@@ -1,14 +1,19 @@
#!/bin/sh
-ggmlbase="$HOME/scm/ggml"
-ggmlbin="./build/bin/gpt-2"
-ggmlmodel="models/gpt-2-1558M/ggml-model.bin"
-ggmlntokens="400"
+set -x
+
+#ggmlbase="/br/ai/ggml"
+ggmlbase="/br/ai/llama.cpp"
+#ggmlbin="./build/bin/gpt-2"
+ggmlbin="./build/bin/llama-simple"
+#ggmlmodel="models/gpt-2-1558M/ggml-model.bin"
+ggmlmodel="models/Qwen2.5-14B.Q4_0.gguf"
+ggmlntokens="100"
cd $ggmlbase
$ggmlbin -m $ggmlmodel -n $ggmlntokens \
- -p "$1" -t 8 2>/dev/null \
- | tail -n +19 \
- | head -n -6 \
- | sed 's,<|endoftext|>,,'
+ -p "$1" -t 16 #2>/dev/null \
+# | tail -n +19 \
+# | head -n -6 \
+# | sed 's,<|endoftext|>,,'
diff --git a/modules/hashtags/hashtags.txt b/modules/hashtags/hashtags.txt
@@ -17907,6 +17907,7 @@
#tail(1) gophers://bitreich.org/9/memecache/tail(1).mp4
#tailwind-monitor gophers://bitreich.org/I/memecache/tailwind-monitor.jpg
#taiwan-anthem gophers://bitreich.org/9/memecache/taiwan-anthem.webm
+#taiwan-missile-repair gophers://bitreich.org/I/memecache/taiwan-missile-repai…
#taiwans-territorial-claims gophers://bitreich.org/I/memecache/taiwans-territo…
#take-a-nap gophers://bitreich.org/I/memecache/take-a-nap.png
#take-a-turn gophers://bitreich.org/9/memecache/take-a-turn.mp4
diff --git a/phlog-index b/phlog-index
@@ -121,7 +121,7 @@ cp lsr.new lsr.old
# Now change the gph files in a really easy way.
{
- printf "/ News Aggregator /+2,/ Community /-6d\n"
+ printf "/ News Aggregator /+2,/ Introduction /-6d\n"
printf "/ News Aggregator /+1r !cat /home/annna/phlogs/agg.gph | head …
printf "w\nq\n"
} | ed -s /br/gopher/bitreich.gph
You are viewing proxied material from bitreich.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.