Skip to content

Instantly share code, notes, and snippets.

@shriphani
Created May 5, 2015 17:07
Show Gist options
  • Save shriphani/df837b5206ee574d94d0 to your computer and use it in GitHub Desktop.
Save shriphani/df837b5206ee574d94d0 to your computer and use it in GitHub Desktop.
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.nd4j</groupId>
<artifactId>nd4j-jcublas-7</artifactId>
<version>${nd4j.version}</version>
</dependency>
<dependency>
<groupId>org.nd4j</groupId>
<artifactId>nd4j-api</artifactId>
<version>${nd4j.version}</version>
</dependency>
<dependency>
<groupId>org.nd4j</groupId>
<artifactId>jcublas</artifactId>
<version>7</version>
</dependency>
</dependencies>
</dependencyManagement>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment