mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2025-12-05 19:17:52 -06:00
Changes: - Move profile.json from nested community/ to flat ~/.tinytorch/profile.json - Add file update notifications when .tinytorch files are created/updated - Print "📝 Updated: ~/.tinytorch/filename" for better visibility - Update benchmark.py to use new flat structure - Update auth.py to print when credentials are saved Benefits: - Simpler, flatter directory structure (no unnecessary nesting) - Users see exactly which files are being modified during setup - Consistent location for all user data (~/.tinytorch/) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Development Tools
This directory contains tools for TinyTorch maintainers and contributors.
Structure
dev/- Development environment setup and utilitiesbuild/- Build scripts for generating notebooks and metadatamaintenance/- Maintenance and cleanup scripts
For Students
Students don't need anything in this directory. Use the main setup scripts in the project root.
For Developers
See docs/development/DEVELOPER_SETUP.md for complete developer documentation.