mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-03-11 18:43:34 -05:00
Simplify CLI and rename community commands
CLI improvements for better UX: - Renamed 'tito community submit' to 'tito community share' - Removed tito/commands/submit.py (moved to module workflow) - Updated tito/main.py with cleaner command structure - Removed module workflow commands (start/complete/resume) - Updated __init__.py exports for CommunityCommand - Updated _modidx.py with new module exports Result: Cleaner CLI focused on essential daily workflows and clear distinction between casual sharing vs formal competition.
This commit is contained in:
4
tinytorch/_modidx.py
generated
4
tinytorch/_modidx.py
generated
@@ -59,6 +59,8 @@ d = { 'settings': { 'branch': 'main',
|
||||
'tinytorch/benchmarking/benchmark.py'),
|
||||
'tinytorch.benchmarking.benchmark.TinyMLPerf.run_standard_benchmark': ( '19_benchmarking/benchmarking_dev.html#tinymlperf.run_standard_benchmark',
|
||||
'tinytorch/benchmarking/benchmark.py'),
|
||||
'tinytorch.benchmarking.benchmark.calculate_normalized_scores': ( '19_benchmarking/benchmarking_dev.html#calculate_normalized_scores',
|
||||
'tinytorch/benchmarking/benchmark.py'),
|
||||
'tinytorch.benchmarking.benchmark.test_unit_benchmark': ( '19_benchmarking/benchmarking_dev.html#test_unit_benchmark',
|
||||
'tinytorch/benchmarking/benchmark.py'),
|
||||
'tinytorch.benchmarking.benchmark.test_unit_benchmark_suite': ( '19_benchmarking/benchmarking_dev.html#test_unit_benchmark_suite',
|
||||
@@ -75,6 +77,8 @@ d = { 'settings': { 'branch': 'main',
|
||||
'tinytorch/competition/submit.py'),
|
||||
'tinytorch.competition.submit.validate_installation': ( '20_competition/competition_dev.html#validate_installation',
|
||||
'tinytorch/competition/submit.py'),
|
||||
'tinytorch.competition.submit.validate_submission': ( '20_competition/competition_dev.html#validate_submission',
|
||||
'tinytorch/competition/submit.py'),
|
||||
'tinytorch.competition.submit.worked_example_optimization': ( '20_competition/competition_dev.html#worked_example_optimization',
|
||||
'tinytorch/competition/submit.py')},
|
||||
'tinytorch.core.activations': { 'tinytorch.core.activations.GELU': ( '02_activations/activations_dev.html#gelu',
|
||||
|
||||
Reference in New Issue
Block a user