| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииDJL Прикладные библиотеки Machine Learning Native Инструменты разработки |
| Группа | Группаai.djl.pytorch |
| Идентификатор | Идентификаторpytorch-native-cu102 |
| Версия | Версия1.8.1 |
| Тип | Типjar |
| Описание |
ОписаниеDJL release for PyTorch native binaries
Deep Java Library (DJL) provided PyTorch native library binary distribution
|
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/ai.djl.pytorch/pytorch-native-cu102/ -->
<dependency>
<groupId>ai.djl.pytorch</groupId>
<artifactId>pytorch-native-cu102</artifactId>
<version>1.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/ai.djl.pytorch/pytorch-native-cu102/
implementation 'ai.djl.pytorch:pytorch-native-cu102:1.8.1'
// https://jarcasting.com/artifacts/ai.djl.pytorch/pytorch-native-cu102/
implementation ("ai.djl.pytorch:pytorch-native-cu102:1.8.1")
'ai.djl.pytorch:pytorch-native-cu102:jar:1.8.1'
<dependency org="ai.djl.pytorch" name="pytorch-native-cu102" rev="1.8.1">
<artifact name="pytorch-native-cu102" type="jar" />
</dependency>
@Grapes(
@Grab(group='ai.djl.pytorch', module='pytorch-native-cu102', version='1.8.1')
)
libraryDependencies += "ai.djl.pytorch" % "pytorch-native-cu102" % "1.8.1"
[ai.djl.pytorch/pytorch-native-cu102 "1.8.1"]