I don't understand how I'm supposed to study the book and at the same time keep it updated.
So I do:
git clone https://github.com/rasbt/LLMs-from-scratch
cd LLMs-from-scratch
git checkout -b my_branch
and work from there.
But then comes a new commit upstream.
That requires merging Jupyter Notebook code diffs into my branch.
Which is not easy to track down because it's JSON and it's not easy to realize what really changed.
May I suggest ditching the Jupyter Notebook file and upload only Python files generated with JupyText?
I don't understand how I'm supposed to study the book and at the same time keep it updated.
So I do:
and work from there.
But then comes a new commit upstream.
That requires merging Jupyter Notebook code diffs into my branch.
Which is not easy to track down because it's JSON and it's not easy to realize what really changed.
May I suggest ditching the Jupyter Notebook file and upload only Python files generated with JupyText?