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

Remove analytics-zoo-core from BigDL #6932

Open
qiyuangong opened this issue Dec 12, 2022 · 1 comment
Open

Remove analytics-zoo-core from BigDL #6932

qiyuangong opened this issue Dec 12, 2022 · 1 comment

Comments

@qiyuangong
Copy link
Contributor

qiyuangong commented Dec 12, 2022

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

@qiyuangong
Copy link
Contributor Author

qiyuangong commented Dec 14, 2022

@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>

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

No branches or pull requests

1 participant