From 9a52d3d2182af997181d8fa774fb51e0d5548061 Mon Sep 17 00:00:00 2001 From: Frank Liu Date: Thu, 25 Jan 2024 11:28:03 -0800 Subject: [PATCH] [docs] Fixes cuda version for pytorch native library (#2963) --- engines/pytorch/pytorch-engine/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/engines/pytorch/pytorch-engine/README.md b/engines/pytorch/pytorch-engine/README.md index 988429f6811..c8571c54781 100644 --- a/engines/pytorch/pytorch-engine/README.md +++ b/engines/pytorch/pytorch-engine/README.md @@ -163,12 +163,12 @@ installed on your GPU machine, you can use one of the following library: #### Linux GPU - ai.djl.pytorch:pytorch-jni:2.1.1-0.26.0 -- ai.djl.pytorch:pytorch-native-cu118:2.1.1:linux-x86_64 - CUDA 11.8 +- ai.djl.pytorch:pytorch-native-cu121:2.1.1:linux-x86_64 - CUDA 12.1 ```xml ai.djl.pytorch - pytorch-native-cu118 + pytorch-native-cu121 linux-x86_64 2.1.1 runtime @@ -229,13 +229,13 @@ We also provide packages for the system like CentOS 7/Ubuntu 14.04 with GLIBC >= All the package were built with GCC 7, we provided a newer `libstdc++.so.6.24` in the package that contains `CXXABI_1.3.9` to use the package successfully. - ai.djl.pytorch:pytorch-jni:2.1.1-0.26.0 -- ai.djl.pytorch:pytorch-native-cu118-precxx11:2.1.1:linux-x86_64 - CUDA 11.8 +- ai.djl.pytorch:pytorch-native-cu121-precxx11:2.1.1:linux-x86_64 - CUDA 12.1 - ai.djl.pytorch:pytorch-native-cpu-precxx11:2.1.1:linux-x86_64 - CPU ```xml ai.djl.pytorch - pytorch-native-cu118-precxx11 + pytorch-native-cu121-precxx11 linux-x86_64 2.1.1 runtime @@ -275,12 +275,12 @@ For the Windows platform, you can choose between CPU and GPU. #### Windows GPU - ai.djl.pytorch:pytorch-jni:2.1.1-0.26.0 -- ai.djl.pytorch:pytorch-native-cu118:2.1.1:win-x86_64 - CUDA 11.8 +- ai.djl.pytorch:pytorch-native-cu121:2.1.1:win-x86_64 - CUDA 12.1 ```xml ai.djl.pytorch - pytorch-native-cu118 + pytorch-native-cu121 win-x86_64 2.1.1 runtime