ReaLLMASIC / nanoGPT

The simplest, fastest repository for training/finetuning medium-sized GPTs.
MIT License
23 stars 17 forks source link

Add table customization #152

Closed gkielian closed 4 months ago

gkielian commented 4 months ago

This adds regex for filtering filepath results.

This also adds adaptable column width for the filepath to prevent name clipping.

To help reduce excess chars in the filepath, we trim the /ckpt.pt as all of the paths will have this in common.

klei22 commented 4 months ago

Looks good