Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(magic_pdf): limit batch ratio for GPU memory
- Commented out the original batch ratio calculation - Set a fixed batch ratio of 2 for GPUs with less than 8 GB memory - Increased batch ratio to 4 for GPUs with 8 GB or more memory
- Loading branch information