Introduction
Introduction Statistics Contact Development Disclaimer Help
Better output split. - annna - Annna the nice friendly bot.
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6…
Log
Files
Refs
Tags
README
---
commit c007084fda1adbe4996d030cd161eb62a520e1bf
parent f185769a4ce31f43a75bf57b051c74838c58d205
Author: Annna Robert-Houdin <[email protected]>
Date: Sun, 10 Nov 2024 23:05:46 +0100
Better output split.
Diffstat:
M gpt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gpt b/gpt
@@ -12,7 +12,7 @@ cd $ggmlbase
$ggmlbin -m $ggmlmodel -n $ggmlntokens \
"$1 Begin all lines with OUTPUT:." 2>/dev/null \
| grep "^OUTPUT:" \
- | cut -d' ' -f 2- \
+ | cut -d':' -f 2- \
| head -n 1 \
| tr -d '"'
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.