mirror of
https://github.com/codecrafters-io/build-your-own-x
synced 2026-07-02 16:59:25 +00:00
Add .gitignore for llm/, remove compiled/checkpoint files
https://claude.ai/code/session_01SWXLQb3nFTiygbp74dpjVa
This commit is contained in:
parent
1d3ce8cff7
commit
1ef5253c93
4 changed files with 2 additions and 0 deletions
2
llm/.gitignore
vendored
Normal file
2
llm/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
__pycache__/
|
||||
*.pt
|
||||
Binary file not shown.
Binary file not shown.
BIN
llm/ckpt.pt
BIN
llm/ckpt.pt
Binary file not shown.
Loading…
Reference in a new issue