Cut sidenode about shell scripts
This commit is contained in:
parent
cf21a176b6
commit
bb76021152
15
README.md
15
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:
|
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:
|
||||||
|
|
Loading…
Reference in New Issue