Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document batch resizing #211

Open
Delaunay opened this issue Apr 4, 2024 · 0 comments
Open

Document batch resizing #211

Delaunay opened this issue Apr 4, 2024 · 0 comments

Comments

@Delaunay
Copy link
Collaborator

Delaunay commented Apr 4, 2024

size     : int  = getenv("MILABENCH_SIZER_BATCH_SIZE", int)     # Override the batch size
autoscale: bool = getenv("MILABENCH_SIZER_AUTO", False)         # Enable autoscaling from the GPU max memory
multiple : int  = getenv("MILABENCH_SIZER_MULTIPLE", int)       # Force the Batch size to be a multiple of something
optimized: bool = getenv("MILABENCH_SIZER_OPTIMIZED", int)      # Use configured batch
capacity : str  = getenv("MILABENCH_SIZER_CAPACITY", str)       # Override GPU max memory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant