• Glenn Jocher's avatar
    Scope `check_file()` search space (#4933) · 5a8e4343
    Glenn Jocher 提交于
    `check_file()` is now limited to searching opt-in directories: /data, /models, /utils. This prevents large non-project directories like /.git and /venv from being searched, which may cause `check_file()` to slow significantly.
    5a8e4343
general.py 33.1 KB