Skip to content

Add uv support and update README for modern environment management#688

Open
soniclue wants to merge 1 commit intokarpathy:masterfrom
soniclue:master
Open

Add uv support and update README for modern environment management#688
soniclue wants to merge 1 commit intokarpathy:masterfrom
soniclue:master

Conversation

@soniclue
Copy link

Hello Dr. Karpathy

I understand this repo is marked as "deprecated." I recently finished watching your "Neural Networks: Zero to Hero" series on YouTube and found this repository still incredibly useful for following along with the video materials. Thank you so much for such high-quality educational content!

Changes in this PR:

  • No code logic has been changed.
  • Initialized the project with uv for faster, more reliable dependency management.
  • Updated the README.md to reflect the uv commands used to run the scripts (e.g., replacing python train.py with uv run train.py).

I find uv to be a significant improvement over the standard pip + venv workflow. I’ve submitted this PR so that others who are still studying the verbatim code from the YouTube series can benefit from a more modern setup.

Testing:
Verified all modified commands in the README.md, including uv run touchrun train.py ....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant