pytorch
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.mullerhai</groupId>
<artifactId>pytorch</artifactId>
<version>2.13.0-1.5.14-GA-1.10</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.mullerhai</groupId>
<artifactId>pytorch</artifactId>
<version>2.13.0-1.5.14-GA-1.10</version>
<classifier>linux-x86_64-gpu</classifier>
<packaging>jar</packaging>
<name>pytorch</name>
<description>PyTorch GPU Linux distribution with CUDA support</description>
<url>https://github.com/mullerhai/torch-gpu-linux</url>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>mullerhai</id>
<name>Muller Hai</name>
<email>hai710459649@foxmail.com</email>
<url>https://github.com/mullerhai</url>
<organization>mullerhai</organization>
<organizationUrl>https://github.com/mullerhai</organizationUrl>
</developer>
</developers>
<scm>
<url>https://github.com/mullerhai/torch-gpu-linux</url>
<connection>scm:git:git://github.com/mullerhai/torch-gpu-linux.git</connection>
<developerConnection>scm:git:ssh://git@github.com:mullerhai/torch-gpu-linux.git</developerConnection>
</scm>
</project>