Skip to content

Commit

Permalink
[CANN] Fix CANN versions (#60)
Browse files Browse the repository at this point in the history
* fix cann version
  • Loading branch information
shink authored Nov 29, 2024
1 parent 4ab2c24 commit a28a6d4
Showing 1 changed file with 17 additions and 12 deletions.
29 changes: 17 additions & 12 deletions _static/package_info.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,27 @@ const package_info = {
url: 'https://ascend-repo.obs.cn-east-2.myhuaweicloud.com/CANN/CANN%208.0.RC3/Ascend-cann-toolkit_8.0.RC3_linux-aarch64.run',
},
'910b': {
driver_version: '23.0.3',
firmware_version: '7.1.0.5.220',
firmware_url: 'https://ascend-repo.obs.cn-east-2.myhuaweicloud.com/Ascend HDK/Ascend HDK 23.0.3/Ascend-hdk-910b-npu-firmware_7.1.0.5.220.run',
kernel_url: 'https://ascend-repo.obs.cn-east-2.myhuaweicloud.com/Milan-ASL/Milan-ASL V100R001C19SPC802/Ascend-cann-kernels-910b_8.0.RC3.alpha001_linux.run',
driver_version: '24.1.rc2',
firmware_version: '7.3.0.1.231',
firmware_url: 'https://ascend-repo.obs.cn-east-2.myhuaweicloud.com/Ascend HDK/Ascend HDK 24.1.RC2/Ascend-hdk-910b-npu-firmware_7.3.0.1.231.run',
kernel_url: 'https://ascend-repo.obs.cn-east-2.myhuaweicloud.com/CANN/CANN 8.0.RC3/Ascend-cann-kernels-910b_8.0.RC3_linux-aarch64.run',
x86_64: {
driver_url: 'https://ascend-repo.obs.cn-east-2.myhuaweicloud.com/Ascend HDK/Ascend HDK 23.0.3/Ascend-hdk-910b-npu-driver_23.0.3_linux-x86-64.run',
driver_url: 'https://ascend-repo.obs.cn-east-2.myhuaweicloud.com/Ascend HDK/Ascend HDK 24.1.RC2/Ascend-hdk-910b-npu-driver_24.1.rc2_linux-x86_64.run',
},
aarch64: {
driver_url: 'https://ascend-repo.obs.cn-east-2.myhuaweicloud.com/Ascend HDK/Ascend HDK 23.0.3/Ascend-hdk-910b-npu-driver_23.0.3_linux-aarch64.run',
driver_url: 'https://ascend-repo.obs.cn-east-2.myhuaweicloud.com/Ascend HDK/Ascend HDK 24.1.RC2/Ascend-hdk-910b-npu-driver_24.1.rc2_linux-aarch64.run',
}
},
'310p': {
driver_version: '23.0.1',
firmware_version: '7.1.0.4.220',
firmware_url: 'https://ascend-repo.obs.cn-east-2.myhuaweicloud.com/Ascend HDK/Ascend HDK 23.0.2.1/Ascend-hdk-310p-npu-firmware_7.1.0.4.220.run',
kernel_url: 'https://ascend-repo.obs.cn-east-2.myhuaweicloud.com/Milan-ASL/Milan-ASL V100R001C19SPC802/Ascend-cann-kernels-310p_8.0.RC3.alpha001_linux.run',
driver_version: '24.1.rc2',
firmware_version: '7.3.0.1.231',
firmware_url: 'https://ascend-repo.obs.cn-east-2.myhuaweicloud.com/Ascend HDK/Ascend HDK 24.1.RC2/Ascend-hdk-310p-npu-firmware_7.3.0.1.231.run?response-content-type=application/octet-stream',
kernel_url: 'https://ascend-repo.obs.cn-east-2.myhuaweicloud.com/CANN/CANN 8.0.RC3/Ascend-cann-kernels-310p_8.0.RC3_linux-aarch64.run',
x86_64: {
driver_url: 'https://ascend-repo.obs.cn-east-2.myhuaweicloud.com/Ascend HDK/Ascend HDK 23.0.2.1/Ascend-hdk-310p-npu-driver_23.0.1_linux-x86-64.run',
driver_url: 'https://ascend-repo.obs.cn-east-2.myhuaweicloud.com/Ascend HDK/Ascend HDK 24.1.RC2/Ascend-hdk-310p-npu-driver_24.1.rc2_linux-x86-64.run?response-content-type=application/octet-stream',
},
aarch64: {
driver_url: 'https://ascend-repo.obs.cn-east-2.myhuaweicloud.com/Ascend HDK/Ascend HDK 23.0.2.1/Ascend-hdk-310p-npu-driver_23.0.1_linux-aarch64.run',
driver_url: 'https://ascend-repo.obs.cn-east-2.myhuaweicloud.com/Ascend HDK/Ascend HDK 24.1.RC2/Ascend-hdk-310p-npu-driver_24.1.rc2_linux-aarch64.run?response-content-type=application/octet-stream',
}
}
},
Expand Down Expand Up @@ -264,6 +264,11 @@ const docker_images = [
'ascendai/cann:8.0.rc2.beta1-910b-openeuler22.03-py3.10',
'ascendai/cann:8.0.rc3.beta1-910b-ubuntu22.04-py3.10',
'ascendai/cann:8.0.rc3.beta1-910b-openeuler22.03-py3.10',

'ascendai/cann:7.0.1-310p-openeuler22.03-py3.8',
'ascendai/cann:7.0.1-310p-ubuntu22.04-py3.8',
'ascendai/cann:8.0.rc1-310p-ubuntu22.04-py3.9',
'ascendai/cann:8.0.rc1-310p-openeuler22.03-py3.9',
];

const pytorch_versions = {
Expand Down

0 comments on commit a28a6d4

Please sign in to comment.