We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
BigDL 2.2.0 still depends on analytics-zoo-core, because of OpenVINO and TFnet etc.
https://github.com/search?q=repo%3Aintel-analytics%2FBigDL+zoo-core&type=code
https://github.com/intel-analytics/BigDL/blob/f5bbccbccd9a918a46867aaa0f56f56999548b91/scala/orca/pom.xml#L21
We need to migrate these modules into BigDL-core, then remove analytics-zoo-core from BigDL.
Related BigDL-Core issues。
intel-analytics/BigDL-core#191 intel-analytics/BigDL-core#190
The text was updated successfully, but these errors were encountered:
@jason-dai
Do we need these mac dependences in bigdl-core?
<dependency> <groupId>com.intel.analytics.zoo</groupId> <artifactId>zoo-core-tfnet-mac</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>com.intel.analytics.zoo</groupId> <artifactId>zoo-core-openvino-java-mac</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>com.intel.analytics.zoo</groupId> <artifactId>zoo-core-mkl-mac</artifactId> <version>${project.version}</version> </dependency>
Sorry, something went wrong.
No branches or pull requests
BigDL 2.2.0 still depends on analytics-zoo-core, because of OpenVINO and TFnet etc.
https://github.com/search?q=repo%3Aintel-analytics%2FBigDL+zoo-core&type=code
https://github.com/intel-analytics/BigDL/blob/f5bbccbccd9a918a46867aaa0f56f56999548b91/scala/orca/pom.xml#L21
We need to migrate these modules into BigDL-core, then remove analytics-zoo-core from BigDL.
Related BigDL-Core issues。
intel-analytics/BigDL-core#191
intel-analytics/BigDL-core#190
The text was updated successfully, but these errors were encountered: