Files
cs249r_book/tinytorch/datasets/tinydigits/train.pkl
Vijay Janapa Reddi b529654b86 fix: remove dataset files from Git LFS
TinyDigits pkl files were stored in LFS, causing install failures
when users don't have git-lfs installed. The sparse checkout would
download LFS pointer files instead of actual data, causing pickle
to fail with 'invalid load key' errors.

These files are small (~300KB total) so LFS is unnecessary.

Fixes #1129
2026-01-23 09:12:32 -05:00

258 KiB