You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today, ModelScan checks file extensions to determine if a file is able to be scanned. It would be nice to have an API that just does this check, so that we don't have to perform an entire scan to see if a file is compatible or not. Add a is_compatible(path: str) -> bool API to ModelScan that just checks the extension for compatibility.
The text was updated successfully, but these errors were encountered:
Today, ModelScan checks file extensions to determine if a file is able to be scanned. It would be nice to have an API that just does this check, so that we don't have to perform an entire scan to see if a file is compatible or not. Add a
is_compatible(path: str) -> bool
API to ModelScan that just checks the extension for compatibility.The text was updated successfully, but these errors were encountered: