-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Import Featurizers #2643
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
Import Featurizers #2643
Conversation
Meanwhile investigate if we can do it wo a submodule.
Do not build FeaturizersLibrary for centos CI.
Make sure we do not compile automl_defs when automl is disabled.
…icrosoft/onnxruntime into yuslepukhin/import_featurizers
759eb29
to
7b4d8b3
Compare
cmake/external/featurizers.cmake
Outdated
GIT_TAG ${ngraph_TAG} | ||
# Need this to properly checkout crlf |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NGRAPH?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch! May be that's the reason for some troubles.
In reply to: 357837997 [](ancestors = 357837997)
INSTALL_COMMAND "" | ||
) | ||
endif() | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just wondering, does the lib has any C++ types in its public interface?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well, they are not public outisde ORT. ORT consumes this library.
In reply to: 357838315 [](ancestors = 357838315)
Description: This imports Featurizers library as optional external project so the sources
are pulled in only when necessary.
Disabled automl on CentOS since the source is not ready.
*Motivation and Context
Previous import was in ORT code base. This imports a GH repository with the latest.