mirror of
https://github.com/opendatalab/MinerU.git
synced 2026-03-27 11:08:32 +07:00
refactor: remove redundant GPU memory allocation message in pipeline_analyze.py
This commit is contained in:
@@ -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的版本号
|
||||
|
||||
Reference in New Issue
Block a user