mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-06-04 01:30:53 -05:00
Fix doctor command to check for correct CLI script path
- Change doctor command check from 'bin/tito.py' to 'bin/tito' - The actual CLI script is 'bin/tito' (without .py extension) - Doctor command now correctly shows CLI script as found instead of missing - Resolves false positive error in environment diagnosis
This commit is contained in:
@@ -83,7 +83,7 @@ class DoctorCommand(BaseCommand):
|
||||
('tinytorch/', 'Package directory'),
|
||||
('tinytorch/core/', 'Core module directory'),
|
||||
('modules/', 'Module directory'),
|
||||
('bin/tito.py', 'CLI script'),
|
||||
('bin/tito', 'CLI script'),
|
||||
('requirements.txt', 'Dependencies file')
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user