Update module docs: fix arXiv URL, uv setup, nanoGPT clone path
- Use HTTPS for arXiv API (was returning 301 on HTTP) - Point module 01 preliminaries to root uv sync instead of separate venv - Clone nanoGPT into 01-nanogpt/ and add to .gitignore - Add llama3.1:8B to module 02 models table - Various editorial updates to modules 01 and 02 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
7e4f0fb80b
commit
e10e411e41
3 changed files with 41 additions and 34 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -33,6 +33,9 @@ store/
|
|||
# Personal notes (not part of the workshop)
|
||||
*-notes.md
|
||||
|
||||
# Cloned repositories
|
||||
01-nanogpt/nanoGPT/
|
||||
|
||||
# Legacy directories (not part of the workshop)
|
||||
handouts/
|
||||
class_demo/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue