Skip to main content

Hugging Face Model Detection

The following is a known issue with the Hugging Face Model Detection functionality.

SCA-59597 Scan time might increase for *.py, *.js, and *.ipynb files due to Hugging Face detection

When you scan projects that include *.py, *.js, or *.ipynb files, scan time might increase because the Hugging Face analyzer inspects these files for specific patterns and creates custom components for any Hugging Face findings. This additional analysis work can make scans slower than expected for codebases with many such files.

Workaround: None Exists