lanking520 commented on issue #13528: Scala jar contains the scala standard library URL: https://github.com/apache/incubator-mxnet/issues/13528#issuecomment-444633928 @larroy I think your explanation does make sense in this case. For Scala users essentially this is ok since they should already have Scala in their system. However, it would not be friendly to Java/Clojure users as it is the dependencies for them. Wrapping them up into a single Jar would reduce the dependencies they need as they can just import the package and it works. Currently, the assembly wrapping the following things - libmxnet.so/jnilib Dependencies from the MXNet backend (80MB - 700 MB depends on CPU/GPU) - org.apache.mxnet compiled class files (11.7MB) - slf4j (1.6KB) - scala language (96.8MB) After packing up to jar file: - CPU: 61MB - GPU: 479MB
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
