apache / mxnet

Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler; for Python, R, Julia, Scala, Go, Javascript and more
https://mxnet.apache.org
Apache License 2.0
20.77k stars 6.79k forks source link

Missing "mxnet-full*" maven release for version 1.6.0 #18900

Open lepe opened 4 years ago

lepe commented 4 years ago

Description

In Maven Repository, there are releases up to 1.5.1. Version 1.6.0 is missing, for example:

https://mvnrepository.com/artifact/org.apache.mxnet/mxnet-full_2.11-linux-x86_64-gpu

<dependency>
    <groupId>org.apache.mxnet</groupId>
    <artifactId>mxnet-full_2.11-linux-x86_64-gpu</artifactId>
    <version>1.6.0</version>
</dependency>

Error Message

Version 1.6.0 doesn't exists.

github-actions[bot] commented 4 years ago

Welcome to Apache MXNet (incubating)! We are on a mission to democratize AI, and we are glad that you are contributing to it by opening this issue. Please make sure to include all the relevant context, and one of the @apache/mxnet-committers will be here shortly. If you are interested in contributing to our project, let us know! Also, be sure to check out our guide on contributing to MXNet and our development guides wiki.

szha commented 4 years ago

@lanking520 could you help with this?

lanking520 commented 4 years ago

Due to the violation on the license issue with CUDA and other 3 party dependencies. We no longer allowed to publish CUDA based version to maven central. You can build from source for your own needs.

lepe commented 4 years ago

@lanking520 How about the CPU build? does that has CUDA dependencies? Is the issue only with Maven Central?

leezu commented 4 years ago

CPU build can be published. The issue is not with Maven Central but applies to all channels