Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Gibson committed Feb 3, 2016
1 parent ee3768f commit f3831a1
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ ND4J: Scientific Computing on the JVM
ND4J is an Apache2 Licensed open-sourced scientific computing library for the JVM. It is meant to be used in production environments
rather than as a research tool, which means routines are designed to run fast with minimum RAM requirements.

Current latest version in maven central is `0.4-rc0`.
Please search for the latest version on search.maven.org.

Or use the versions displayed in:
https://github.com/deeplearning4j/dl4j-0.4-examples/blob/master/pom.xml


---
## Main Features
Expand Down Expand Up @@ -70,8 +74,8 @@ Add the local compiled file dependency (choose the module for your backend) to y

<dependency>
<groupId>org.nd4j</groupId>
<artifactId>nd4j-jblas</artifactId>
<version>0.4-rc0</version>
<artifactId>nd4j-x86</artifactId>
<version>${nd4j.version}</version>
</dependency>

#### Yum Install / Load RPM (Fedora or CentOS)
Expand Down

0 comments on commit f3831a1

Please sign in to comment.