Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
roywei committed Jun 8, 2019
1 parent d5792cd commit f0f9b94
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions contrib/clojure-package/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ With this option, you will install a Git revision of the Clojure package source

- Install additional dependencies as described in [the corresponding section for Option 1](#installing-additional-dependencies),

- Recursively clone the MXNet repository and checkout the desired version, (example 1.4.0). You should use the latest [version](https://search.maven.org/search?q=clojure-mxnet)), and a clone into the `~/mxnet` directory:
- Recursively clone the MXNet repository and checkout the desired version, (example 1.4.1). You should use the latest [version](https://search.maven.org/search?q=clojure-mxnet)), and a clone into the `~/mxnet` directory:

```bash
git clone --recursive https://github.com/apache/incubator-mxnet.git ~/mxnet
Expand Down Expand Up @@ -174,7 +174,7 @@ In that case, however, breakage can happen at any point, for instance when the S

With this option, you will compile the core MXNet C++ package and jars for both Scala and Clojure language bindings from source. If you intend to make changes to the code in any of the parts, or if you simply want the latest and greatest features, this choice is for you.

The first step is to recursively clone the MXNet repository and checkout the desired version, (example 1.4.0). You should use the latest [version](https://search.maven.org/search?q=clojure-mxnet)), and clone into the `~/mxnet` directory:
The first step is to recursively clone the MXNet repository and checkout the desired version, (example 1.4.1). You should use the latest [version](https://search.maven.org/search?q=clojure-mxnet)), and clone into the `~/mxnet` directory:

```bash
git clone --recursive https://github.com/apache/incubator-mxnet.git ~/mxnet
Expand Down
5 changes: 4 additions & 1 deletion julia/NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@
<!--- specific language governing permissions and limitations -->
<!--- under the License. -->

# v1.6.0 (#TBD)
# v1.6.0


# v1.5.0

* Following material from `mx` module got exported (#TBD):
* `NDArray`
Expand Down

0 comments on commit f0f9b94

Please sign in to comment.