From bb76021152221c9b36f101c18dbdc4376702a980 Mon Sep 17 00:00:00 2001 From: Shawn Presser Date: Sun, 5 Mar 2023 09:31:21 -0600 Subject: [PATCH] Cut sidenode about shell scripts --- README.md | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 6802755..f9c5c51 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,6 @@ Running random bash scripts generally isn't a good idea, but I'll stake my perso 219G (235164838073 bytes) total. Here are the sizes of the individual files for reference: ```sh -$ findsize 50 ./tokenizer_checklist.chk 499723 ./tokenizer.model 101 ./65B/params.json @@ -70,21 +69,11 @@ $ findsize 101 ./7B/params.json 100 ./7B/checklist.chk 13476939516 ./7B/consolidated.00.pth -$ findsize | sumcol 0 + +total: 235164838073 -$ findsize | sumcol 0 | bytes2human -219G ``` -(Aside: if `findsize`, `sumcol`, and `bytes2human` seem useful, you can get them at [shawwn/scrap](https://github.com/shawwn/scrap) along with.. uh.. - -``` -$ llbin | nlines -867 -``` - -... 867 other bash and python scripts I've written over ~7 years, apparently.) - ## How do I know this is safe? I ran this: