Cut sidenode about shell scripts

This commit is contained in:
Shawn Presser 2023-03-05 09:31:21 -06:00 committed by GitHub
parent cf21a176b6
commit bb76021152
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 13 deletions

View File

@ -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: 219G (235164838073 bytes) total. Here are the sizes of the individual files for reference:
```sh ```sh
$ findsize
50 ./tokenizer_checklist.chk 50 ./tokenizer_checklist.chk
499723 ./tokenizer.model 499723 ./tokenizer.model
101 ./65B/params.json 101 ./65B/params.json
@ -70,21 +69,11 @@ $ findsize
101 ./7B/params.json 101 ./7B/params.json
100 ./7B/checklist.chk 100 ./7B/checklist.chk
13476939516 ./7B/consolidated.00.pth 13476939516 ./7B/consolidated.00.pth
$ findsize | sumcol 0
total:
235164838073 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? ## How do I know this is safe?
I ran this: I ran this: