refactor: remove redundant GPU memory allocation message in pipeline_analyze.py

This commit is contained in:
myhloli
2025-12-25 14:20:58 +08:00
parent 726e0de6fe
commit 136cc2fc3b

View File

@@ -185,7 +185,6 @@ def batch_image_analyze(
batch_ratio = 1
logger.info(
f'GPU Memory: {gpu_memory} GB, Batch Ratio: {batch_ratio}. '
f'You can set MINERU_VIRTUAL_VRAM_SIZE environment variable to adjust GPU memory allocation.'
)
# 检测torch的版本号