intel-analytics / analytics-zoo

Distributed Tensorflow, Keras and PyTorch on Apache Spark/Flink & Ray
https://analytics-zoo.readthedocs.io/
Apache License 2.0
18 stars 4 forks source link

[BIGDL-2.0] dllib whl should not contain orca's jar and python zip package #98

Closed yangw1234 closed 3 years ago

yangw1234 commented 3 years ago

Currently bigdl-dllib's whl contains the following file:

-rw-rw-r-- 1 yang yang 152750373 9月  22 14:39 bigdl-dllib-0.14.0-SNAPSHOT-jar-with-dependencies.jar
-rw-rw-r-- 1 yang yang    299240 9月  22 14:39 bigdl-dllib-0.14.0-SNAPSHOT-python-api.zip
-rw-rw-r-- 1 yang yang 389011068 9月  22 14:39 bigdl-orca-0.14.0-SNAPSHOT-jar-with-dependencies.jar
-rw-rw-r-- 1 yang yang    370660 9月  22 14:39 bigdl-orca-0.14.0-SNAPSHOT-python-api.zip

I think only bigdl-dllib-0.14.0-SNAPSHOT-jar-with-dependencies.jar should exist

yangw1234 commented 3 years ago

fixed by intel-analytics/analytics-zoo#4797