Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make a default scan option with less dependencies #41

Closed
AyanSinhaMahapatra opened this issue Feb 17, 2021 · 0 comments
Closed

Make a default scan option with less dependencies #41

AyanSinhaMahapatra opened this issue Feb 17, 2021 · 0 comments

Comments

@AyanSinhaMahapatra
Copy link
Member

In order to run the NLP models, there are a lot more dependencies required, in addition to downloading the model (both sizes in GBs) and more loading time.

There should be two install options, based on the analysis performed to make packaging and installation easier-

  • default
  • deep

Where the default does the issue detection and issue type classification with minimum dependencies (only scancode-toolkit dependencies), and faster.
And then the deep option which uses the NLP models. Also, enable GPU computation based on whether required libraries (Cuda) are installed and a GPU available.

Related - #21

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant