File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ cmake_policy(SET CMP0091 NEW) # 确保 MSVC 运行时库策略正确
55# 项目基础配置
66#-------------------------------------------------------------------------------
77project (TensorRT-YOLO
8- VERSION 6.3.1
8+ VERSION 6.3.2
99 LANGUAGES CXX CUDA
1010 DESCRIPTION "🚀 Easier & Faster YOLO Deployment Toolkit for NVIDIA 🛠️"
1111)
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ FROM nvcr.io/nvidia/tritonserver:24.12-py3-min
77# 元数据
88LABEL maintainer="laugh12321@vip.qq.com"
99LABEL description="🚀 Easier & Faster YOLO Deployment Toolkit for NVIDIA 🛠️"
10- LABEL version="6.3.1 "
10+ LABEL version="6.3.2 "
1111
1212# 从 Python 镜像中复制核心 Python 文件
1313COPY --from=python_stage /usr/local/bin/python3.12 /usr/local/bin/python3.12
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55# Project settings -----------------------------------------------------------------------------------------------------
66[project ]
7- version = " 6.3.1 "
7+ version = " 6.3.2 "
88readme = " README.md"
99name = " tensorrt_yolo"
1010requires-python = " >=3.8"
You can’t perform that action at this time.
0 commit comments