From 7a591d5ab84fd0bfaecf6f6b029a8f431e6fcbd7 Mon Sep 17 00:00:00 2001 From: userName Date: Tue, 8 Oct 2024 20:00:17 +0800 Subject: [PATCH] Modify README --- .../cv/detection/GroundingDINO_for_Pytorch/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/PyTorch/built-in/cv/detection/GroundingDINO_for_Pytorch/README.md b/PyTorch/built-in/cv/detection/GroundingDINO_for_Pytorch/README.md index 747b331da6..09febed2d9 100644 --- a/PyTorch/built-in/cv/detection/GroundingDINO_for_Pytorch/README.md +++ b/PyTorch/built-in/cv/detection/GroundingDINO_for_Pytorch/README.md @@ -62,11 +62,11 @@ Grounding DINO是一个开放集目标检测模型,可以根据输入文本检 | 软件类型 | 支持版本 | |:------------------:|:--------:| -| FrameworkPTAdapter | 6.0.RC2 | -| CANN | 8.0.RC2 | -| 昇腾NPU固件 | 24.1.RC2 | -| 昇腾NPU驱动 | 24.1.RC2 | -| Mx_Driving | 6.0.RC2 | +| FrameworkPTAdapter | 6.0.RC3 | +| CANN | 8.0.RC3 | +| 昇腾NPU固件 | 24.1.RC3 | +| 昇腾NPU驱动 | 24.1.RC3 | +| Mx_Driving | 6.0.RC3 | ### 安装模型环境 -- Gitee